-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (207 loc) · 8.79 KB
/
index.html
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/image.png">
<title>
Shayan Malik
</title>
<meta name="description" content="Add small description of yourslef.">
<!-- Add some coding keywords below, Ex: (React, CSS etc) -->
<meta name="keywords" content="Put your name, skills and some coding keywords" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="top">
<div class="row">
<nav class="nav" role="navigation">
<ul class="nav__items">
<li class="nav__item"><a href="#work" class="nav__link">Projects</a></li>
<!--<li class="nav__item"><a href="#clients" class="nav__link">Featured</a></li>-->
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<!-- Replace the following name with your name -->
<span>Shayan Malik</span>
</h1>
<!-- Put a small paragraph about yourself -->
<p>A high-schooler with quite a few hobbies.</p>
<a href="#contact" class="btn btn--pink">Get in touch</a>
</div>
</div>
</header>
<main role="main">
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2>My Projects</h2>
<div class="work__boxes">
<!-- Each div with the work__box class is a project. -->
<div class="work__box">
<div class="work__text">
<h3>Code the Stars</h3>
<p>
Founder and Executive Director of Code the Stars, a non-profit organization that aims to make tools, host events, give back, and empower young coders. Some of our endeavors includes:
</p>
<ul class="work__list">
<li>Illuminate, a virtual hackathon with over 300 attendees</li>
<li>Sponsor-a-Laptop, a laptop grant for those in underprivlidged communities.</li>
<li>Meteor Hacks, an up-and-coming hackathon. (More information soon)</li>
<li>Coding classes, free of charge for young adults.</li>
</ul>
<div class="work__links">
<a href="https://codethestars.org" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
<a href="https://github.com/Code-the-stars" title="View Source Code" target="_blank">
<img src="./images/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="image copy.png" class="work__image" alt="Project 1" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Calculator</h3>
<p>
A fully-functional online calculator capable of basic math and percentages.
</p>
<div class="work__links">
<a href="#" class="link__text">
(Site temporarily down) <span>→</span>
</a>
<a href="#">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/project-2.png" class="work__image" alt="Project 1" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Self-Driving RC Car (In progress)</h3>
<p>
A fully-functional and autonomous RC car capable of navigating to a specific location. Work in progress! My most complex project yet! Involves:
</p>
<ul class="work__list">
<li>Servo Motors</li>
<li>Raspberry Pi(s)</li>
<li>Multiple Modified AI LLMs</li>
<li>RC Car chassis</li>
</ul>
<!--<div class="work__links">
<a href="#" class="link__text">
Visit Site <span>→</span>
</a>
<a href="#">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>-->
</div>
<div class="work__image-box">
<img src="image copy 2.png" class="work__image" alt="Project 3" />
</div>
</div>
</div>
</div>
</section>
<!-- ***** Clients ***** -->
<!--<section class="client" id="clients">
<div class="row">
<h2>Featured In (Or Affiliated with):</h2>
<div class="client__logos">
<!-- Add logos of the clients or companies you'have worked with.
<img src="./images/ronjones.png" class="client__logo" alt="Company 2" />
<img src="./images/goldengrid.png" class="client__logo" alt="Company 3" />
<img src="./images/bullseye.png" class="client__logo" alt="Company 1" />
<img src="./images/mighty-furnitures.png" class="client__logo" alt="Company 1" />
<img src="./images/fastlane.png" class="client__logo" alt="Company 3" />
<img src="./images/chippy.png" class="client__logo" alt="Company 1" />
</div>
</div>
</section>-->
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About Me</h2>
<div class="about__content">
<div class="about__text">
<!-- Replace the below paragraph with info about yourself -->
<p>
Hey! I'm Shayan Malik, a teenage student based in New Jersey, USA. I love my hobbies. One of my biggest passions is the tech-field, especially coding and engineering. I run organizations and build cool projects that are open-source. I also enjoy photography (Gallery coming soon!). Oh, did I mention that I like sports? Especially F1, Basketball, and American Football. I am also a board member of the Ummah Today and CFO of Libit. I'd love to chat sometime!
</p>
<!-- Provide a link to your resume -->
<a href="#contact" class="btn">Contact Me</a>
</div>
<div class="about__photo-container">
<!-- Add a nice photo of yourself -->
<img class="about__photo" src="image copy 3.png" alt="" />
</div>
</div>
</div>
</section>
</main>
<!-- ***** Contact ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>Get in Touch</h2>
<div class="contact__info">
<p>
The fastest method to contact me is to email me. I tend to reply within 24 hours on business days (monday to friday), or next business day.
</p>
<!-- Replace the email with yours -->
<a href="mailto:[email protected]" class="btn">[email protected]</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<div class="row">
<!-- Update the links to point to your accounts -->
<ul class="footer__social-links">
<li class="footer__social-link-item">
<a href="https://twitter.com/lightshayan/" title="Link to Twitter Profile">
<img src="./images/twitter.svg" class="footer__social-image" alt="Twitter">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://github.com/Lightshayan/" title="Link to Github Profile">
<img src="./images/github.svg" class="footer__social-image" alt="Github">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://codepen.io/Smalik12351" title="Link to Codepen Profile">
<img src="./images/codepen.svg" class="footer__social-image" alt="Codepen">
</a>
</li>
<li class="footer__social-link-item">
<a href=https://www.linkedin.com/in/USERNAMECUZIDKMINE/">
<img src="./images/linkedin.svg" title="Link to Linkedin Profile" class="footer__social-image" alt="Linkedin">
</a>
</li>
</ul>
<p>©2024 Shayan Malik.</p>
</div>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./images/arrow-up.svg" alt="Back to Top" class="back-to-top__image"/>
</a>
<script src="./index.js"></script>
</body>
</html>