-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
53 lines (50 loc) · 1.49 KB
/
aboutme.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
<!DOCTYPE html>
<html>
<head>
<title>About Me!</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="stylesheet" href="CSS/abtmestyles.css">
<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=Play&display=swap" rel="stylesheet">
</head>
<body>
<div class="navbar fcontainer">
<h1 style="margin: 0px;">About Me</h1>
</div>
<div class="fcontainer">
<div>
<h1>Hi! Ujjwal here!</h1>
</div>
<div>
<h2>aka <span><em>MAGNUS</em></span></h2>
</div>
<div>
<h3>aka <span><em>Darkhood148</em></span></h3>
</div>
<div>
<h2>Developer @ SDSLabs</h2>
</div>
<div>
<p>Born and raised in Lucknow (#Nawab)</p>
</div>
<div>
<p>Hobbies: Chess, Music and Coding.</p>
</div>
<div>
<p>Programming Experience : </p>
<ul>
<li>Java (ISC+ECE)</li>
<li>C++ (for CP)</li>
<li>Unity Game Engine</li>
<li>HTML/CSS (Not really a programming language but still :P)</li>
<li>BASH and Linux Terminal</li>
<li>Python3</li>
</ul>
<p>Well, that's it folks.</p>
<p><a href="index.html">Back</a></p>
</div>
<p></p>
</div>
</body>
</html>