-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
102 lines (86 loc) · 3.65 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="css/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Montserrat:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body style="margin: 0px 0px 0px 0px">
<div class="container">
<nav>
<div class="star">
<a href="#" class="active">Home</a>
<a href="#qualifi">Qualifications</a>
<a href="#contac">Contact me</a>
</div>
</nav>
<div class="abcd">
<img src="circle-cropped.png" alt="profile photo" width="300" height="300">
<div class="left">
<h1>Glad to see you here</h1>
<h2><i>I'm <span ><b>Shivangi Singh</b></span>.</i></h2>
<h3>A student of <em>AKGEC</em></h3>
</div>
</div>
</div>
<!-- <div id="home" class="content">
<div class="image">
<img src="circle-cropped.png" alt="profile photo" width="300" height="300" id="profile">
</div>
<div class="top">
<h1><em>Glad to see you here</em></h1>
<h2><i>I'm <span ><b>Shivangi Singh</b></span>.</i></h2>
<h3>A student of <em>AKGEC</em></h3>
</div>
</div>-->
<div class="red">
<h1 id="qualifi" style="font-family: 'Pacifico', cursive;">
<div class="qual">
Qualifications:
</div>
</h1>
<div class="middle">
<ul>
<li>Academic:
<p>I have passed my 10th Board with 95% from Bal Vikas Vidyalaya.</p>
<br>
<p>I have passed my 12th Board with 83.6% from Children's Garden School.</p>
<br>
<p>Currently, I'm pursuing B.tech in Information Technology(2nd year) from Ajay Kumar Garg Engineer College.</p>
<br>
</li>
<li>Technical:
<br>
<p>A mediocre hold over JAVA programming language and passable knowledge of C programming.</li>
<br>
<p>Beginner level knowledge of HTML and CSS.</p>
<br>
</li>
</ul>
</div>
</div>
<h1 id="contac" style="font-family: 'Pacifico', cursive;">
<div class="qual">
Contact me:
</div>
</h1>
<div class="bottom">
<a href="https://www.facebook.com/shivi.gautam.92775" target="_blank"><i class="fa fa-2x fa-facebook"></i></td>
<a href="https://www.instagram.com/wanderer6686/" target="_blank"><i class="fa fa-2x fa-instagram"></i></a>
<a href="" target="_blank"><i class="fa fa-2x fa-twitter"></i></a>
<a href="" target="_blank"><i class="fa fa-2x fa-linkedin"></i></a>
</div>
<div class="footer">
<p id="copyright">©Shivangi Singh</p>
<p id="back-top"><a href="#">Going up?</a></p>
</div>
</body>
</html>