-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (135 loc) · 6.99 KB
/
index.html
File metadata and controls
135 lines (135 loc) · 6.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/mediaqueries.css" />
</head>
<body>
<nav id="desktop-nav">
<div class="logo">Yusuf Corr</div>
<div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="hamburger-nav">
<div class="logo">Yusuf Corr</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href="#about" onclick="toggleMenu()">About</a></li>
<li><a href="#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href="#contact" onclick="toggleMenu()">Contact</a></li>
</div>
</div>
</nav>
<section id="profile">
<div class="section__pic-container">
<img class="profile-pic" src="./assets/profile_picture-modified.png" alt="Yusuf Corr profile picture."/>
</div>
<div class="section__text">
<p class="section__text__p1">Hello I'm</p>
<h1 class="title">Yusuf Corr</h1>
<p class="section__text__p2">Back-End & Cloud Developer</p>
<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/resume.pdf')">Download Resume</button>
<button class="btn btn-color-1" onclick="location.href='./#contact'">Contact</button>
</div>
<div id="socials-container">
<img src="./assets/linkedIn-logo.png" alt="LinkedIn profile" class="icon" onclick="location.href='https://www.linkedin.com/in/yusuf-corr/'">
<img src="./assets/github-logo.png" alt="Github profile" class="icon" onclick="location.href='https://github.com/YusC3'">
</div>
</div>
</section>
<section id="about">
<p class="section__text__p1">Get To Know More</p>
<h1 class="title">About Me</h1>
<div class="section-container">
<div class="section__pic-container">
<img class="about-pic" src="./assets/about_me.jpg" alt="About me profile picture" />
</div>
<div class="about-details-container">
<div class="about-containers">
<div class="details-containers">
<img class="icon" src="./assets/badge.png" alt="Experience icon" />
<h3>Experience</h3>
<p>4+ years - Back-End Development<br />3+ years - Azure Cloud</p>
</div>
<div class="details-containers">
<img class="icon" src="./assets/apple.png" alt="Apple icon" />
<h3>Education</h3>
<p>Pursuing 2024 - M. Sc. Computer Science<br />Awarded 2019 - B. Sc. Biology - UW</p>
</div>
</div>
<div class="text-container">
<p>
As a seasoned Software Developer with a strong background in C#, .NET, SQL, and Azure,
I have significantly contributed to the development of high-impact, customer software solutions.
My experience spans designing cloud-hosted tools, enhancing software performance,
and developing data-driven features for major tech companies.
Detailed insights into my roles and key projects are provided in the "ENGINEERING EXPERIENCE" section (found in my resume).
</p>
</div>
</div>
</div>
<img class="icon arrow" src="./assets/arrow.png" alt="Arrow icon" onclick="location.href='./#projects'" />
</section>
<section id="projects">
<p class="section__text__p1">Browse My Recent</p>
<h1 class="title">Projects</h1>
<div class="section-container">
<div class="project-containers">
<div class="details-container project-container">
<img class="project-pic" src="./assets/project_1.png" alt="AI Generated robot scheduling on a calendar"/>
<h1>AI Assist</h1>
<p>Hack Together 2023 Project</p>
<button class="btn btn-color-2" onclick="location.href='https://github.com/guanryan1234/Hacktogether-2023'">Github</button>
</div>
<div class="details-container project-container">
<img class="project-pic" src="./assets/openai-logo.png" alt="OpenAI logo"/>
<h1>Standard.AI.OpenAI</h1>
<p>Open-source C# Library for OpenAI APIs</p>
<button class="btn btn-color-2" onclick="location.href='https://github.com/hassanhabib/Standard.AI.OpenAI'">Github</button>
</div>
<div class="details-container project-container">
<img class="project-pic" src="./assets/project_2.png" alt="AI Generated tree sitting on a table"/>
<h1>Tree To Matrix</h1>
<p>Capstone project for UW B. Sc. Degree</p>
<button class="btn btn-color-2" onclick="location.href='https://github.com/YusC3/Tree-To-Matrix/blob'">Github</button>
</div>
<div>
<img class="icon arrow" src="./assets/arrow.png" alt="Arrow icon" onclick="location.href='/.#contact'"/>
</div>
</div>
</div>
</section>
<section id="contact">
<p class="section__text__p1">Get In Touch</p>
<h1 class="title">Contact Me</h1>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<img class="icon contact-icon" src="./assets/email-icon.png" alt="Email icon" />
<p><a href="mailto:yusufcorr@gmail.com">yusufcorr@gmail.com</a></p>
</div>
<div class="contact-info-container">
<img class="icon contact-icon" src="./assets/linkedIn-logo.png" alt="LinkedIn icon" />
<p><a href="https://www.linkedin.com/in/yusuf-corr">linkedin.com/in/yusuf-corr</a></p>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>