-
Notifications
You must be signed in to change notification settings - Fork 1
/
shivi.html
65 lines (53 loc) · 1.97 KB
/
shivi.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
<!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>
<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">
</head>
<body>
<table cellspacing="100">
<tr>
<td><img src="circle-cropped.png" alt="profile photo" width="300" height="300"></td>td>
<td><h1><em>Glad to see you here</em></h1>
<h2><i>Hello everyone,I'm shivangi.</i></h2>
<h3>A student of <em>AKGEC</em></h3>
</td>
</table>
<br>
<h2>Qualifications</h2>
<ul>
<li>Academic:
<ol>
<li>I have passed my 10th Board with 95% from Bal Vikas Vidyalaya.</li>
<li>I have passed my 12th Board with 83.6% from Children's Garden School.</li>
<li>Currently, I'm pursuing B.tech in Information Technology(2nd year)from Ajay Kumar Garg Engineer College.</li>
</ol>
</li>
<li>Technical:
<ol>
<li>A hold over JAVA programming language and passable knowledge of C programming.</li>
<li>Beginner level knowledge of HTML and CSS.</li>
</ol>
</li>
</ul>
<h2>CONTACT ME</h2>
<div class="social menu">
<table cellspacing="50">
<tr>
<td><li> <a href=""><i class="fa fa-facebook"></i></a></li></td>
<td><li> <a href=""><i class="fa fa-instagram"></i></a>td>
</tr>
<tr>
<td><li> <a href=""><i class="fa fa-twitter"></i></a></li></td>
<td><li> <a href=""><i class="fa fa-linkedin"></i></a></li></td>
</td>
</tr>
</table>
<ul>
</ul>
</div>
</body>
</html>