-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogdetails.html
122 lines (103 loc) · 5.14 KB
/
blogdetails.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
122
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>BirthdayHub</title>
<link rel="icon" type="image/png" href="assets/img/global-logo.png">
<link type="text/css" rel="stylesheet" href="assets/css/style.css"/>
<link type="text/css" rel="stylesheet" href="assets/css/fonts.css"/>
<link type="text/css" rel="stylesheet" href="assets/css/responsive.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<script type="text/javascript" src="assets/js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
</head>
<body>
<div id="main_wrapper">
<div class="pg_wrap" style="background-image: url(assets/img/bg1.png)">
<div class="header clearfix">
<div class="hdr">
<div class="b_logo">
<a href="index.html">
<img src="assets/img/bh-brand-logo.png"/>
</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#download">Download App</a></li>
</ul>
</div>
</div>
</div>
<div class="pg_title">Blog</div>
</div>
<div class="section mid_sec no_bottom_pad">
<div class="inner_wrap">
<div class="mid_sec">
<div class="details_date">20 February, 2021</div>
<div class="details_title">9 Reasons why birthdays are special</div>
</div>
</div>
</div>
<div class="section mid_sec no_pad">
<div class="inner_wrap">
<div class="mid_sec">
<div class="det_pg_img">
<img src="media/photo1.jpg">
</div>
<div class="sec_det">
<p>BirthdayHub is a technology-based platform created to connect loved ones and cultivate better relationships by creating
memorable birthdays while celebrating milestones. BirthdayHub automates the entire process of setting reminders, sending birthday
wishes, and offering curated gift ideas designed to commemorate loved ones. </p>
<p>Birthday Hub was created from the desire to make our relationships stronger by bringing the world closer through the simple art of remembering and
celebrating loved ones. Birthdays are special times of the year for individual celebrants and their loved ones, serve as reminders that
we are growing older, and signpost how far we have come.</p>
<p>Birthday Hub puts the affection back into relationships and provides family, friends, colleagues, and business associates with
the platform to celebrate people and memorialize one day a year to unreservedly and wholeheartedly celebrate and appreciate their
loved ones.</p>
<p>With a digital bank of hundreds of birthday messages and wishes, an extensive Rolodex of vendors that provide a vast collection
of products and services across Africa, and an innovative app, Birthday Hub provides a one-stop solution for celebrants and their
loved ones to memorialize their special days.</p>
</div>
</div>
</div>
</div>
<div id="download" class="section rd_pad">
<div class="download_section">
<div class="curves"></div>
<div class="download_pre">App is available for free on <br/> Google Play & App Store</div>
<div class="download_tag">Celebrate friends. Share special experiences. Create lasting memories.</div>
<div class="btn_actions">
<div class="cta"><a href=""><span class="fab fa-apple"></span>App Store</a></div>
<div class="cta"><a href=""><span class="fab fa-google-play"></span>Google Play</a></div>
</div>
</div>
</div>
<div class="footer clearfix">
<div class="inner_wrap">
<div class="col">
<p><a href="#">[email protected]</a></p>
<div class="ft_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col">
<p>Copyright © 2021. Birthday Hub. <br/>All rights reserved.</p>
</div>
<a href="#" id="scroll" class="scroll-top">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
<span>top</span>
</a>
</div>
</div>
</div>
</body>
</html>