-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpage-top.php
42 lines (37 loc) · 1.1 KB
/
page-top.php
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
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- logo font -->
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap" rel="stylesheet">
<title>Event Planning is So Easy | Best Event Planner Platform</title>
<link rel="stylesheet" href="css/page-top.css">
<link rel="stylesheet" href="css/reset.css">
</head>
<div class="logo-part">
<a href="homepage.php">
<span class="logo">ePlanner. <span style="color: black;">com</span></span>
</a>
<span class="login-reg">
<a href="#login" class="login">Login</a>
<a href="#reg-part" onclick="loadRegistration()" class="reg">Sign up</a>
</span>
</div>
<div class="header-nav">
<ul>
<li>
<a href="">Home</a>
</li>
<li>
<a href="">About Us</a>
</li>
<li>
<a href="">Top Rated Planners</a>
</li>
<li>
<a href="">Client Reviews</a>
</li>
<li>
<a href="">Contact</a>
</li>
</ul>
</div>