diff options
| -rw-r--r-- | scripts/about.js | 5 | ||||
| -rw-r--r-- | scripts/index.js | 2 | ||||
| -rw-r--r-- | source/readfile.js | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/scripts/about.js b/scripts/about.js index 59764c0..8456712 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -7,8 +7,9 @@ class About { <div> <h1>About</h1> <img src='/img/154553384264124594.avif'/> - <p>As an Information Technology enthusiast with a strong commitment to lifelong learning, I aspire to establish a successful career in the IT field. My personality type, INTJ-T, or "The Architect" according to <a href='https://www.16personalities.com/'>16Personalities</a>, resonates with the traits and characteristics required in IT roles. I have gained hands-on experience as a web developer, designing and building web applications, and as a technology consultant, engaging with clients, understanding their specific IT needs, and providing tailored solutions. My core values encompass rationality, data-driven decision-making, independence, curiosity, unconventional thinking, and a dedicated pursuit of innovation.</p> - <p>In the next five years, I envision myself advancing in my IT career, potentially running my own business, and contributing to the industry's growth and development by introducing innovative solutions and best practices. This aligns with my commitment to driving innovation indicated by my personality type. As a member of the IT profession, I aim to engage in collaborative projects and open-source initiatives, fostering an atmosphere that promotes innovation and encourages the free exchange of ideas. Ultimately, I aspire to create a meaningful and impactful career in the IT sector.</p> + <p>Hi there! I'm Leo, an IT enthusiast who loves learning and is passionate about building a career in this field. As an "Architect" (INTJ-T personality type), I enjoy problem-solving and coming up with innovative solutions. I've had hands-on experience in web development and tech consulting, where I've worked on various projects and helped clients with their IT needs. I'm always eager to explore new technologies and stay updated on industry trends.</p> + + <p>In the next five years, I see myself growing in the IT industry, possibly running my own business, and contributing to its development with fresh ideas. My goal is to build a meaningful and impactful career in IT while inspiring others to do the same!</p> </div> </section> ` diff --git a/scripts/index.js b/scripts/index.js index 59c50be..45bcfdb 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -24,7 +24,7 @@ class Index { <section id='index'> <div class='index'> <h1>Welcome to my website!</h1> - <p>Welcome to my personal website! I'm Michael, an enthusiast with a keen interest in sharing knowledge and insights in technology. Feel free to explore my work experience and engage with my blog, where I discuss all things IT.</p> + <p>Welcome to my personal website! I'm Michael, an enthusiast with a keen interest in sharing knowledge and insights in technology. Feel free to explore my work experience and engage with my blog, where I discuss my interests.</p> <div> <button id='index-about'>About me</button> <button class='index-readblogs'>Visit My Blog</button> diff --git a/source/readfile.js b/source/readfile.js index 1f332d0..6d66210 100644 --- a/source/readfile.js +++ b/source/readfile.js @@ -26,6 +26,7 @@ class ReadFile { <a class='list' href='/'>Home</a> <a class='list' href='/about'>About</a> <a class='list' href='/blog'>Blog</a> + <a class='list' href='https://git.fatalmatrix.xyz/'>Git Server</a> <a class='list' href='/contact'>Contact</a> <div class='close' id='close'> <p>✕</p> |
