-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
54 lines (54 loc) · 2.43 KB
/
Copy pathservices.html
File metadata and controls
54 lines (54 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adornment Events</title>
<link rel="stylesheet" href="event_management_style.css">
</head>
<body>
<div style="background-image: url('https://adornmentevents.com/wp-content/uploads/home-hero-bg.jpg'); ">
<nav class="navbar">
<ul class="nav-links">
<li class="dropdown"><a href="" class="dropbtn">ABOUT</a>
<div class="dropdown-content">
<ul style="list-style-type: none;">
<li><a href="https://adornmentevents.com/about-us/">About Us</a></li>
<li><a href="https://adornmentevents.com/preferred-partners/">Preferred Partners</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="" class="dropbtn">SERVICES</a>
<div class="dropdown-content">
<ul style="list-style-type: none;">
<li><a href="https://adornmentevents.com/wedding-planning/">Pacific NW Wedding Planning</a></li>
<li><a href="https://adornmentevents.com/destination-weddings/">Destination Weddings</a></li>
<li><a href="https://adornmentevents.com/corporate-events/">Corporate Events</a></li>
</ul>
</div>
</li>
<li><a href="kind_words.html" target="_self">KIND WORDS</a></li>
</ul>
<div class="logo">
<a href="" target="_self"><img src="https://adornmentevents.com/wp-content/uploads/ae-logo-2022.svg" alt="Logo" /></a>
</div>
<ul class="nav-links">
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="">CONCERTS</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</nav>
<div>
<h1 class="heading">Pacific Northwest Wedding Planning</h1>
<div style="border-bottom: 1px solid #ccc; width: 400px;margin-left: 650px;">
</div>
</div>
<div>
<p style="">
Supporting you with the intentional creativity your journey deserves
</p>
</div>
</div>
</body>
</html>