diff --git a/index.html b/index.html index 9919dd8..4f25796 100644 --- a/index.html +++ b/index.html @@ -14,14 +14,17 @@ + +
- +

//

+
@@ -40,11 +43,11 @@

Jordan Junaidi's Personal Website

-

About me

+

// About me

-

Hey, welcome to my personal website! My name is Jordan Junaidi and I am currently a freshman at the University of California, San Diego. I am working towards a Bachelor of Science in Computer Science and am very excited to break into the tech industry. I have a deep interest in innovative technologies that affect everyday life. Outside of the classroom, I love to play video games, play volleyball, and spend time with friends.

+

Hey, welcome to my personal website! My name is Jordan Junaidi and I am currently a freshman at the University of California, San Diego. I am working towards a Bachelor of Science in Computer Science and am very excited to break into the tech industry. I have a deep interest in innovative technologies such as Artificial Intelligence that affect everyday life. Outside of the classroom, I love to play video games, play volleyball, and spend time with friends.

@@ -52,14 +55,14 @@

About me

-

My Experiences

+

// My Experiences

Graphics Architecture Intern at Intel Corporation

-

From June-July 2022, I worked as an intern for the Graphics Architecture team at Intel Corporation in Folsom, California. My main responsibility was to create, run, and maintain graphics performance experiments using proprietary performance modeling tools.

+

From June-July 2022, I worked as an intern for the Graphics Architecture team at Intel Corporation in Folsom, California. My main responsibility was to create, run, and maintain graphics performance experiments using proprietary performance modeling tools. In addition, I spent hours discussing graphics architecture with industry veterans.

@@ -71,7 +74,7 @@

Graphics Architecture Intern at Intel Corporation

Instructor at Code Ninjas

-

From May 2023-August 2024, I worked as an Instructor at Code Ninjas. My responsibilities were to teach young kids coding.

+

From May 2023-August 2024, I worked as an Instructor at Code Ninjas. There, I taught K-12 students a variety of coding concepts, from basic block-coding to full-on game development using C# and Unity. Outside of the teaching, I was also responsible for facilitating classroom discussions and keeping behavior in check.

@@ -80,11 +83,34 @@

Instructor at Code Ninjas

-

My Skills

+

// My Skills

+

Although I am still seeking to expand my skillset, I have picked up various skills over the past few years

+
+
+
+
+
+ +

Thank you for visiting my website!

+

Feel free to reach out to me at any time! My contact information can be found at the top of the page.

+ + + \ No newline at end of file diff --git a/style.css b/style.css index 8e0e8e7..33f70d9 100644 --- a/style.css +++ b/style.css @@ -8,10 +8,23 @@ body { background-color: #2A2F39; } +#linkedin { + color: blue; +} + p { font-size: 24px; } +li { + font-size: 18px; +} + +.actions { + display: flex; + gap: 15px; +} + .popup { display: flex; flex-direction: column; @@ -54,6 +67,7 @@ p { height: 5px; background-color: white; margin: 0px; + border-radius: 15px; } .name { @@ -64,6 +78,7 @@ p { height: 150px; border: solid; border-radius: 50px; + padding: 15px; } #selfie { @@ -85,6 +100,7 @@ h1 { display: flex; flex: 1; align-items: center; + gap: 15px; } #home { @@ -93,10 +109,6 @@ h1 { border-radius: 50px; } -#contact { - width: 100px; - height: 50px; -} .logo { width: 300px; @@ -112,5 +124,35 @@ h1 { .experience { display: flex; justify-content: space-between; - gap: 25px; + gap: 20px; +} + +a { + color: white; +} + +#contact, .git { + border-radius: 15px; + background-color: white; + font-size: 24px; + width: 100px; + height: 50px; + color: black; + text-decoration: none; +} + +#back { + width: 200px; + height: 100px; + align-self: center; + border-radius: 25px; + flex-grow: 0; + flex-shrink: 0; + flex-basis: 1; +} + +#backlink { + color: black; + text-decoration: none; + font-size: 32px; } \ No newline at end of file