-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
89 lines (85 loc) · 3.87 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<!--我在你的汉堡里加了一条注释-->
<div class="logo">
<div class="w">
<img src="images/logo.png">
</div>
</div>
<!--导航区-->
<div class="nav">
<div class="top-border"></div>
<!--nav-list-wrap为了贯穿背景-->
<div class="nav-list-wrap">
<!--w为了内容居中-->
<div class="w nav-list-w">
<ul class="nav-list cf">
<li><a href="#">Home</a></li>
<li class="curr"><a href="#">About</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Blog</a></li>
</ul>
<div class="waiter">
<img src="images/waiter.png" alt="服务员">
</div>
</div>
</div>
<div class="bottom-border"></div>
</div>
<!--about部分-->
<div class="w">
<div class="content">
<h1>About</h1>
<h2> We Have Free Templates for Everyone</h2>
<p>Our website templates are created with inspiration, checked for quality and originality and meticulously sliced and coded. What’s more, they’re absolutely free! You can do a lot with them. You can modify them. You can use them to design websites for clients, so long as you agree with the Terms of Use. You can even remove all our links if you want to.</p>
<h2>We Have More Templates for You</h2>
<p>Looking for more templates? Just browse through all our Free Website Templates and find what you’re looking for. But if you don’t find any website template you can use, you can try our Free Web Design service and tell us all about it. Maybe you’re looking for something diferent, something special. And we love the challenge of doing something diferent and something special.</p>
<h2>Be Part of Our Community</h2>
<p>If you’re experiencing issues and concerns about this website template, join the discussion on our forum and meet other people in the community who share the same interests with you.</p>
<h2>Template details</h2>
<p>Version 10</p>
<p>Website Template details, discussion and updates for this RetroDiner template.</p>
<p>Website Template design by Free Website Templates.</p>
<p>Please feel free to remove some or all the text and links of this page and replace it with your own About content.</p>
</div>
</div>
<!--页脚部分-->
<div class="footer">
<div class="footer-border"></div>
<div class="footer-content-bg">
<div class="w cf ">
<div class="footer-content-left">
<h1>Delivery Hotline:</h1>
<p>Call 0-123-456-789</p>
<a href="#"><img src="images/link1.png" alt=""></a>
<a href="#"><img src="images/link2.png" alt=""></a>
<a href="#"><img src="images/link3.png" alt=""></a>
</div>
<div class="footer-content-mid ">
<h1>Retro Diner</h1>
<ul class="cf">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Menu</a></li>
<li class="last-li"><a href="#">Contact Us</a></li>
</ul>
<p>©2011 RetroDiner.com. All Rights Reserved</p>
</div>
<div class="footer-content-right">
<h1>Get updates promos and discounts!</h1>
<input type="email" placeholder="Enter your email here" class="txt">
<a href="#"><img src="images/subscribe.png" alt=""></a>
</div>
</div>
</div>
</div>
</body>
</html>