-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 2.19 KB
/
index.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
<html>
<head>
<meta charset="utf-8" />
<title>Guide Genie</title>
<link href="./home.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="login/logo.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="header">
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
<span class="fs-4">Guide Genie</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="#" class="nav-link" aria-current="page"></a></li>
<li class="nav-item"><a href="#" class="nav-link"></a></li>
<li class="nav-item"><a href="#" class="nav-link"></a></li>
<li class="nav-item"><a href="#" class="nav-link">About</a></li>
<li class="nav-item"><a href="login/loginPage.html" class="nav-link active">Log In</a></li>
</ul>
</header>
</div>
<div class="inner-header flex">
<h1>Hey there champ! <br>Lets turn those wishes into reality!</h1>
</div>
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="#023E8A" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="#0096C7" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="#ADE8F4" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#CAF0F8" />
</g>
</svg>
</div>
</div>
<div class="content flex">
<p>By Code2Build</p>
</div>
<script src="https://website-widgets.pages.dev/dist/sienna.min.js" defer></script>
</body>
</html>