-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
93 lines (71 loc) · 3.48 KB
/
Copy pathheader.php
File metadata and controls
93 lines (71 loc) · 3.48 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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href="bootstrap5.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="extras.css" rel="stylesheet" type="text/css" />
<style>
</style>
</head>
<header>
<div id="headerImage" class="position-relative">
<div class="position-absolute top-0 start-0">
<a href="../weddingRentals">
<img src="img/logo.png" width="200" height="98">
</a>
</div>
<!--
-------------------- NAV BAR ---------------------------------------------------------------
-->
<nav class="navbar navbar-expand-lg navbar-light position-absolute top-0 end-0 navbar-custom">
<div class="container-fluid collapse navbar-collapse" id="navbarSupportedContent">
<!-- <a class="navbar-brand" href="#">Navbar</a> -->
<!-- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button> -->
<!-- <div class="collapse navbar-collapse" id="navbarSupportedContent"> -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active margin-menu" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Menu
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="layeredArchSet.php">Layered Arch</a></li>
<li><a class="dropdown-item" href="modernround.php">Modern Round</a></li>
<li><a class="dropdown-item" href="vintagemirror.php">Vintage Mirror</a></li>
<li><a class="dropdown-item" href="darkwalnut.php">Dark Walnut</a></li>
<li><a class="dropdown-item" href="rusticWoodSet.php">Rustic Wood</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="extraDecor.php">Extras</a></li>
<li><a class="dropdown-item" href="availability.php">Check Availability</a></li>
<li><a class="dropdown-item" href="pickYourSet.php">Reserve Your Set</a></li>
</ul>
</li>
<!--li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li-->
</ul>
<!-- </div> -->
</div>
</nav>
<!--
-------------------- End of NAV BAR ---------------------------------------------------------------
-->
</div>
</header>
<script>
window.onscroll = function() {changeHeight()};
function changeHeight() {
console.log("changeHeight called");
document.getElementById("headerImage").style.height = "300px";
}
</script>
<!--
-------------------- End of HEADER ---------------------------------------------------------------
-->
<body class="d-flex flex-column h-100" id="grad1">
<!-- <body class="d-flex flex-column h-100" id="grad1"> -->
<!-- <body class="d-flex flex-column h-100" id="grad1" style="height:10300px"> -->