-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (55 loc) · 2.48 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
<!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 | Mihir Yarra</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="social.css">
<link rel="stylesheet" href="animation.css">
</head>
<body>
<main>
<section class="glass1">
<div class="img">
<a href="home.html"><img src="img/profile.png" alt=""></a>
</div>
<p>Mihir Yarra</p>
<p>2<sup>nd</sup> year IT Student</p>
<p>Dharmsinh Desai University</p>
<nav>
<a href="home.html" class="fa fa-home"> Home</a>
<a href="about.html" id="About" class="fa fa-address-card-o"> About</a>
<a href="port.html" class="fa fa-graduation-cap"> Portfolio</a>
<a href="contact.html" class="fa fa-phone"> Contact</a>
</nav>
</section>
<section class="glass2">
<h2>About Me</h2><hr>
<div class="content">
<ul>
<li>🖐🖐🖐 Hello Everyone!</li>
<li>I'm Mihir, an 2<sup>nd</sup> year IT student of Dharmsinh Desai University 🏫</li>
<li>I live in Ahmedabad, Gujarat, India.</li>
<li>I like to code, play Tennis 🎾 and to explore new Technologies 👩💻</li>
<li>In my free time, you might see me reading Books 📔 or articles on Personality Development.</li>
</ul>
</div>
<div class="social">
<div>
<p>To know More About Me, Visit my Social Media Account</p>
<a href="https://www.instagram.com/mihir_1243/" class="fa fa-instagram"></a>
<a href="https://www.facebook.com/mihir.yarra/" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/in/mihir-yarra-6868a81b9/" class="fa fa-linkedin"></a>
</div>
</div>
</section>
</main>
<div class="circle1"></div>
<div class="circle2"></div>
</body>
</html>