-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (104 loc) · 3.24 KB
/
index.html
File metadata and controls
111 lines (104 loc) · 3.24 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<title>Fatima's Events</title>
<link rel="stylesheet" href="https://use.typekit.net/hqp2obl.css" />
<link rel="stylesheet" type="text/css" href="event.css" />
</head>
<body>
<div class="container">
<div class="flexcontainer">
<div class="header">
<a class="logo" href="/">
<img src="images/elgantevents.png" width="175" height="50" />
</a>
<div class="navigation">
<ul class="menu">
<li><a href="#">Our Story</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/gallery.html">Gallery</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<a class="booking-button-text" href="/booking.html">Booking</a>
</div>
</div>
</div>
<div class="photo"></div>
<div class="text-block-content">
<h1 class="text-center text-heading">
Because Every Bride Needs A Guide!
</h1>
<h3 class="text-center text-sub-heading">
Our event coordinators help to make sure that everything runs smoothly
as possible to keep your day stress free we want you to be able to enjoy
your event as much as your guests will!
</h3>
</div>
<div class="st-block-container group">
<div class="st-block-photo">
<div
class="st-block-image"
style="
background-image: url('images/lightpinkrose.jpg');
background-position: center bottom;
"
></div>
<h2 class="text-center">
<a class="sub-title" href="/services.html">Services</a>
</h2>
<div class="st-block-text">
<h5 class="text-center text-parg">It's what we do!</h5>
<p class="text-center text-parg">
From full day planning to setupand teardown. We plan every aspect of
your event. We will help you find the best services available. We
even have our own amazing staff for all your needs from babysitters,
bartenders, and officiants.
</p>
</div>
</div>
<div class="st-block-photo">
<div
class="st-block-image"
style="
background-image: url(images/sofawedding.jpg);
background-position: center center;
"
></div>
<h2 class="text-center">
<a class="sub-title" href="/gallery.html">Gallery</a>
</h2>
<div class="st-block-text">
<h5 class="text-center text-parg">Worth a thousand words!</h5>
<p class="text-center text-parg">
With over 10 years event experience, our staff has been a part of
helping design many special moments for our clients. We truly love
what we do, please take a minute to browse some of our favorite
special days.
</p>
</div>
</div>
<div class="st-block-photo">
<div
class="st-block-image"
style="
background-image: url(images/wineglasses.jpg);
background-position: center bottom;
"
></div>
<h2 class="text-center">
<a class="sub-title" href="#">Blog</a>
</h2>
<div class="st-block-text">
<h5 class="text-center text-parg">Follow along with us!</h5>
<p class="text-center text-parg">
Tips, tricks, and trends from the professionals! Learn how to plan
your event, and be a part of our family as we embark on these
journeys together!
</p>
</div>
</div>
</div>
</body>
</html>