-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
309 lines (286 loc) · 9.62 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Edit meta description for SEO -->
<meta
name="description"
content="A website for Marco. I'm student currently pursuing my bachelor's degree in Computer
Science. I'm passionate about developing products that make people's
lives easier and miserable."
/>
<!-- Edit title -->
<title>Marco</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Work+Sans:wght@400;800&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Work+Sans:wght@400;800&display=swap"
rel="stylesheet"
type="text/css"
/>
</noscript>
<!-- Styleshits -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Navigation -->
<nav>
<ul>
<li><a href="#top">HOME</a></li>
<li><a href="#project">PROJECTS</a></li>
<li><a href="#about">ABOUT</a></li>
</ul>
</nav>
<!-- End of Navigation -->
<!-- Home -->
<section class="center">
<main>
<!-- img and info container -->
<div class="img-info-container">
<!-- profile picture -->
<div class="img-container">
<img
width="80"
height="80"
src="./asset/img/Watashi.jpeg"
alt="pfp"
/>
</div>
<!-- info / the large text and social media -->
<div class="info-container">
<!-- svg/social media container -->
<div class="social-container">
<!-- GITHUB -->
<a href="https://github.com/notshanxx" target="_blank"
><img
width="24"
height="24"
src="./asset/svg/github.svg"
alt="github"
/></a>
<!-- LINKEDIN -->
<a
href="https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley"
target="_blank"
><img
width="24"
height="24"
src="./asset/svg/linkedin.svg"
alt="linkedin"
/></a>
</div>
<!-- name -->
<h1>MARCO</h1>
<hr />
</div>
</div>
<p class="user-bio">
I’m a Student currently pursuing my bachelor's degree in Computer
Science. <br />
I’m passionate about developing products that make people's lives
easier and miserable.
<!-- <br />
<br />
Interested in Web, Software, App, Game Development, Board Games, Guitar,
Basketball, Football, Drawing -->
</p>
<!-- Quote -->
<div class="quote-container">
<p>
<i>
You cannot use the word "possibility" without limitations <br />
- Master Higuchi
</i>
</p>
</div>
</main>
</section>
<!-- End of Home -->
<!-- Start of Project -->
<section class="center">
<div id="project">
<h2>PROJECTS</h2>
<!-- project container/ grid -->
<div class="project-container">
<!-- Repo -->
<div class="repository-container">
<div class="repository-head">
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
>
<h3>anicard</h3>
</a>
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
><img
width="16"
height="16"
src="./asset/svg/external-link.svg"
alt="external-link"
/></a>
</div>
<p class="repository-description">
Create simple cards with anime information and cover on it.
</p>
<div class="repository-language-used-container">
<span class="language-used">Javascript</span>
<span class="language-used">CSS</span>
<span class="language-used">HTML</span>
</div>
</div>
<!-- Repo End -->
<!-- Repo -->
<div class="repository-container">
<div class="repository-head">
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
>
<h3>catnapping</h3>
</a>
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
><img
width="16"
height="16"
src="./asset/svg/external-link.svg"
alt="external-link"
/></a>
</div>
<p class="repository-description">A website with cats</p>
<div class="repository-language-used-container">
<span class="language-used">Svelte</span>
<span class="language-used">Tailwind</span>
<span class="language-used">Vite</span>
</div>
</div>
<!-- Repo End -->
<!-- Repo -->
<div class="repository-container">
<div class="repository-head">
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
>
<h3>plainfolio</h3>
</a>
<a
href="https://github.com/notshanxx/anicard"
target="_blank"
rel="noopener noreferrer"
><img
width="16"
height="16"
src="./asset/svg/external-link.svg"
alt="external-link"
/></a>
</div>
<p class="repository-description">A plain portfolio template (this)</p>
<div class="repository-language-used-container">
<span class="language-used">HTML</span>
<span class="language-used">CSS</span>
<span class="language-used">Vite</span>
</div>
</div>
<!-- Repo End -->
</div>
<!-- To github repos -->
<div class="repository-container more-repo">
more at
<a
href="https://github.com/notshanxx?tab=repositories"
target="_blank"
>GITHUB <img src="./asset/svg/external-link.svg" alt=""
/></a>
</div>
<!-- To github repos End-->
</div>
</section>
<!-- End of Project -->
<!-- About -->
<div class="center">
<div id="about">
<!-- Image -->
<div class="about-img-container">
<img
width="80"
height="80"
src="./asset/img/Watashi.jpeg"
alt="pfp"
/>
</div>
<!-- Name -->
<h2 class="gradient">Marco Manuel</h2>
<!-- social media container -->
<ul class="about-social-container">
<li>
<img src="./asset/svg/github.svg" alt="Github" />
<a href="https://github.com/notshanxx/">Github</a>
</li>
<li>
<img src="./asset/svg/mail.svg" alt="LinkedIn" />
<a href="#">Mail</a>
</li>
<li>
<img src="./asset/svg/linkedin.svg" alt="LinkedIn" />
<a href="#"> LinkedIn</a>
</li>
</ul>
<!-- long bio -->
<p>
I'm an upcoming first year college student currently pursuing my bachelor's degree in Computer
Science. <br />
I also make random things what comes into my mega big brain. <br>
</p>
<!-- Skills / Tools -->
<h3>Skills / Tools</h3>
<ul class="skill">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>Phyton</li>
<li>React</li>
<li>Svelte</li>
<li>Node.js</li>
<li>Vite</li>
<li>Git</li>
<li>Linux (Ubuntu)</li>
</ul>
</div>
</div>
<footer>
<!-- Its okay to remove my name here (indeed you'll get hit) -->
<p>
© <script>document.write( new Date().getFullYear() );</script> Built by <a href="https://github.com/notshanxx">notshanxx</a>
</p>
</footer>
<!-- <h1 id="fin" style="
font-family: 'Work Sans', sans-serif;
font-size: 20px;
margin: 100vh 0 50vh 0;
">
<i>~ fin ~</i>
</h1> -->
<!-- remove if you want to remove hover effect -->
<script type="module" src="./script/event-effect.js"></script>
</body>
</html>