-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEven.html
121 lines (115 loc) · 4.92 KB
/
Even.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>
<html>
<head>
<meta charset="utf-8">
<title>Even</title>
<meta name="keywords" content="新闻,美女,奥特曼,小怪兽">
<meta name="description" content="阿娇三翻四复发顺丰是手机费是就司法局">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/Even.css" rel="stylesheet" type="text/css">
<link href="a.ico" rel="shortcut icon" type="x/image-icon">
</head>
<body>
<div id="contain">
<!--头部-->
<div id="top">
<a href="index.html"><div id="log"><img src="img/logo.png" width="296" height="78" alt=""></div></a>
<div id="daohang">
<ul>
<a href="index.html"><li>HOME</li></a>
<a href="About.html"><li>ABOUT</li></a>
<a href="Even.html"><li class="text1">EVENTS</li></a>
<a href="Gallery.html"><li>GALLERY</li></a>
<a href="Blog.html"><li>BLOG</li></a>
<a href="Contact.html"><li>CONTACT</li></a>
</ul>
</div>
</div>
<!--头部 end-->
<!--中间-->
<div id="middle">
<h1>Upcomming Events</h1>
<div id="middle_body">
<ul>
<li>
<h2>SED QUIA NON NUMQUA</h2>
<h3>SEP 20TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img1.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
<li>
<h2>SED UT PERSPICIATIS</h2>
<h3>SEP 14TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img2.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
<li>
<h2>VEL ILLUM QUI DOLOREM</h2>
<h3>SEP 5TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img3.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
<li>
<h2>SED QUIA NON NUMQUA</h2>
<h3>SEP 20TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img4.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
<li>
<h2>SED UT PERSPICIATIS</h2>
<h3>SEP 14TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img5.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
<li>
<h2>VEL ILLUM QUI DOLOREM</h2>
<h3>SEP 5TH, 2013</h3>
<a href="Blog.html"><div class="box">
<img src="img/event-img6.jpg" alt="" width="335" height="187">
<p>Read More</p>
</div></a>
</li>
</ul>
</div>
</div>
<!--中间 end-->
<!--尾部-->
<div id="foot">
<div id="foot_t">
<div class="foot_t1 footd1">
<h1>Our Latest feeds</h1>
<ul>
<a href="#"><li>Lorem ipsum dolor consectetur adiping</li></a>
<a href="#"><li>Nunc sagittis mollis eros, at venenatis</li></a>
<a href="#"><li>Morbi nec dolor ipsum vel congugue</li></a>
<a href="#"><li>Nullam a odio ipsum, at sodales lorem</li></a>
<a href="#"><li>Nullam imperdiet vulputate congugue</li></a>
</ul>
</div>
<div class="foot_t1 footd2">
<h1>Catch on</h1>
<ul>
<a href="#"><li>Events Club</li></a>
<a href="#"><li>West Coast, CA</li></a>
<a href="#"><li>Facebook - I Music</li></a>
<a href="#"><li>Login</li></a>
<a href="#"><li>yourname(at)companyname.com</li></a>
</ul>
</div>
</div>
<div id="foot_f">Copyright © 2016.Company name All rights reserved.</div>
</div>
<!--尾部 end-->
</div>
</body>
</html>