forked from EETIC/SUPER10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 2.55 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.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=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Passero+One&display=swap" rel="stylesheet">
<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=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Borel&family=Passero+One&display=swap" rel="stylesheet">
<body>
<nav>
<ul>
<li>About</li>
<li>Portfolio</li>
<li>Services</li>
<li>Contact me</li>
</ul>
</nav>
<div class="img">
<img src="./Frame 1.jpg" />
</div>
<h3 class="title">Hello!</h3>
<h1 class="im">I'm </h1>
<h1 class="k">KEERTHANA T P</h1>
<h1 class="w">I am a WEB DEVELOPER</h1>
<div class="items">
<div class="first">
<div class="first-item">
<h3 class="head1">
About me
</h3>
<p>College:</p>
<p>College of Engineering Trivandrum</p>
<p>Course:</p>
<p>Computer Science and Engineering</p>
<p>Current GPA:</p>
<p>9.895</p>
</div>
</div>
<div class="second">
<div class="second-item">
<h3 class="head1">
Contact me
</h3>
<p>Email:</p>
<p>[email protected]</p>
<p>LinkedIn:</p>
<p>
<a href="https://www.linkedin.com/in/keerthana-t-p-248260267">Linkedin profile</a></p>
<p>Github:</p>
<p><a href="https://www.github.com/Keerthana-T-P">Github profile</a></p>
</div>
</div>
<div class="third">
<div class="third-item">
<h3 class="head1">
Online resume
</h3>
<a class="button" href="https://drive.google.com/file/d/1sIE0nAIbN-2_CKcOoynKIXtL1dls97kY/view?usp=drivesdk" class="resume-link">Download resume</a>
</div>
</div>
</div>
</body>
</html>