Skip to content

Commit

Permalink
Fix formatting and add final section
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanJunaidi committed Oct 10, 2024
1 parent 1fd45d6 commit f33e240
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 13 deletions.
44 changes: 36 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
<div class="popup" id="popup">
<h1>Contact</h1>
<p>Connect with me!</p>
<h4>LinkedIn: <a href=https://www.linkedin.com/in/jordan-junaidi-7524a5247 target=_blank>Click Here!</a></h4>
<h4>LinkedIn: <a id="linkedin" href=https://www.linkedin.com/in/jordan-junaidi-7524a5247 target=_blank>Click Here</a></h4>
<h4>Email: jjunaidi@ucsd.edu</h4>
<button class="btn" onclick="closePopup()">Close</button>
</div>

<a id="top"></a>

<div class="header">
<button id="home"></button>
<h1>//</h1>
<div class="actions">
<button class="git"><a class="git" href="https://github.com/JordanJunaidi" target="_blank">GitHub</a></button>
<button id="contact" onclick="openPopup()">Contact</button>
</div>
</div>
Expand All @@ -40,26 +43,26 @@ <h1 id="name">Jordan Junaidi's Personal Website</h1>
<div class="divider"></div>
</div>

<h1>About me</h1>
<h1>// About me</h1>

<div class="about">
<img id="selfie" src="img/me.png">
<p class="description">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.</p>
<p class="description">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.</p>
</div>

<div class="dividerContainer">
<div class="divider"></div>
<div class="divider"></div>
</div>

<h1>My Experiences</h1>
<h1>// My Experiences</h1>

<div class="experiences">
<div class="experience">
<img class="logo" src="img/intel.png">
<div class="experiencedescription">
<h2>Graphics Architecture Intern at Intel Corporation</h2>
<p>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.</p>
<p>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.</p>
</div>
</div>

Expand All @@ -71,7 +74,7 @@ <h2>Graphics Architecture Intern at Intel Corporation</h2>
<img class="logo" src="img/codeninjas.png">
<div class="experiencedescription">
<h2>Instructor at Code Ninjas</h2>
<p>From May 2023-August 2024, I worked as an Instructor at Code Ninjas. My responsibilities were to teach young kids coding.</p>
<p>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.</p>
</div>
</div>

Expand All @@ -80,11 +83,34 @@ <h2>Instructor at Code Ninjas</h2>
<div class="divider"></div>
</div>

<h1>My Skills</h1>
<h1>// My Skills</h1>

<div class="skills">
<p>Although I am still seeking to expand my skillset, I have picked up various skills over the past few years</p>
<ul>
<li>HTML, CSS, and JavaScript</li>
<ul>
<li>I learned HTML, CSS, and JavaScript through <a href="https://www.theodinproject.com/dashboard" target="_blank">the Odin Project.</a></li>
<li>Check out my basic calculator project <a href="https://jordanscalculator.netlify.app" target="_blank">here!</a></li>
</ul>
<li>Python</li>
<ul>
<li>Python has been my "main" programming language for several years now, and is what I feel most confident in.</li>
<li>I utilized Python in the competitive programming scene. I competed at <a href="https://hpecodewars.org/" target="_blank">HPE CodeWars</a> for all 4 years of high school, and got 4th place with my team in my final year.</p>
</ul>
<li>Java</li>
<li>C++</li>
</ul>
</div>

<div class="dividerContainer">
<div class="divider"></div>
<div class="divider"></div>
</div>

<h1>Thank you for visiting my website!</h1>
<p>Feel free to reach out to me at any time! My contact information can be found at the top of the page.</p>

<script>
let popup = document.getElementById("popup");

Expand All @@ -97,5 +123,7 @@ <h1>My Skills</h1>
}
</script>

<button id="back"><a id="backlink" href="#top">Back to Top</a></button>

</body>
</html>
52 changes: 47 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -54,6 +67,7 @@ p {
height: 5px;
background-color: white;
margin: 0px;
border-radius: 15px;
}

.name {
Expand All @@ -64,6 +78,7 @@ p {
height: 150px;
border: solid;
border-radius: 50px;
padding: 15px;
}

#selfie {
Expand All @@ -85,6 +100,7 @@ h1 {
display: flex;
flex: 1;
align-items: center;
gap: 15px;
}

#home {
Expand All @@ -93,10 +109,6 @@ h1 {
border-radius: 50px;
}

#contact {
width: 100px;
height: 50px;
}

.logo {
width: 300px;
Expand All @@ -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;
}

0 comments on commit f33e240

Please sign in to comment.