-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
121 lines (98 loc) · 5.06 KB
/
template.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>
<title>Flowers</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!--link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/bootstrap.css"-->
<link rel="stylesheet" href="temp.css">
</head>
<body>
<div id="header">
<!--menu bar-->
<ul class="nav nav-tabs">
<li><a href="#Home">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Gallery">Gallery</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</div>
<div id="Home">
<h1>
"The Flowers"
</h1>
<p>Little things seem nothing, but they give peace, like those meadow flowers which individually seem odorless but all together perfume the air.</p>
</div>
<div class="subCat" id="About">
<h2>
About Us
</h2>
<div id="content">
<p>A flower is a special kind of plant part. Flowers are also called the bloom or blossom of a plant. The flower grows on a stalk – a thin node – which supports it. Flowers have petals. Inside the part of the flower that has petals are the parts which produce pollen and seeds.
Flowers are the reproductive structure of flowering plants, which are plants of the division Magnoliophyta, also called the Angiosperms.
In many plants, a flower is its most colourful part. We say the plant 'flowers', 'is flowering' or 'is in flower' when this colourful part begins to grow bigger and open out. There are many different kinds of flowers in different areas in the world. Even in the coldest places, for example the Arctic, flowers can grow during a few months.
Flowers may grow separately on the plant, or they may grow together in an inflorescence.</p>
<dl>
<dt>Flowers have an immediate impact on happiness:</dt>
<dd>
All study participants expressed "true" or "excited" smiles upon receiving flowers, demonstrating extraordinary delight and gratitude. This reaction was universal, occurring in all age groups.
</dd>
<dt>Flowers have a long-term positive effect on moods:</dt>
<dd>
Specifically,study participants reported feeling less depressed, anxious and agitated after receiving flowers, and demonstrated a higher sense of enjoyment and life satisfaction.
</dd>
<dt>Flowers make intimate connections:</dt>
<dd>
The presence of flowers led to increased contact with family and friends.
</dd>
</dl>
</div>
</div>
<div class="subCat" id="Gallery">
<h2>
Gallery
</h2>
<div class="col-md-4 col-xs-4">
<p>We need to find God, and he cannot be found in noise and restlessness.God is the friend of silence. See how nature - trees, flowers, grass- grows in silence; see the stars, the moon and the sun, how they move in silence... We need silence to be able to touch souls.</p>
<img src="images/img2.jpg" alt="img1"/>
</div>
<div class="col-md-4 col-xs-4">
<p>The more often we see the things around us - even the beautiful and wonderful things - the more they become invisible to us. That is why we often take for granted the beauty of this world: the flowers, the trees, the birds, the clouds - even those we love. Because we see things so often, we see them less and less.
</p>
<img src="images/img3.jpg" alt="img1"/>
</div>
<div class="col-md-4 col-xs-4">
<p>The fragrance of flowers spreads only in the direction of the wind. But the goodness of a person spreads in all directions.</p>
<img src="images/img4.jpg" alt="img1"/>
</div>
</div>
<div class="subCat" id="Contact">
<h2>
Contact Us
</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus ad aut autem beatae commodi exercitationem
iusto maxime, minima molestiae non omnis optio, quaerat, quas quia recusandae repellat soluta. Pariatur,
sint.</p>
<address>
<span class="bold">Crafts, Inc.</span><br>
1355 Market Street, Suite 900<br>
San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (042) 456-7890
</address>
<address>
<span class="bold">Full Name</span><br>
<a href="http://www.gmail.com">first.last@example.com</a>
</address>
<div id="icons">
<p>Feel free to explore us at:</p>
<a href="http://www.facebook.com"><img src="images/fb.png" alt="facebook"></a>
<a href="http://www.instagram.com"><img src="images/insta.png" alt="instagram"></a>
<a href="http://www.pintrest.com"><img src="images/pin.png" alt="pintrest"></a>
</div>
<div id="footer">
<span class="glyphicon glyphicon-copyright-mark">ddp-fa14-bse-017.All rights reserved</span>
</div>
</div>
</body>
</html>