-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
679 lines (670 loc) · 25 KB
/
index.html
File metadata and controls
679 lines (670 loc) · 25 KB
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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!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="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Oswald&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<title>Sharinga! - Descargas Colectivas</title>
</head>
<body>
<nav class="navBar navBar--top">
<div class="container">
<div class="navBar__item">
<ul class="menu">
<li><a href="">Peliculas</a></li>
<li><a href="">Series</a></li>
<li><a href="">Juegos</a></li>
</ul>
</div>
<div class="navBar__item">
<ul class="menu">
<li>
<a href="">
<svg class="icon icon-bell">
<use xlink:href="img/icon/icons.svg#icon-bell"></use>
</svg>
</a>
</li>
<li>
<a href="">
<svg class="icon icon-heart">
<use xlink:href="img/icon/icons.svg#icon-heart"></use>
</svg>
</a>
</li>
<li>
<a href="">
<svg class="icon icon-email">
<use xlink:href="img/icon/icons.svg#icon-email"></use>
</svg>
</a>
</li>
<li>
<span>Fulano</span>
<div class="avatar">
<img src="img/avatar/avatar.png" alt="" />
</div>
</li>
<li>
<a href="">
<svg class="icon icon-exit">
<use xlink:href="img/icon/icons.svg#icon-exit"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="header">
<div class="container">
<a href="index.html"><img src="img/logo.png" alt="" /></a>
<img class="ad468x60" src="img/ads-468x60.jpg" alt="" />
</div>
</header>
<div class="aux">
<section class="container content">
<nav class="navBar navBar--content">
<div class="navBar__item">
<ul class="menu menu--content">
<li>
<a href="index.html">
<svg class="icon icon-house">
<use xlink:href="img/icon/icons.svg#icon-house"></use>
</svg>
Inicio
</a>
</li>
<li>
<a href="">
<svg class="icon icon-layers">
<use xlink:href="img/icon/icons.svg#icon-layers"></use>
</svg>
Tops
</a>
</li>
<li>
<a href="">
<svg class="icon icon-stats">
<use xlink:href="img/icon/icons.svg#icon-stats"></use>
</svg>
Estadisticas
</a>
</li>
<li>
<a href="">
<svg class="icon icon-edit">
<use xlink:href="img/icon/icons.svg#icon-edit"></use>
</svg>
Publicar
</a>
</li>
<li class="secondSearch">
<a href="">
<svg class="icon">
<use xlink:href="img/icon/icons.svg#icon-magnify"></use>
</svg>
Buscar
</a>
</li>
</ul>
</div>
<div class="navBar__item search">
<input type="text" placeholder="Buscar..." />
<svg class="icon icon-magnify">
<use xlink:href="img/icon/icons.svg#icon-magnify"></use>
</svg>
</div>
</nav>
<main class="main">
<div class="block__header">
<h3>Ultimos Post</h3>
<select name="" id="">
<option value="">Filtrar Categorias</option>
<option value="" disabled="disabled">----------</option>
<option value="">Comics</option>
<option value="">Vdieojuegos</option>
<option value="">Peliculas</option>
<option value="">Series</option>
<option value="">Musica</option>
<option value="">Software</option>
<option value="">Deportes</option>
<option value="">Anime/Manga</option>
<option value="">Gastronomia</option>
<option value="">Tutoriales</option>
<option value="">Imagenes</option>
<option value="">Noticias</option>
<option value="">Programacion</option>
<option value="">Salud</option>
<option value="">Arte</option>
</select>
</div>
<ul class="itemList">
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>CSI Las Vegas Temporadas 1 - 16 1080p dual</span>
</a>
</li>
<li>
<span class="category category-sport"></span>
<a href="post.html">
<span>Avanzan las obras en el estadio Monumental</span>
</a>
</li>
<li>
<span class="category category-movie"></span>
<a href="post.html">
<span>Peter Pan y Wendy (2023) [4K HDR] Latino</span>
</a>
</li>
<li>
<span class="category category-anime"></span>
<a href="post.html">
<span>Inuyashiki Last Hero E1</span>
</a>
</li>
<li>
<span class="category category-image"></span>
<a href="post.html">
<span>Los paisajes mas espectaculares</span>
</a>
</li>
<li>
<span class="category category-tutorial"></span>
<a href="post.html">
<span> Tutorial Crear Nube Casi Ilimitada en Google Drive</span>
</a>
</li>
<li>
<span class="category category-news"></span>
<a href="post.html">
<span>Mercedes Benz acelera su inversion en Colombia</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>Masters of Horror T1 [DUAL][1080p][X265]</span>
</a>
</li>
<li>
<span class="category category-music"></span>
<a href="post.html">
<span>Luis Miguel - Todos Los Romances (3CD) (1998) Mp3</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>Ash vs Evil Dead (2015) T1-T3 [DUAL][1080p][X265]</span>
</a>
</li>
<li>
<span class="category category-movie"></span>
<a href="post.html">
<span>Slumdog Millionaire - 2007 - X265 - Dual</span>
</a>
</li>
<li>
<span class="category category-news"></span>
<a href="post.html">
<span>Zippyshare anunció su cierre definitivo</span>
</a>
</li>
<li>
<span class="category category-image"></span>
<a href="post.html">
<span>Wallpapers 100 Fondos de pantalla Full HD 4K 8K</span>
</a>
</li>
<li>
<span class="category category-sport"></span>
<a href="post.html">
<span>ARGENTINA vs. BRASIL (Mundial Italia 1990)</span>
</a>
</li>
<li>
<span class="category category-tutorial"></span>
<a href="post.html">
<span>Evitar que internet explorer abra Microsoft Edge</span>
</a>
</li>
<li>
<span class="category category-anime"></span>
<a href="post.html">
<span>Dragon Ball Z Capitulo 41</span>
</a>
</li>
<li>
<span class="category category-news"></span>
<a href="post.html">
<span>Netflix empieza a incluir juegos</span>
</a>
</li>
<li>
<span class="category category-music"></span>
<a href="post.html">
<span>Daddy Yankee - Mundial (2010) (CD)</span>
</a>
</li>
<li>
<span class="category category-anime"></span>
<a href="post.html">
<span>Vinland Saga S2E13 Latino</span>
</a>
</li>
<li>
<span class="category category-movie"></span>
<a href="post.html">
<span>Shazam 2023 720p 1080p 4K dual lat</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>Padre De Familia - Temporada 21 [15/20] 1080p|Dual</span>
</a>
</li>
<li>
<span class="category category-tutorial"></span>
<a href="post.html">
<span>Cómo Crear una Landing Page con WordPress</span>
</a>
</li>
<li>
<span class="category category-movie"></span>
<a href="post.html">
<span>Saint Seiya Knights of the Zodiac - 2023 HD LAT</span>
</a>
</li>
<li>
<span class="category category-food"></span>
<a href="post.html">
<span>El secreto de las hamburguesas caseras</span>
</a>
</li>
<li>
<span class="category category-anime"></span>
<a href="post.html">
<span>Kimetsu No Yaiba 3 TEMP 1080p Sub Esp - 03</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>Ley y orden Crimen Organizado Temp 3 720p dual</span>
</a>
</li>
<li>
<span class="category category-movie"></span>
<a href="post.html">
<span>Monstruos vs Aliens (2009) 1080p BluRay x265</span>
</a>
</li>
<li>
<span class="category category-music"></span>
<a href="post.html">
<span>Rata Blanca 10 CD's (Flac x Mega)</span>
</a>
</li>
<li>
<span class="category category-image"></span>
<a href="post.html">
<span>Las mejores fotos de jardines, plantas y flores</span>
</a>
</li>
<li>
<span class="category category-sport"></span>
<a href="post.html">
<span>FIFA World Cup Argentina vs France [2160p WEB-DL]</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>Stargate Atlantis Temporada 5 1080p dual</span>
</a>
</li>
<li>
<span class="category category-anime"></span>
<a href="post.html">
<span>Inuyasha 1080p Latino S3 Completado</span>
</a>
</li>
<li>
<span class="category category-series"></span>
<a href="post.html">
<span>New Amsterdam (2018) temporada 5 720p dual</span>
</a>
</li>
</ul>
<div class="pagination"><a href="">Siguiente</a></div>
</main>
<aside class="sidebar-1">
<div class="adWide">
<img src="img/ads-728x90.jpg" alt="" />
</div>
<div class="estadisticas block">
<div class="block__header">
<h3>Estadisticas</h3>
</div>
<div class="block__content estadisticas__content">
<p><strong>1230000</strong> Usuarios Online</p>
<p><strong>1230000</strong> Miembros</p>
<p><strong>1230000</strong> Post</p>
<p><strong>1230000</strong> Comentarios</p>
</div>
<a class="boton-mas" href="">Ver más</a>
</div>
<div class="block lastComents">
<div class="block__header">
<h3>Ultimos comentarios</h3>
</div>
<ul class="itemList">
<li>
<a class="lastComents__user" href="">elfInvOR</a>
<a href="">
<span>Inuyashiki Last Hero E1</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">hOncOm</a>
<a href="">
<span>Los paisajes mas espectaculares</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">laneTy</a>
<a href="">
<span>Dragon Ball Z Capitulo 41</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">IDiUmi</a>
<a href="">
<span>Inuyashiki Last Hero E1</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">AriFTELACk</a>
<a href="">
<span>Los paisajes mas espectaculares</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">ROur</a>
<a href="">
<span>Dragon Ball Z Capitulo 41</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">ROTeRgend</a>
<a href="">
<span>Inuyashiki Last Hero E1</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">TIvULaT</a>
<a href="">
<span>Los paisajes mas espectaculares</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">Dan</a>
<a href="">
<span>Dragon Ball Z Capitulo 41</span>
</a>
</li>
<li>
<a class="lastComents__user" href="">stardust</a>
<a href="">
<span>Dragon Ball Z Capitulo 41</span>
</a>
</li>
</ul>
</div>
<div class="block topList topList--post">
<div class="block__header">
<h3>Top Post</h3>
<select name="" id="">
<option value="">Ayer</option>
<option value="" selected>Semana</option>
<option value="">Mes</option>
</select>
</div>
<div class="">
<div class="topList__item">
<span class="topList__number">1</span>
<a href="post.html">Game of Thrones: The Collection</a>
<span class="topList__point">3200</span>
</div>
<div class="topList__item">
<span class="topList__number">2</span>
<a href="post.html">The Lord of the Rings - Trilogía Animada</a>
<span class="topList__point">2550</span>
</div>
<div class="topList__item">
<span class="topList__number">3</span>
<a href="post.html">Indiana Jones 4-Movie Collection</a>
<span class="topList__point">1200</span>
</div>
<div class="topList__item">
<span class="topList__number">4</span>
<a href="post.html">Peter Pan y Wendy (2023) [4K HDR]</a>
<span class="topList__point">1150</span>
</div>
<div class="topList__item">
<span class="topList__number">5</span>
<a href="post.html">Isekai Nonbiri Nouka 1-12 [WEB]</a>
<span class="topList__point">1010</span>
</div>
<div class="topList__item">
<span class="topList__number">6</span>
<a href="post.html">Shazam 2023 720p 1080p 4K dual lat</a>
<span class="topList__point">980</span>
</div>
<div class="topList__item">
<span class="topList__number">7</span>
<a href="post.html">Dragon Ball Z Capitulo 41</a>
<span class="topList__point">950</span>
</div>
<div class="topList__item">
<span class="topList__number">8</span>
<a href="post.html">Looney Tunes Cartoons Temporada 5</a>
<span class="topList__point">820</span>
</div>
<div class="topList__item">
<span class="topList__number">9</span>
<a href="post.html">Dungeons & Dragons (1080p)</a>
<span class="topList__point">760</span>
</div>
<div class="topList__item">
<span class="topList__number">10</span>
<a href="post.html">Modern Family T1 [1080p][X265]</a>
<span class="topList__point">750</span>
</div>
<div class="topList__item">
<span class="topList__number">11</span>
<a href="post.html">Power Rangers Turbo Movie</a>
<span class="topList__point">690</span>
</div>
<div class="topList__item">
<span class="topList__number">12</span>
<a href="post.html">Kill Bill: Volumen Vol 1 & 2 (2004) [1080p]</a>
<span class="topList__point">675</span>
</div>
<div class="topList__item">
<span class="topList__number">13</span>
<a href="post.html">Age of Mythology: Extended Edition</a>
<span class="topList__point">554</span>
</div>
<div class="topList__item">
<span class="topList__number">14</span>
<a href="post.html">Luis Miguel - Todos Los Romances CD</a>
<span class="topList__point">498</span>
</div>
<div class="topList__item">
<span class="topList__number">15</span>
<a href="post.html">Saint Seiya Knights of the Zodiac</a>
<span class="topList__point">440</span>
</div>
</div>
<a class="boton-mas" href="">Ver más</a>
</div>
</aside>
<aside class="sidebar-2">
<div class="block topList topList--users">
<div class="block__header">
<h3>Top Usuarios</h3>
<select name="" id="">
<option value="">Ayer</option>
<option value="" selected>Semana</option>
<option value="">Mes</option>
</select>
</div>
<div>
<div class="topList__item">
<img src="img/avatar/secondAvatar.png" alt="" />
<div class="topUser">
<a class="topUser__name" href="">walker</a>
<a class="topUser__follow" href="">
<svg class="icon icon-bell">
<use xlink:href="img/icon/icons.svg#icon-eye"></use>
</svg>
Seguir
</a>
</div>
<span class="topList__point">13200</span>
</div>
<div class="topList__item">
<img src="img/avatar/thirdAvatar.png" alt="" />
<div class="topUser">
<a class="topUser__name" href="">gromit</a>
<a class="topUser__follow" href="">
<svg class="icon icon-bell">
<use xlink:href="img/icon/icons.svg#icon-eye"></use>
</svg>
Seguir
</a>
</div>
<span class="topList__point">12250</span>
</div>
<div class="topList__item">
<span class="topList__number">3</span>
<a href="">thegeneral</a>
<span class="topList__point">11200</span>
</div>
<div class="topList__item">
<span class="topList__number">4</span>
<a href="">rocky</a>
<span class="topList__point">10800</span>
</div>
<div class="topList__item">
<span class="topList__number">5</span>
<a href="">darkmatter</a>
<span class="topList__point">9754</span>
</div>
<div class="topList__item">
<span class="topList__number">6</span>
<a href="">perseus</a>
<span class="topList__point">7934</span>
</div>
<div class="topList__item">
<span class="topList__number">7</span>
<a href="">spiralshape</a>
<span class="topList__point">6500</span>
</div>
<div class="topList__item">
<span class="topList__number">8</span>
<a href="">messier63</a>
<span class="topList__point">6230</span>
</div>
<div class="topList__item">
<span class="topList__number">9</span>
<a href="">sculpordwarf</a>
<span class="topList__point">6220</span>
</div>
<div class="topList__item">
<span class="topList__number">10</span>
<a href="">iok-1</a>
<span class="topList__point">5870</span>
</div>
</div>
<a class="boton-mas" href="">Ver más</a>
</div>
<div class="sidebar-ad">
<img src="img/ads-200x200.jpg" alt="" />
</div>
<div class="tags">
<div class="block__header">
<h3>Trending</h3>
<select name="" id="">
<option value="">Ayer</option>
<option value="" selected>Semana</option>
<option value="">Mes</option>
</select>
</div>
<div class="tags__content">
<a class="level4" href="">Argentina</a>
<a class="level3" href="">River</a>
<a class="level3" href="">China</a>
<a class="level1" href="">terraplanistas</a>
<a class="level5" href="">gobierno</a>
<a class="level2" href="">camisetas</a>
<a class="level5" href="">Playstation</a>
<a class="level4" href="">estetica</a>
<a class="level3" href="">Rusia</a>
<a class="level0" href="">pandemia</a>
<a class="level2" href="">vacuna</a>
<a class="level1" href="">terraplanistas</a>
<a class="level3" href="">River</a>
<a class="level4" href="">Argentina</a>
<a class="level5" href="">gobierno</a>
<a class="level0" href="">pandemia</a>
<a class="level3" href="">Rusia</a>
</div>
</div>
</aside>
<nav class="navBar navBar--content navBar--bottom">
<div class="navBar__item search">
<input type="text" placeholder="Buscar..." />
<svg class="icon icon-magnify">
<use xlink:href="img/icon/icons.svg#icon-magnify"></use>
</svg>
</div>
<div class="navBar__item">
<button class="toTheTop">Ir al cielo</button>
</div>
</nav>
<div class="bordersBottom"></div>
</section>
<div class="ad-left">
<img src="img/ads-120x600.jpg" alt="" />
</div>
<div class="ad-right">
<img src="img/ads-120x600.jpg" alt="" />
</div>
</div>
<footer>
<div class="container footer__menu">
<a href="">Anunciar</a>
<a href="">Ayuda</a>
<a href="">Protocolo</a>
<a href="">Desarroladores</a>
<a href="">Denuncias</a>
<a href="">Terminos y condiciones</a>
<a href="">Privacidad de datos</a>
<a href="">Reportar bug</a>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>