-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (92 loc) · 4.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/styles2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4ourlife</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<h1 class="logo">4ourlife</h1>
<ul class="nav-link">
<li class="active"><a href="#">Home</a> </li>
<li><a href="about.html">About</a> </li>
<li><a href="contact.html">Contact</a> </li>
</ul>
</nav>
<header>
<div class="header-content">
<h2>Explore The Life of China</h2>
<div class="line"></div>
<h1>A WONDERFUL WORLD</h1>
<a href="#" class="ctn">Learn more</a>
</div>
</header>
<!-- Event -->
<section class="event">
<div class="title">
<h1>Explore more plan</h1>
<div class="line"></div>
</div>
<div class="row">
<div class="col">
<img src="img/shanghaiview.jpg" alt="Shanghai_nightview">
<h4>Shanghai Life</h4>
<p>Shanghai has a long history as a gateway to China on the Yangtze River Delta. It is the largest economic and trade center in China, and one of China's cultural centers.</p>
<a href="https://www.travelandleisure.com/travel-guide/shanghai" class="ctn">Learn more</a>
</div>
<div class="col">
<img src="img/chengdu.jpg"alt="Chengdu explore">
<h4>Chengdu City Explore</h4>
<p>Homeland of giant pandas- Chengdu is one of the most historic cities in China, with a history of over 3,000 years. The region enjoys the name 'land of abundance' not only for its abundant grain products but also for its richness of stunning landscapes.</p>
<a href="https://www.chinadiscovery.com/sichuan/chengdu/top-10-chengdu-tourist-attractions.html" class="ctn">Learn more</a>
</div>
</div>
</section>
<section class="explore">
<div class="explore-content">
<h1>Exlpore the Panda World</h1>
<div class="line"></div>
<p>The giant panda is known as one of the most adorable animals in the world for its round face, large dark circles around its eyes, chubby body, typical pigeon-toed stride, as well as paws as sharp as a scalpel.Click the bottom to learn more about panda. </p>
<a href="https://www.chinahighlights.com/giant-panda/how-to-plan-a-panda-tour.htm"class="ctn">Learn More</a>
</div>
</section>
<section class="play">
<div class="video">
<div class="video-content">
<h1>Check out this video for panda's world</h1>
<div class="bing-dwen-dwen ">
<iframe width="550px" height="350px" src="https://www.youtube.com/embed/LIKsPsG8t-Y?start=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="footer">
<div class="rows">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<div class="rows">
<ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Career</a></li>
</ul>
</div>
<div class="rows">
Copyright © 2022 Final Project || Designed By: Jiaying Chen
</div>
</div>
</footer>
</body>
</html>