-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (145 loc) · 4.75 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!doctype html>
<html>
<head>
<title>Ritik's profile</title>
<link rel="stylesheet" href="profile.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div>
<div class="lfbox">
<div id="lfbox">
<div class="photo">
<img src="pp.jpg" width="100%" " alt="server issue">
</div>
<div class="pf" style="text-align:center; font-family:Arial,Helvetica,sans-serif;">
<h1 >Ritik Vashist</h1>
<p>----*************----</p>
<hr>
</div>
<div class="contact">
<h1>Contact </h1>
<div class="phone" >
<a href="tel:9911330906" title="click to reach me via call">
<img src="phone.png" width="10%" " alt="server issue">
<span>9911330906</span>
</a>
</div>
<div class="mail" >
<a href="mailto:[email protected]" title="click to reach me via mail" target="_blank">
<img src="mail.png" width="10%" " alt="server issue">
<span>[email protected]</span>
</a>
</div>
<div class="fb" >
<a href="https://www.facebook.com/ritik.vashist.948" title="click to reach me via facebook" target="_blank">
<img src="fb.png" width="10%" " alt="server issue">
<span>ritik vashist</span>
</a>
</div>
<div class="insta">
<a href="https://www.instagram.com/ritik0212" title="click to reach me via instagram" target="_blank">
<img src="insta.jpg" width="10%" " alt="server issue">
<span>ritik vashist</span>
</a>
</div>
<div class="twitter" >
<a href="https://twitter.com/RitikVashist2" title="click to reach me via twitter" target="_blank">
<img src="twitter.png" width="10%" " alt="server issue">
<span>ritik vashist</span>
</a>
</div>
</div>
<hr>
<div class="lang">
<h1>Language Known </h1>
<ul>
<li><h3>English</h3></li>
<li><h3>Hindi</h3></li>
</ul>
</div>
<hr>
</div>
</div>
<div class="rtbox">
<div id="rtbox">
<hr>
<div class="personal">
<span><img src="personal.jpg" width="10%" " alt="server issue">
<h1 style="text-align:center;">Personal info</h1></span>
<ul>
<li>
<h2>NAME: RITIK VASHIST</h2>
</li>
<li>
<h2>D.O.B : 01 SEPTEMBER 2001</h2>
</li>
<li>
<h2>NATIONALITY: INDIA</h2>
</li>
</ul>
</div>
<hr>
<div class="edu">
<span><img src="edu.jpg" width="10%" " alt="server issue">
<h1 style="text-align:center;">EDUCATION</h1></span>
<ul>
<li>
<h2>B.TECH(COMPUTER ENGINEERING): JAMMIA MILLIA ISLAMIA, NEW DELHI</h2>
</li>
<li>
<h2>INTERMEDIATE: RAMEESH INTERNATIONAL SCHOOL, GREATER NOIDA</h2>
</li>
<li>
<h2>B.TECH(COMPUTER ENGINEERING): ST JOSEPH'S SCHOOL, GREATER NOIDA</h2>
</li>
</ul>
</div>
<hr>
<div class="skill">
<span><img src="skill.png" width="10%" " alt="server issue">
<h1 style="text-align:center;">SKILLS</h1></span>
<ul>
<li>
<h2>Working in teams</h2>
</li>
<li>
<h2>Logical and critical thinker</h2>
</li>
<li>
<h2>Ability to solve the problem quickly, efficiently and management ability</h2>
</li>
<li>
<h2>Soft spoken</h2>
</li>
</ul>
<hr>
</div>
<div class="others">
<span><h1 style="text-align:center;">Others</h1></span>
<ul>
<li>
<h2>Strength</h2>
<ol><li>Hard working and takes everytask as challenge till it's not completed</li></ol>
</li>
<li>
<h2>Career Objective</h2>
<ol><li>Self directed ,Skilled in the design of challenging, enriching & innovative activities that address the diverse interests and need of interest </li></ol>
</li>
</ul>
<hr>
</div>
</div>
</div>
<footer>
<div id="l">
<div class="foot">
<h1 style="text-align:center;">WE WILL UPDATE OUR PAGE SOON </h1>
<h2 style="text-align:center;">stay tuned </h2>
<span>© ritik vashist 2020</span>
</div>
</div>
</footer>
</body>
</html>