-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.63 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
<html>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<ul>
<li><a>Home</a></li>
<li><a>About</a>
<p>My Name is Rahul Solanki.</p>
<p>I Am Student Of Indian Institute Of Information Technology.</p>
</li>
<li><a>Education</a>
<ul>
<li><a>Collage</a>
<p>I Have Passed My 10th Class with 77.00% From Rajasthan Board.</p>
<p>I Have Passed My Class 12th With 83.40% From Rajasthan Board.</p>
<p>I Have Passed Class 12th in Science Math.</p>
</li>
<li><a>School</a>
<p>At Present I Am Under Grduating At Indian Institute Of Information Technology Kalyani.</p>
<p>My Stream Is Computer Science.</p>
<p>I am Studying In 2nd year.</p>
<p>My Current CGPA is 8.03.</p>
</li>
</ul>
</li>
<li><a>Contact Me</a>
<p>Contact No.-+919521829409</p>
</li>
</ul>
<body>
<img src="rahul.png" class="picRight">
</body>
<div class="box" style="position:relative; left:80px; top:-100px;">
Hi There!! I am Glad That you Found Me.
</div>
<div class="boxed"style=" position:relative;left:90px; top: -10px;">
Myself Rahul Solanki. A Computer Science Engineer.
</div>
<a href="https://www.facebook.com/" class="fa fa-facebook"></a>
<a href="https://twitter.com/home" class="fa fa-twitter"></a>
<a href="https://mail.google.com/mail/u/0/#inbox" class="fa fa-google"></a>
<a href="https://www.youtube.com/" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/" class="fa fa-instagram"></a>
</html>