forked from Rayman-Sodhi/Clone-IT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (352 loc) · 12.5 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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!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" />
<link rel="stylesheet" href="index.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link rel="shortcut icon" href="assets/alogo.png" type="image/x-icon">
<title>Clone-IT</title>
</head>
<body>
<div class="main">
<!-- navbar section start -->
<div class="navbar d-flex">
<!-- <a href="/index-clone-it/" class="logo">Clone-<span>IT</span></a> -->
<a href="#" class="logo">
<img src="assets/alogo.png" alt="" />
<span>lone-IT</span>
</a>
<ul class="nav-links">
<li>
<a href="#"
><i class="fa fa-home symbol"></i> <span class="text">Home</span>
</a>
</li>
<li>
<a href="#about"
><i class="fa fa-users symbol"></i>
<span class="text">About</span>
</a>
</li>
<li>
<a href="#projects"
><i class="fa fa-laptop symbol"></i>
<span class="text">Projects</span>
</a>
</li>
<li>
<a href="#connect"
><i class="fa fa-address-card symbol"></i>
<span class="text">Connect</span>
</a>
</li>
</ul>
</div>
<!-- navbar section ends -->
<!-- header section start -->
<div class="header">
<div class="header-background center d-flex">
<div class="left">
<h2>Clones of awesome websites</h2>
<p>
Great clones of some awesome websites which are used globally by
people are found here..
</p>
<div class="links">
<a href="#projects">Explore </a>
<a href="https://github.com/Rayman-Sodhi/Clone-IT" target="_blank"
><i class="fa fa-github"></i> Github</a
>
</div>
</div>
<div class="right">
<img src="assets/header-img.png" alt="header image" class="header-img" />
</div>
</div>
</div>
<!-- header section ends -->
<!-- about section start -->
<div class="about" id="about">
<h2>About Us</h2>
<div class="info d-flex center">
<div class="info-left">
<p>
This platform is built by passionate and talented Open source
enthusiastic web developers to make Collabrative work fun and easy
for the newbies!
</p>
<br />
<p>
The idea behind this project is to learn how different websites
are made by directly cloning them using the same layout and design
. New contributors can ad more websites to the list and suggest
new features in the existing ones .Also there is scope to
introduce new features in websites and thus creating a upgraded
version of their clone.
</p>
</div>
<div class="info-right">
<img src="assets/group.png" alt="clone-it-info-repo " />
</div>
</div>
<div class="info d-flex center">
<div class="info-right">
<img src="assets/logo-2.png" alt="clone-it-info-repo " />
</div>
<div class="info-left">
<p>
Script Winter of Code is an open-source program envisioned by the
Script Foundation. It aims to bring students into the world of
open source development and see the power of unified
problem-solving in real-time.
</p>
<br />
<p>
The projects that we will host have been carefully hand-picked to
invigorate creative thinking and encourage collaboration among all
participants. The students will be guided by experienced mentors
throughout their journey. They will learn the skills essential in
the world of programming, all the while developing a deep
appreciation for the world of open-source.
</p>
</div>
</div>
</div>
<!-- about section ends -->
<!-- projects section start -->
<div class="projects-background" id="projects">
<h2>Projects</h2>
<div class="projects center">
<a
href="https://rayman-sodhi.github.io/Flipkart-Clone/"
class="card flipkart"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>Flipkart Clone</h3>
<p>
Flipkart is a popular Indian company that deals with
e-commerce.
</p>
</div>
</div>
</a>
<a
href="https://rayman-sodhi.github.io/KFC-Clone/"
class="card kfc"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>KFC Clone</h3>
<p>
KFC is an American fast
food restaurant that specializes in fried chicken.
</p>
</div>
</div>
</a>
<a
href="https://rayman-sodhi.github.io/Connected-In/"
class="card linkedin"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>LinkedIn Clone</h3>
<p>
LinkedIn is a platform that is primarily used for professional networking and
career.
</p>
</div>
</div>
</a>
<a
href="https://rayman-video-app.herokuapp.com/"
class="card zoom"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>Zoom Clone</h3>
<p>
Zoom is an American communications technology
company used for video chats or meeting.
</p>
</div>
</div>
</a>
<a
href="https://harshit995.github.io/hulu-clone/"
class="card hulu"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>Hulu Clone</h3>
<p>
Hulu is a streaming platform owned by The Walt Disney Company.
</p>
</div>
</div>
</a>
<a
href="https://spotify-clone-khaki-six.vercel.app/"
class="card spotify"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info">
<div class="card-details">
<h3>Spotify Clone</h3>
<p>
Spotify is a digital music, podcast, and video streaming
service with millions of songs and other
content.
</p>
</div>
</div>
</a>
<a
href="https://netflix-clone-tau-livid.vercel.app/"
class="card netflix"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info ">
<div class="card-details">
<h3>Netflix Clone</h3>
<p>
Netflix is a streaming service that offers a variety of TV shows, movies, anime and more
</p>
</div>
</div>
</a>
<a
href="https://clonelinktree.netlify.app/"
class="card linktree"
target="_blank"
rel="noopener noreferrer"
>
<div class="card-info ">
<div class="card-details">
<h3>Linktree Clone</h3>
<p>
Linktree is the launchpad to your latest video, article, recipe, tour, store, website, social post.
</p>
</div>
</div>
</a>
</div>
</div>
<!-- projects section ends -->
<!-- connect section start -->
<div class="connect center" id="connect">
<h2>Connect with us</h2>
<p>Let's connect together by filling this form...</p>
<div class="connect-form center">
<div class="form-div">
<form
action="mailto:[email protected]"
method="post"
enctype="text/plain"
>
<label for="name">Hello energetic</label>
<input
type="text"
id="name"
placeholder="Type your beautiful name here.."
required
title="Put your name"
/>
<label for="email">Connect with email id</label>
<input
type="email"
id="email"
placeholder="Let's connect with your email id.."
required
title="Put your email id"
/>
<label for="message">Have something for us, let's type</label>
<textarea
name="textarea"
id="message"
cols="30"
rows="10"
></textarea>
<input type="submit" value="Send Message" />
</form>
</div>
<div class="img-div">
<img
src="assets/person.png"
alt="form-image"
class="contact-img"
/></div>
</div>
</div>
<!-- connect section ends -->
<!-- footer section start -->
<footer>
<div class="footer">
<div class="menu site">
<h3 class="fot-logo"><img src="assets/alogo.png" alt="" /><span>lone-IT</span> </h3>
<p class="text-color">
The idea behind this project is to learn how different websites
are made by directly cloning them using the same layout and design
. New contributors can ad more websites to the list and suggest
new features in the existing ones .Also there is scope to
introduce new features in websites and thus creating a upgraded
version of their clone.
</p>
</div>
<!-- <div class="menu">
<h3>Menu</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="https://github.com/Rayman-Sodhi/Clone-IT">Top Contributors</a></li>
</ul>
</div> -->
<div class="menu">
<h3>Support</h3>
<ul>
<li><a href="#">Help & FAQ</a></li>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#connect">Contact</a></li>
</ul>
</div>
<div class="follow d-flex">
<h3>Follow us</h3>
<div class="icon-div">
<a href="https://www.facebook.com" class="icon"
><i class="fa fa-facebook"></i
></a>
<a href="https://www.instagram.com" class="icon"
><i class="fa fa-instagram"></i
></a>
<a href="https://github.com/Rayman-Sodhi/Clone-IT" class="icon"
><i class="fa fa-github"></i
></a>
</div>
</div>
</div>
</footer>
<!-- footer section ends -->
</div>
</body>
</html>