-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (136 loc) · 6.03 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styleCV.css">
<link rel="stylesheet" href="bootstrap.css">
</head>
<body>
<ul>
<li><a href="#Home" style="text-decoration: none">Home</a></li>
<li><a href="#Qualification" style="text-decoration: none">Qualification</a></li>
<li><a href="#Certificates" style="text-decoration: none">Certificate</a></li>
<li><a href="#Skills" style="text-decoration: none">Skills</a></li>
<li><a href="#Hobbies" style="text-decoration: none">Hobbies</a></li>
<li><a href="#Contacts" style="text-decoration: none">Contacts</a></li>
</ul>
<div class="parallax"></div>
<div style="background-image: url(bg5.jpg); background-repeat: no-repeat; background-size: cover">
<div class="cantainer">
<div class="center">
<p align="center">
<span align="center" style="font-size: 75px">I'm Amita Kumari.</span>
<hr style="border-top: 2px solid lightblue">
<br><b>I'm a Computer Science Engg student studying in SIDDAGANGA INSTITUTE OF TECHNOLOGY</b></p>
</div>
</div>
<div class="top">
<div id="Home">
<img src="DSC05026.jpg" style="padding-top: 45px; padding-right: 25px" height="230px" width="190px"
align="left" alt="Can't load the image">
<p class="person">
Father's Name: Arvind Kumar<br>
Mother's Name: Smita Kumar<br>
Date of Birth: 22 Jan 1999<br>
Blood Group: O+ve<br>
Gender: Female<br>
Nationality: Indian<br>
Marital Status: Single<br>
</p>
<br>
<hr style="border: 1px solid black">
</div>
<div id="Qualification" class="education">
<table>
<tr>
<th align="center">Degree</th>
<th align="center">Instituion</th>
<th align="center">Grade/CGPA</th>
<th align="center">Board</th>
</tr>
<tr>
<td align="center">SSC</td>
<td align="center">KV Karwar</td>
<td align="center">9.6CGPA</td>
<td align="center">C.B.S.E</td>
</tr>
<tr>
<td align="center">HSC</td>
<td align="center">KV Karanja</td>
<td align="center">84%</td>
<td align="center">C.B.S.E</td>
</tr>
<tr>
<td align="center">B.E</td>
<td align="center">Siddaganga Institute of Technology</td>
<td align="center">8.74CGPA</td>
<td align="center">V.T.U</td>
</tr>
</table>
<br>
<hr style="border: 1px solid black">
</div>
<div id="Certificates">
<h3>Certificates</h3><br>
<p>Click here to view:
<br>
<a href="10.html"><u>
<h4>10th Certificate</h4>
</u></a>
<a href="12.html"><u>
<h4>12th Certificate</h4>
</u></a>
</p>
<hr style="border: 1px solid black">
</div>
<div id="Skills">
<br>
<h3>Languages Known:</h3>
<ol>
<li>>>English</li>
<li>>>Hindi</li>
<li>>>Marathi</li>
</ol>
<br>
<h3>Software:</h3><br>
<ol>
<li style="float: left; padding-right: 170px"><img src="c.png" width="65px" height="65px">C/C++</li>
<li style="float: left; padding-right: 170px"><img src="html.png" width="65px" height="65px"
style="border-radius: 25px">HTML</li>
<li><img src="css.png" width="65px" height="65px">CSS</li>
</ol>
<br>
<hr style="border: 1px solid black">
</div>
<div id="Hobbies">
<h3>Hobbies</h3><br>
<ol>
<li style="float: left; padding-right: 90px"><img src="books.png" width="65px" height="65px">Reading
Novels</li>
<li style="float: left; padding-right: 120px"><img src="swimming.jpg" width="65px" height="65px"
style="border-radius: 25px">swimming</li>
<li><img src="painting.png" width="65px" height="65px">Painting</li>
</ol>
<br>
<hr style="border: 1px solid black">
</div>
<fieldset>
<legend>
<h1>Contact</h1>
</legend>
<div id="Contacts">
Call: 9113553831<br>
Email id: <a href="mail to: [email protected]">[email protected]</a><br>
<a href="www.facebook.com/amita">Click here to view Facebook Profile</a><br>
Address: Qtr no. O-6 Naval station NAD Karanja Uran Mumbai Maharastra<br>
</div>
</fieldset>
<hr style="border: 1px solid black">
</div>
</div>
</body>
</html>