forked from jadaun-sahab/vikas-jadaun-potfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (90 loc) · 4.34 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
<!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>VIKAS JADAUN | Full Stack Web Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<script src="https://kit.fontawesome.com/b06a377e67.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="/image/favicon_io/apple-touch-icon.png" type="image/x-icon">
</head>
<body>
<!---------------------------- navbar ---------------------------->
<div id="navbar">
<i class="fa-solid fa-bars" onclick="menutoggle()"></i>
<ul id="uls">
<li><a href="/index.html"><i class="fa-solid fa-house"></i>Home</a></li>
<li><a href="/contact.html"><i class="fa-solid fa-phone"></i>Contact</a></li>
<li><a href="/skills.html"><i class="fa-solid fa-rocket"></i>Skills</a></li>
<li><a href="/web.html"><i class="fa-solid fa-dice-d20"></i>Projects</a></li>
<li><a href="/about.html"><i class="fa-solid fa-address-card"></i>About</a></li>
<li><a href="/resume.html"><i class="fa-solid fa-file-arrow-down"></i>RESUME</a></li>
</ul>
</div>
<!---------------------------- navbar ---------------------------->
<hr>
<!---------------------------- section1 starts ---------------------------->
<div id="section1">
<div class="child2">
<img src="image/two.jpg" alt="">
</div>
<div class="child1">
<h1>Hey I'M <br> VIKAS JADAUN</h1>
<p>Full Stack Web Developer</p>
<form action="contact.html"><button class="btn">Contact<span>→</span></button></form>
</div>
</div>
<!---------------------------- section1 ends ---------------------------->
<hr>
<!---------------------------- section2 starts ---------------------------->
<div id="home">
<h4>Project</h4>
<div class="section2">
<div class="box">
<div class="logo2"> <a href="/web.html"><i class="fa-solid fa-compass-drafting"></i></a></div>
<h2>Web design</h2>
<hr>
<p>build awesome and clean website according to client prefrence</p>
</div>
<div class="box">
<div class="logo2"> <a href="/web.html"><i class="fa-solid fa-laptop"></i></a></div>
<h2>Responsive design</h2>
<hr>
<p>clean responsive website to access view in all mobile phone and devices</p>
</div>
<div class="box">
<div class="logo2"><a href="/web.html"><i class="fa-solid fa-icons"></i></a></div>
<h2>Logo design</h2>
<hr>
<p>professionaly build logo wih creative design Which will give your company a establish look! </p>
</div>
</div>
</div>
<!---------------------------- section2 ends ---------------------------->
<hr>
<!---------------------------- section2 starts ---------------------------->
<div id="about">
<h4>Who I AM</h4>
<div class="section3">
<p>Hello, This is VIKAS JADAUN Here From ( M.P.) INDIA, i Am a FRONTEND Expert Who Can Create Responsive
Website For All Devices With a Clean Code Using Pure HTML,CSS & JS</p>
<div class="input">
<a href="https://instagram.com/_jadaun_sahab__?igshid=YmMyMTA2M2Y="><i
class="fa-brands fa-instagram"></i></a>
<!-- <a href="#"> <i class="fa-brands fa-whatsapp"></i></a> -->
<a href="https://github.com/jadaun-sahab"><i class="fa-brands fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/vikas-jadaun-753531243/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<!---------------------------- section3 ends ---------------------------->
<div class="upar">
<a href="#navbar"><i class="fa-solid fa-up-long"></i></a>
</div>
<!---------------------------- section3 ends ---------------------------->
<!---------------------------- footer ends ---------------------------->
</body>
</html>
<script src="index.js"></script>