-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (84 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="favicon.ico">
<title>Document</title>
</head>
<body>
<div class="nav">
<div class="home11">
<a href="#home1">home</a>
</div>
<div class="skills11">
<a href="#skills1">skills</a>
</div>
<div class="about11">
<a href="#about">about</a>
</div>
<div class="contact11">
<a href="#contact1">contact</a>
</div>
</div>
<div class="myphoto" id="home1">
<img src="photos\photos.jpg.jpg" width="200px" height="200px" alt="">
<p class="ankur">❤Ankur jain❤</p>
</div>
<div class="intro" id="about">
<div class="descr">
<p>
I'm currently pursuing BTech in Computer Sccience at Birla Institute of Technology, Mesra (2019-2023). I love building new things and participating in coding competetions.</p>
</div>
<br>
<div class="left">
<p>WEB DEVELOPEMENT</p>
<img class="li1" src="q (1).jpg" width="200px" height="120px" alt="">
<p class="l1">just started with web developement.Found it interesting.Learning a new stuff daily.</p>
</div>
<div class="mid">
<p>COMPETITIVE PROGRAMMING</p>
<img src="cp.jpg" width="200px" height="120px" alt="">
<p>So, I started doing CP in my first year.Found it really interesting and still enjoying it.</p>
</div>
<div class="right">
<p> INTEREST IN NEW FIELDS</p>
<img src="interest.jpg" width="200px" height="120px" alt="">
<p class="p1">I always give my best in every field . Want to learn new stuffs in the field of programming.</p>
</div>
</div>
<div class="skills" id="skills1">
<div class="lang">
<h1 class="langh">Languages/ Frameworks</h1>
<div class="langul">
<ul>
<li>C++</li>
<li>Python</li>
<li>Java</li>
<li>NodejS</li>
<li>CSS</li>
</ul>
</div>
</div>
<div class="dev">
<h1 class="devh">Dev Tools</h1>
<div class="devul">
<ul>
<li>Git</li>
<li>Express</li>
<li>MangodB</li>
<li>Bootstrap</li>
</ul>
</div>
</div>
</div>
<div class="contact" id="contact1">
<div class="con">
<div> <i class="fa fa-facebook-official" aria-hidden="true" ;"></i><a href="https://www.facebook.com/profile.php?id=100016080461287"> fb</a></div>
<div><i class="fa fa-github" aria-hidden="true"></i><a href="https://github.com/74ankur09"> Git</a></div>
</div>
</div>
</body>
</html>