From 8c814d79235a38465ef46052cf9a523d555a29e7 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Fri, 3 May 2024 10:56:46 -0400 Subject: Initial commit --- scripts/about.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scripts/about.js (limited to 'scripts/about.js') diff --git a/scripts/about.js b/scripts/about.js new file mode 100644 index 0000000..59764c0 --- /dev/null +++ b/scripts/about.js @@ -0,0 +1,19 @@ +class About { + constructor() {} + + Main() { + const data = ` +
+
+

About

+ +

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 16Personalities, 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.

+

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.

+
+
+ ` + return data + } +} + +module.exports = () => {return new About()} -- cgit v1.2.3-70-g09d2