About me
I already have some experience in programming.Currently, I live in Romania and want to grow in this field. I’m ready to work hard and stay committed to learning and improving as a programmer.
Education
I have completed my secondary education and am currently a student at “Dunărea de Jos” University of Galați(Romania), majoring in Information Technology.
Courses
I attended courses offered by StillCo (IT & C specialists) and earned a certificate of completion for the course “Fundamentals of Programming”, including “Basics of HTML CSS”.I studied the material and validated my knowledge through practice in the following areas: HTML, CSS, website layout,working with the jQuery and Bootstrap libraries, and the WordPress CMS.
Code Example
This is a sample code taken from one of my recent projects.
$("[data-scroll").on("click", function(event) {
event.preventDefault();
let elementId = $(this). data('scroll');
let elementOffset = $(elementId).offset().top
$("html, body").animate({
scrollTop: elementOffset -200
},
700);
});
$(function () {
let nav = $("#nav");
let navToggle = $("#navToggle");
navToggle.on("click", function (event) {
event.preventDefault();
nav.toggleClass("show");
});
});
My Projects
These are some of my latest projects.
