-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (56 loc) · 2.32 KB
/
index.html
File metadata and controls
56 lines (56 loc) · 2.32 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Profile - Gayathri Krishnan</title>
<meta name="description" content="Profile of Gayathri Krishnan">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="card">
<div class="card-profile">
<img src="images/profile.jpeg" alt="profile_image">
</div>
<div class="card-content">
<h3>Gayathri Krishnan</h3>
<h4>Software Engineer</h4>
<p>Front End Developer</p>
<p>London, UK</p>
<p class="contact-info">Contact info</p>
<div class="profile-links">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-square-github"></i></a>
</div>
</div>
</div>
<div class= "profile-description">
<div class = "card profile-description-left">
<h3>Hobbies</h3>
<ul>
<li>Cooking For My Little One</li>
<li>Watching Netflix</li>
<li>Roaming Around London</li>
</ul>
</div>
<div class = "card profile-description-right">
<h3>Bio</h3>
<p>I am a passionate software developer who is always looking for opportunities to learn new stuff and enjoys working in a challenging environment. I push myself to the limit and I strongly believe in hard work pays off.</p>
</div>
</div>
<div class="card footer">
<div class="links">
<a href="#"><i class="fa-brands fa-facebook-messenger"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<p>This website coded with <i class="fa-solid fa-heart"></i> at Le Wagon</p>
</div>
</div>
</body>
</html>