-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
60 lines (54 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Love Love Panda Desu</title>
</head>
<body>
<header class="header text-right">
<h1 class="main-title">Love Love Panda Desu</h1>
<p class="subtitle">The best place for panda lovers</p>
</header>
<div class="container">
<div class="row">
<div class="col-xs-12 bg-image bg-image-medium bg-image-1"></div>
</div>
<div class="row green-section">
<div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3 orange-text text-center">
<h3 class="common-title">About Pandas</h3>
<p>The giant panda (Ailuropoda melanoleuca, literally "black and white cat-foot"; Chinese: 大熊猫; pinyin: dà xióng māo, literally "big bear cat"), also known as panda bear or simply panda, is a bear native to south central China. It is easily recognized by the large, distinctive black patches around its eyes, over the ears, and across its round body. The name "giant panda" is sometimes used to distinguish it from the unrelated red panda. Though it belongs to the order Carnivora, the giant panda's diet is over 99% bamboo. Giant pandas in the wild will occasionally eat other grasses, wild tubers, or even meat in the form of birds, rodents or carrion. In captivity, they may receive honey, eggs, fish, yams, shrub leaves, oranges, or bananas along with specially prepared food.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 bg-image bg-image-large bg-image-2"></div>
</div>
<div class="row green-section text-center">
<div class="pictures-container">
<h2 class="main-title">Pictures</h2>
<div class="row">
<div class="col-xs-4 col-xs-offset-4 col-sm-6 col-sm-offset-0 col-md-3 col-image">
<img src="assets/images/a1.jpg" alt="">
</div>
<div class="col-xs-4 col-xs-offset-4 col-sm-6 col-sm-offset-0 col-md-3 col-image">
<img src="assets/images/a2.jpg" alt="">
</div>
<div class="col-xs-4 col-xs-offset-4 col-sm-6 col-sm-offset-0 col-md-3 col-image">
<img src="assets/images/a3.jpg" alt="">
</div>
<div class="col-xs-4 col-xs-offset-4 col-sm-6 col-sm-offset-0 col-md-3 col-image">
<img src="assets/images/a4.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 bg-image bg-image-large bg-image-3"></div>
</div>
</div>
<footer class="text-right">Love Love Panda - Laboratoria 2017</footer>
</body>
</html>