-
Notifications
You must be signed in to change notification settings - Fork 10
/
WebModified.html
125 lines (121 loc) · 4.81 KB
/
WebModified.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sanchit Singhal Resume</title>
<script src="jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/js/bootstrap.min.js" type="text/javascript"></script>
<link href="bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/bootstrap.min.css" type="text/css" rel="stylesheet" media="all" />
<style>
ul li{
font-size:18px;
}
#name{
font-size:18px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="#" class="navbar-brand">My Resume</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href=""><span class="glyphicon glyphicon-home"></span> HOME</a></li>
<li><a href="BootStrap/AboutMe.html">ABOUT ME</a></li>
<li><a href="BootStrap/Contact.html">CONTACT</a></li>
<li><a href="BootStrap/Skills&Experience.html">SKILLS & EXPERIENCE</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="h1">
<p><b>SANCHIT SINGHAL</b></p>
</div>
<div class="h4">
<p><b>Email:[email protected]</b></p>
<p><b>Contact:9457717393</b></p>
</div>
<hr />
<div class="alert-danger">
<h2 align="center">Career Objective</h2>
</div>
<ul>
<li><b>I want to excel in the field of IT industries and to join an renowned instituion to enhance my skills and knowledge and to work for the growth of the Institution.</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Profile Summary</h2>
</div>
<ul>
<li><b>An enthusiastic fresher with highly motivated and leadership skills having bachelors of engineering degree in Computer Science and Engineering.</b></li>
<li><b>Expert in implementation of each step of Project related to Programming Language.</b></li>
<li><b>Having Creative ideas and Designs for different projects.</b></li>
<li><b>Eager to learn new technologies and methodologies.</b></li>
<li><b>Always want to do best for which I appreciate.</b></li>
<li><b>Work with the Latest and best Technology now a days.</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Personal Qualities</h2>
</div>
<ul>
<li><b>Ability to produce best result in pressure situation.</b></li>
<li><b>Highly Determinated.</b></li>
<li><b>Strong Motivational Skills.</b></li>
<li><b>Ability to work as individual as well as in group.</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Educational Qualifications</h2>
</div>
<ul>
<li><b>Bachelor of Technology in Computer Science from ABES Engineering College Ghaziabad .</b></li>
<li><b>Intermediate from S.D.Public School Muzaffarnagar with 89% .</b></li>
<li><b>High School from G.C.Public School Muzaffarnagar with CGPA:8.4 .</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Interests</h2>
</div>
<ul>
<li><b>Ethical Hacking</b></li>
<li><b>Playing Games</b></li>
<li><b>Web Desinging</b></li>
<li><b>Teaching</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Hobbies</h2>
</div>
<ul>
<li><b>Playing Badminton</b></li>
<li><b>Listening Songs</b></li>
<li><b>Watching Movies</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Strengths</h2>
</div>
<ul>
<li><b>Honesty</li>
<li><b>Determination</b></li>
<li><b>Hard Work</b></li>
<li><b>Family</b></li>
</ul>
<div class="alert-danger">
<h2 align="center">Achivements</h2>
</div>
<ul>
<li><b>Got Good marks in B.Tech 1 semester.</b></li>
<li><b>Passed Aakash National Talent Hunt Exam.</b></li>
<li><b>Passes National Science Olympaid.</b></li>
</ul>
<div class="container">
<div class="alert-danger">
<h2 align="center">Personal Details</h2>
</div>
<br />
<p id="name"><b>Name:Sanchit Singhal</b></p>
<p id="name"><b>DOB:21/07/1999</b></p>
<p id="name"><b>Language Known:Hindi,English</b></p>
<p id="name"><b>Email:[email protected]</b></p>
<p id="name"><b>Address:Aadarsh Colony Pachenda Road,Muzaffarnagar</b></p>
</div>
</body>
</html>