-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.24 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>The Magesty</title>
</head>
<body>
<img src="http://d3c8n2vwg3b5rb.cloudfront.net/writable/cacheFiles/thumbs/237x177/writable/cacheFiles/images/wikipedia/QmFydCBTaW1wc29uLnN2Zw==" />
<p>I'm male, 19 years old, and am a developer, hackathon goer dude.</p>
<ul>
<li><p style="color:Blue">Interests</p>
<ul>
<li style="font-family:Futura">Development</li>
<li style="font-family:Futura">Making stuff</li>
<li style="font-family:Futura">Gaming</li>
</ul>
</li>
<li><p style="color:green">Jobs</p>
<ol>
<li style="font-family:Futura">Amateur Developer</li>
<li style="font-family:Futura">Swag</li>
</ol>
</li>
<li><p style="color:red">Where I Went to School</p>
<ol>
<li style="font-family:Futura">Some highschool in Turkey</li>
<li style="font-family:Futura">UMD (current)</li>
</ol>
</li>
<li><p style="color:brown">Favorite Quotes</p>
<ul>
<li style="font-family:Futura">"There are two keys to be successful in life; 1) Never reveal everything."</li>
<li style="font-family:Futura">"You better check yourself before you wreck yourself."</li>
</ul>
</li>
</ul>
</body>
</html>