-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
48 lines (37 loc) · 1.39 KB
/
homepage.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
<HTML>
<H2> Click on the below buttons to see statistics about the Cereal Manufacturers! </H2>
</div>
<form method="get" action="Rating.html">
<button type="submit"> Ratings </button>
</form>
<form method="get" action="Calories.html">
<button type="submit"> Calories </button>
</form>
<form method="get" action="Sugars.html">
<button type="submit"> Sugars </button>
</form>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/mohamedsalah.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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">
<li class="nav-item">
<a class="nav-link " href="Rating.html">Ratings</a>
</li>
<li class="nav-item">
<a class="nav-link " href="Calories.html">Calories</a>
</li>
<li class="nav-item">
<a class="nav-link " href="Sugars.html">Sugars</a>
</li>
</ul>
</div>
</nav>
</body>
</div>