forked from dev-sura/Revelation---Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle.html
More file actions
96 lines (88 loc) · 3.85 KB
/
single.html
File metadata and controls
96 lines (88 loc) · 3.85 KB
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
<!-- Blog Posts -->
<div class="blog-single-post">
<!-- post image -->
<div class="post-header-image">
<img src="img/blog3.jpg" alt="">
</div>
<!-- /post-image -->
<!-- post title -->
<h2 class="blog-single-title">10 tips for a dream house</h2>
<!-- /post title -->
<!-- post content -->
<div class="blog-single-content">
<p>At its inception, the bouquet formed part of the wreaths and garlands worn by both the bride and groom. It was considered a symbol of happiness. Originally bridal wreaths and bouquets were made of herbs, which had magical and meaningful definitions for the couple's future life. Traditional Celtic bouquets included ivy, thistle and heather.</p>
<p> Ancient uses included herbs, not flowers, in bouquets because they felt herbs -- especially garlic -- had the power to cast off evil spirits (can you imagine walking up the aisle holding a clump of garlic!?). If a bride carried sage (the herb of wisdom) she became wise; if she carried dill (the herb of lust) she became lusty. Flower girls carried sheaves of wheat, a symbol of growth, fertility, and renewal. Later, flowers replaced herbs and took on meanings all their own. Orange blossoms, for example, mean happiness and fertility. Ivy means fidelity; lilies mean purity.</p>
</div>
<!-- /post content -->
<!--=== Blog Comments -->
<div class="blog-comments">
<h2 class="blog-single-title blog-comments-title">Comments</h2>
<!-- Comments Form -->
<div class="well">
<h4>Leave a Comment:</h4>
<form role="form">
<div class="form-group">
<textarea class="form-control" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-1c">Submit</button>
</form>
</div>
<hr>
<!-- /Comments Form -->
<!-- Posted Comments -->
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/avatar.png" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">John Rex
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Comments? I love comments!
</div>
</div>
<!-- /Comment -->
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/avatar.png" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">Homer Simpson
<small>August 25, 2014 at 9:30 PM</small>
</h4>
This blog is amazing!
<!-- Nested Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/avatar.png" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">Margie Simpson
<small>August 25, 2014 at 9:30 PM</small>
</h4>
We are totally going to blog about these curiosities!
</div>
</div>
<!-- End Nested Comment -->
</div>
</div>
<!-- /Comment -->
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="img/avatar.png" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">Joey Ramone
<small>August 25, 2014 at 9:30 PM</small>
</h4>
OMGI love to read it so much!
</div>
</div>
<!-- /Comment -->
</div>
<!-- === /Blog Comments -->
</div>
<!-- /Blog Posts -->