-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
121 lines (99 loc) · 5.09 KB
/
gallery.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YouTorrent - Gallery Page</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<!--
Template 2030 Elegant
http://www.tooplate.com/view/2030-elegant
-->
<link href="tooplate_style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" />
<!-- Arquivos utilizados pelo jQuery lightBox plugin -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
<!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin -->
<!-- Ativando o jQuery lightBox plugin -->
<script type="text/javascript">
$(function() {
$('.lightbox').lightBox();
});
</script>
</head>
<body>
<div id="tooplate_wrapper">
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">YouTorrent</a></h1></div>
</div> <!-- end of forever header -->
<div id="tooplate_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="gallery.html" class="current">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div> <!-- end of tooplate_menu -->
<div id="tooplate_main">
<div id="gallery">
<div class="gallery_box">
<a class="lightbox" href="images/gallery/image_01_l.jpg" title="BLive Closed Alpha Test Q4 2019">
<img src="images/gallery/image_01_s.jpg" alt="Image 01" />
</a>
<h3>BLive Closed Alpha Test</h3>
<p>Blive Closed Aplha Test Q4 2019</p>
<a href="#" class="more float_r">View Detail</a>
<div class="cleaner"></div>
</div>
<div class="gallery_box">
<a class="lightbox" href="images/gallery/image_04_l.jpg" title="Io rullo."><img src="images/gallery/image_04_s.jpg" alt="Image 02" /></a>
<h3>UmbertoX12</h3>
<p>Io rullo. dlive.tv/umbertox12 umbertox12@twitter</p>
<a href="#" class="more float_r">View Detail</a>
<div class="cleaner"></div>
</div>
<!--
<div class="gallery_box">
<a class="lightbox" href="images/gallery/image_03_l.jpg" title="Morbi ullamcorper odio eget lectus dapibus pretium."><img src="images/gallery/image_03_s.jpg" alt="Image 03" />
</a>
<h3>Donec fermentum dapibus</h3>
<p>Sed sagittis erat tellus, vitae rhoncus metus. Duis feugiat risus vel tellus fringilla et mollis urna tristique. Integer purus eros, dictum id vehicula eu, sodales nec est egestas porta mauris leo. Vestibulum nec euismod mauris. Phasellus sed turpis diam.</p>
<a href="#" class="more float_r">View Detail</a>
<div class="cleaner"></div>
</div>
<div class="gallery_box last_box">
<a class="lightbox" href="images/gallery/image_02_l.jpg" title="Integer sit amet odio ante, non euismod nibh."><img src="images/gallery/image_02_s.jpg" alt="Image 04" />
</a>
<h3>Etiam dictum est et arcu</h3>
<p> Pellentesque nulla libero, viverra eu porta eu, elementum congue elit. Maecenas bibendum mattis odio sit amet aliquet. In a leo eget nulla ornare adipiscing eget ac tellus. In hac habitasse platea dictumst. Quisque quis turpis risus.</p>
<a href="#" class="more float_r">View Detail</a>
<div class="cleaner"></div>
</div>
-->
<div class="cleaner"></div>
</div>
<div class="cleaner"></div>
</div> <!-- end of main -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer">
<div class="col_w280">
<h5>Pages</h5>
<ul class="tooplate_list">
<li><a href="https://dlive.tv/youtorrent">dlive.tv/youtorrent</a></li>
</ul>
</div>
<div class="col_w280">
</div>
<div class="col_w280 last_col">
</div>
<div class="cleaner"></div>
</div>
<div id="tooplate_copyright">
Copyright © 2048 <a href="#">YouTorrent</a> - Design: <a href="http://www.tooplate.com">tooplate</a>
</div>
</div>
</div> <!-- end of wrapper -->
</body>
</html>