-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sunand Gupta </title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
<nav>
<div class="nameofheader">
<p>Sunand Gupta</p>
</div>
<div class="navbar">
<ul>
<li>Home</li>
<li>References</li>
<li>Blogs</li>
</ul>
</div>
</nav>
</header>
</div>
<main>
<div>
<img src="web dev.jpg" class="picture">
</div>
<h1 class="heading">
<span class="text1">Sunand Gupta the</span>
<span class="text2">web developer</span>
</h1>
<div class="box">
<div class="box1">
<h2>Technologies</h2>
<p>I am familiar with HTML5, CSS3, GIT, PYTHON, C, C++....</p>
</div>
<div class="box2">
<h2>References</h2>
<ol>
<li><a
href="https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=0CAQQw7AJahcKEwjI0am3sIX-AhUAAAAAHQAAAAAQAg&url=https%3A%2F%2Fwww.codechef.com%2F&psig=AOvVaw14Zj2GxtSADnk4UW4Is_XD&ust=1680324964823366">Codechef</a>
</li>
<li><a href="https://codeforces.com/">Codeforces</a></li>
<li><a
href="https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=0CAMQw7AJahcKEwjwoPWdsIX-AhUAAAAAHQAAAAAQAg&url=https%3A%2F%2Fhackbyte23.live%2F&psig=AOvVaw2abrIGNJq7nidE06NyRkyK&ust=1680324910618087">Hackbyte</a>
</li>
<li><a href="https://adarshbalika.netlify.app/">Adarsh Balika</a></li>
</ol>
</div>
<div class="box3">
<h2>Blogs</h2>
<p>
coming soon...😃😃😃
</p>
</div>
</div>
</main>
<div class="social1">
<footer>
<div class="socialstatement">
SOCIAL MEDIA PRESENCE
</div>
<div class="sociallinks">
<div class="github">
<a href="https://github.com/sunandgupta">GITHUB</a>
</div>
<div class="instagram">
<a href="http://www.instagram.com/sunand_gupta">INSTAGRAM</a>
</div>
<div class="linkedin">
<a href="https://www.linkedin.com/in/sunandgupta">LINKEDIN</a>
</div>
</div>
</footer>
</div>
</body>
</html>