-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
310 lines (282 loc) · 9.49 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="./images/love.webp" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>portfolio || Love Sonkar</title>
</head>
<body>
<!-- code for header -->
<div class="head">
<div class="header center">
<div class="logo">
<img src="./images/love.webp" alt="logo " />
<p>Love Sonkar</p>
</div>
<div id="width-desktop" class="nav">
<ul class="menu-list">
<li id="active">
<a href="#">Home</a>
</li>
<li>
<a href="#project">My Projects</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li><a href="#cont">contact</a></li>
</ul>
</div>
<!-- for mobile -->
<div id="width-mobile" class="nav" onclick="closenavigation()">
<ul class="menu-list">
<li id="active">
<a href="#">Home</a>
</li>
<li>
<a href="#project">My Projects</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li><a href="#cont">contact</a></li>
</ul>
</div>
<div class="navigation-bar">
<span class="line" id="line-open" onclick="opennavigation()"
>☰</span
>
<span class="cross" id="line-close" onclick="closenavigation()"
>×</span
>
</div>
</div>
</div>
<!-- code for home section -->
<div id="#about" class="homecontainer center">
<div class="contentleft">
<h2 class="ani">Hii...</h2>
<p>Myself Love Sonkar, My profession is WebDevloper.</p>
<p class="pb-1">All my work is in my github you can check</p>
<div class="flex align-center">
<button class="button2">
<a target="_Blank" href="https://github.com/love-sonkar"
>Github Repo</a
>
</button>
</div>
</div>
<div class="contentright">
<img src="./images/love.webp" alt="logo" />
</div>
</div>
<!-- code in service section -->
<div id="project" class="service">
<div class="center">
<h1>My Projects</h1>
<div id="second-servicelist" class="service-list">
<div class="cont">
<h2 class="h2heading">Amazon Clone</h2>
<p>
I have created an amazon clone using react js, in this clone you
can see all products and search any products by name, and also you
can add products in cart and you can see Total price of all
products.
</p>
<a
class="buttonCheck"
href="https://amazon-clone-swart-ten.vercel.app/"
target="_blank"
>Check Out</a
>
</div>
<div class="images">
<img id="second-img" src="./images/amazon.webp" alt="tictactoe" />
</div>
</div>
<!-- list 1 -->
<div class="service-list">
<div class="images">
<img src="./images/netflix.webp" alt="Netflix" />
</div>
<div class="cont">
<h2 class="h2heading">Netflix Colne</h2>
<p>
This is my first react project in which I have fetched movie data
from tmdb using axios, I have used skeleton loading and lazy load
image to make user friendly, and lot's of optimization.
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/Netflix/"
target="_blank"
>Check Out</a
>
</div>
</div>
<!-- list 2 -->
<div id="second-servicelist" class="service-list">
<div class="cont">
<h2 class="h2heading">Tic Tac Toe Game</h2>
<p>
I have created Tic Tac Toe game using React, or can be played with
two people and this site is responsive as well as attractive.
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/tictactoe/"
target="_blank"
>Check Out</a
>
</div>
<div class="images">
<img
id="second-img"
src="./images/tictactoe.webp"
alt="tictactoe"
/>
</div>
</div>
<!-- list 3 -->
<div id="third-servicelist" class="service-list">
<div class="images">
<img src="./images/microsoft.webp" alt="Microsoft Clone" />
</div>
<div class="cont">
<h2 class="h2heading">Microsoft Clone</h2>
<p>
I have cloned Microsoft's website by looking at it and this site
is fully responsive.
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/microsoft-webclone/"
target="_blank"
>Check Out</a
>
</div>
</div>
<!-- list 4 -->
<div id="second-servicelist" class="service-list">
<div class="cont">
<h2 class="h2heading">One Vision Healthcare</h2>
<p>
Hospital website Thinking about a hospital, I have created a
website like that, in which we can see which doctors are there,
what kind of treatment is there, if you see all these things, then
people will not have any problem, they can come by looking at the
website itself. Is
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/One-Vision-Healthcare/"
target="_blank"
>Check Out</a
>
</div>
<div class="images">
<img
id="second-img"
src="./images/onevision.webp"
alt="One Vision Healthcare"
/>
</div>
</div>
<!-- list 5 -->
<div id="third-servicelist" class="service-list">
<div class="images">
<img src="./images/meshop.webp" alt="Me Shop" />
</div>
<div class="cont">
<h2 class="h2heading">Me Shop</h2>
<p>
Shopping App I was making a shopping app like amazon this project
is not yet fully completed this is an ecommerce website.
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/MeShop/"
target="_blank"
>Check Out</a
>
</div>
</div>
<!-- list 6 -->
<div id="second-servicelist" class="service-list">
<div class="cont">
<h2 class="h2heading">World Clock</h2>
<p>
World Clock website from here you can see the time of any place in
the world.
</p>
<a
class="buttonCheck"
href="https://love-sonkar.github.io/WorldClock/"
target="_blank"
>Check Out</a
>
</div>
<div class="images">
<img
id="second-img"
src="./images/worldclock.webp"
alt="World Clock"
/>
</div>
</div>
</div>
</div>
<!-- code for gallery -->
<div id="gallery" class="gallery">
<div class="center">
<h1>My Design</h1>
<div class="section-gallery">
<img src="./images/design/1.webp" alt="image" />
<img src="./images/design/3.webp" alt="image" />
<img src="./images/design/5.webp" alt="image" />
<img src="./images/design/6.webp" alt="image" />
<img src="./images/design/4.webp" alt="image" />
<img src="./images/design/7.webp" alt="image" />
<img src="./images/design/2.webp" alt="image" />
<img src="./images/design/8.webp" alt="image" />
<img src="./images/design/traverllondon.webp" alt="" />
<img src="./images/design/traverlcard.webp" alt="" />
<img src="./images/design/greenland.webp" alt="" />
<img src="./images/design/greenlandcard.webp" alt="" />
<img src="./images/design/savechalid.webp" alt="" />
</div>
</div>
</div>
<!-- more project -->
<div class="center">
<div class="socialmedia">
<p>i Have More Projects You Can See in my github Repo</p>
<div class="flex">
<button class="button3">
<a target="_Blank" href="https://github.com/love-sonkar"
>Github Repo</a
>
</button>
</div>
</div>
</div>
<!-- code in contact us -->
<div class="contactbg">
<div id="cont" class="contact center">
<h1>contact us</h1>
<div class="contact-details">
<h1>Email: loveboss806@gmail.com</h1>
<h1>Phone: +918461862742</h1>
</div>
</div>
</div>
<!-- code in footer section -->
<footer class="footer">
<p>Love Sonkar Copyright © 2023-2024</p>
</footer>
<script src="js.js"></script>
</body>
</html>