-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComing-Soon.html
57 lines (43 loc) · 2.45 KB
/
Coming-Soon.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
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Norishing Women</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="Coming-Soon.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Manrope:wght@300&family=Playfair+Display:ital,wght@0,400;1,500&display=swap"
rel="stylesheet">
</head>
<body>
<div class="Top">
<button type="button" class="Home-Button"onclick="location.href='index.html'" >Home</button>
<h1 class="Title">Nourishing Women</h1>
<button type="button" class="Women-Button" onclick="location.href='Women.html'">Women</button>
<button type="button" class="Submit-Button" onclick="location.href='Coming-Soon.html'">Wine</button>
<button type="button" class="Submit-Button" onclick="location.href='Submit.html'">Submit</button>
</div>
<div id="coming-soon">
<img src="./Images/Coming-Soon.gif" class="img-fluid" alt="Responsive image" >
</div>
<footer>
<a href="#Top"> <input type="image" name="go-up" src="./Images/Arrow-up.png" width=3% href="#Top" class="go-up"></a>
<div class="Footer">
<h1 class="Footer-Title">Nourishing Women</h1>
<button type="button" class="Women-Button" onclick="location.href='Women.html'">Women</button>
<button type="button" class="Submit-Button" onclick="location.href='Coming-Soon.html'">Wine</button>
<button type="button" class="Submit-Button" onclick="location.href='Submit.html'">Submit</button>
<button type="button" class="Submit-Button" onclick="location.href='Coming-Soon.html'">Instagram</button>
<button type="button" class="Submit-Button" onclick="location.href='Coming-Soon.html'">Facebook</button>
<button type="button" class="Submit-Button" onclick="location.href='Coming-Soon.html'">Twitter</button>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
</body>
</html>