-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrain.php
executable file
·168 lines (149 loc) · 8.3 KB
/
rain.php
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
<?php
/**
* rainy
*
* @package custom
*
*/
?>
<?php $this->need("header.php"); ?>
<!--
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/rainy/normalize.css');?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/rainy/templatemo-style.css');?>">
<script src="<?php $this->options->themeUrl('js/rainy/modernizr-2.6.2.min.js');?>"></script>
-->
<div class="mainbody">
<div style="border-bottom: 1px solid #96c2f1; ">
<ul class="list-inline gallery-link" style="padding-top: 20px;">
<li><button class="btn btn-default" type="button"><a href="gallery.html">Gallery</a></button></li>
<li><button class="btn btn-default" type="button"><a href="desktop.html">Desktop</a></button></li>
<li><button class="btn btn-default" type="button"><a href="guangxi.html">Guangxi</a></button></li>
<li><button class="btn btn-default" type="button"><a href="wind.html">风之谷</a></button></li>
<li><button class="btn btn-default active" type="button"><a href="rainy.html">雨之林</a></button></li>
<li><button class="btn btn-default" type="button"><a href="frost.html">霜之城</a></button></li>
</ul>
</div>
<!--
<div class="main-posts">
<div class="container">
<div class="row">
<div class="blog-masonry masonry-true">
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Title one goes here</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">25 Jan 2084</span>
<h4><a href="#">Title one goes here</a></h4>
<p>Cum sociis natoque penatibus et magnis dis parturient</p>
</div>
</div>
</div>
</div>
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Second Image Title</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">24 Jan 2084</span>
<h4><a href="#">Second Image Title</a></h4>
<p>Donec venenatis libero sapien, eu condimentum lacus</p>
</div>
</div>
</div>
</div>
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Image Number Three</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">23 Jan 2084</span>
<h4><a href="#">Image Number Three</a></h4>
<p>Sed vitae lacus eget ipsum scelerisque condimentum</p>
</div>
</div>
</div>
</div>
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Image Number Three</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">23 Jan 2084</span>
<h4><a href="#">Image Number Three</a></h4>
<p>Sed vitae lacus eget ipsum scelerisque condimentum</p>
</div>
</div>
</div>
</div>
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Image Number Three</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">23 Jan 2084</span>
<h4><a href="#">Image Number Three</a></h4>
<p>Sed vitae lacus eget ipsum scelerisque condimentum</p>
</div>
</div>
</div>
</div>
<div class="post-masonry col-md-4 col-sm-6">
<div class="post-thumb">
<img src="http://oxx624c2r.bkt.clouddn.com/1.jpg" alt="">
<div class="title-over">
<h4><a href="#">Image Number Three</a></h4>
</div>
<div class="post-hover text-center">
<div class="inside">
<i class="fa fa-plus"></i>
<span class="date">23 Jan 2084</span>
<h4><a href="#">Image Number Three</a></h4>
<p>Sed vitae lacus eget ipsum scelerisque condimentum</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</div>
<!-- <script src="<?php $this->options->themeUrl('js/rainy/jquery.min.js');?>"></script> -->
<!-- <script>window.jQuery || document.write('<script src="<?php $this->options->themeUrl('js/rainy/jquery-1.10.2.min.js');?>"><\/script>')</script> -->
<!--
<script src="<?php $this->options->themeUrl('js/rainy/plugins.min.js');?>"></script>
<script src="<?php $this->options->themeUrl('js/rainy/main.min.js');?>"></script>
-->
<!-- Preloader -->
<!--
<script type="text/javascript">
$(window).load(function() { // makes sure the whole site is loaded
$('#loader').fadeOut(); // will first fade out the loading animation
$('#loader-wrapper').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
$('body').delay(350).css({'overflow-y':'visible'});
})
</script>
-->
<?php $this->need("footer.php");?>