-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
72 lines (70 loc) · 3 KB
/
about.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
<!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">
<title>About Me</title>
<link rel="stylesheet" href="./css/about.css"/>
</head>
<body>
<div class="nav-bar">
<div class="nav-bar-wrap">
<nav>
<ul class="nav-items">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html"> Contacts</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="first">
<p id="para">
<img src="./Assets/iit.jpg" style="width:29vw;height:15vw;float: right;padding-right:6%;"/>
<em id="lblue"> I am Tanmay Bajaj an undergraduate</em><em id="orange"> student in my freshmen year in</em><em id="green"> IIT Roorkee</em> <em id="blue"> studying
Electrical Engineering. I am</em> <em id="orange"> currently exploring the fields</em><em id="yellow"> of web/software</em><em id="lblue"> development.</em>
</p>
</div>
<br>
<div>
<p id="para1">
<em id="lblue">I am currently a developer in <a href="https://sdslabs.co/" style="color: rgb(24, 207, 227);" target="_blank">SDSLabs</a> and</em> I haven't done any projects yet .<em id="green"> I have done some
Competitive</em><em id="orange"> Programming as well and practiced a little Web Security.</em>
</p>
</div>
<div class="row">
<div class="column">
<img src="./Assets/labs.png" alt="SDSLabs">
</div>
<div class="column">
<img src="./Assets/cp.jpg" alt="CP" width="20px">
</div>
</div>
<p id="para2">
<em id="blue">Being a sports enthusiast I love spending my time on the field </em> rather than playing games
on PC. I am a<em id="green"> big time cricket</em> <em id="lblue"> and basketball fan, started playing chess in quarantine
helplessness,</em> <em id="orange"> as all sports activities were stopped,</em> <em id="yellow"> which turned</em> into a big time
addiction
</p>
<div class="row1">
<div class="column">
<img src="./Assets/cricket.jpg" alt="cricket"/>
</div>
<div class="column">
<img src="./Assets/basketball.jpg" alt="basketball"/>
</div>
<div class="column">
<img src="./Assets/chess.jpg" alt="chess"/>
</div>
</div>
<div class="footer">
<p style="padding-right: 6%;" > HTML</p><p>CRLF</p><p>UTF-8</p><p>Spaces:4</p><p>Ln 37,Col 14</p>
</div>
</body>