-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
41 lines (39 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>lsh|test</title>
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400,400i,700,700i,800" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<header>
<a href = "index.html" id="logo">
<h1>Welcome to my website!</h1>
<h2>you are so lovely</h2>
</a>
<nav>
<ul>
<li><a href = "index.html">Vedio</a></li>
<li><a href = "about.html" class="selected">About</a></li>
<li><a href = "contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<img src="img/about.jpeg" alt="" class="profile-photo">
<h3>About</h3>
<p>Life is a pure flame, and we live by an invisible sun within us.</p>
<p>Let life be beautiful like summer flowers and death like autumn leaves.</p>
</section>
<footer>
<a href= "https://im.qq.com/"><img src="img/QQ.jpg" alt="QQ Logo" class="icon"></a>
<a href= "https://wx.qq.com/"><img src="img/微信.jpg" alt="微信 Logo" class="icon"></a>
<p>© 2018 seu</p>
</footer>
</div>
</body>
</html>