Skip to content

Commit 9934ede

Browse files
committed
Final_Submission
1 parent 4300c45 commit 9934ede

File tree

3 files changed

+314
-90
lines changed

3 files changed

+314
-90
lines changed

gallery.html

Lines changed: 27 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,38 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
7+
8+
9+
<h2 class="h-logo text-black"> shopbricks </h2>
10+
<ul class="navitems">
11+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./index.html"> HOME </a></li>
12+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./upload.html"> UPLOAD </a></li>
13+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./index.html#about"> ABOUT US </a></li>
14+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./report.html"> REPORT </a></li>
15+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./login.html" > LOGIN </a></li>
16+
<li class="navitem"> <a class="w3-bar-item w3-button" href="./view.html">CHOOSE YOUR LOCATION</a></li>
17+
</ul>
18+
</div>
19+
20+
21+
22+
23+
24+
25+
26+
727
<body>
828

929
<!-- Navbar (sit on top) -->
10-
<br><br><br>
1130
<div class="w3-top">
12-
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
31+
<div class="w3-bar w3-black w3-wide w3-padding w3-card">
1332
<img class="logo" src="./image/android-chrome-192x192.png" alt="Shop Bricks official logo" width="30" height="30">
14-
<a href="./index.html" class="w3-bar-item w3-button"> ShopBricks</a>
33+
<a href="#home" class="w3-bar-item w3-button"> ShopBricks</a>
1534
<!-- Float links to the right. Hide them on small screens -->
1635
<div class="w3-right w3-hide-small">
17-
<a href="#projects" class="w3-bar-item w3-button">Projects</a>
18-
<a class="w3-bar-item w3-button" href="./index.html"> HOME </a>
19-
<a class="w3-bar-item w3-button" href="./upload.html"> UPLOAD </a>
20-
<a class="w3-bar-item w3-button" href="./index.html#about"> ABOUT US </a>
21-
<a class="w3-bar-item w3-button" href="./report.html"> REPORT </a>
22-
<a class="w3-bar-item w3-button" href="./login.html" > LOGIN </a>
23-
<a class="w3-bar-item w3-button" href="./view.html">CHOOSE YOUR LOCATION</a>
36+
<a href="./index.html" class="w3-bar-item w3-button">HOME</a>
37+
<a href="./index.html#about" class="w3-bar-item w3-button">About</a>
38+
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
2439
</div>
2540
</div>
2641
</div>
@@ -195,36 +210,6 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Gallery</h3>
195210
.demo:hover {
196211
opacity: 1;
197212
}
198-
ul {
199-
list-style-type: none;
200-
margin: 0;
201-
padding: 0;
202-
overflow: hidden;
203-
background-color: #333;
204-
position: fixed;
205-
top: 0;
206-
width: 100%;
207-
}
208-
209-
li {
210-
float: left;
211-
}
212-
213-
li a {
214-
display: block;
215-
color: white;
216-
text-align: center;
217-
padding: 14px 16px;
218-
text-decoration: none;
219-
}
220-
221-
li a:hover:not(.active) {
222-
background-color: #111;
223-
}
224-
225-
.active {
226-
background-color: #4CAF50;
227-
}
228213
</style>
229214

230215

@@ -378,7 +363,7 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
378363
</button>
379364
</form>
380365
</div>
381-
366+
382367
<!-- Image of location/map -->
383368
<div class="w3-container">
384369
<img src="./image/map.jpg" class="w3-image" style="width:100%">
@@ -407,4 +392,4 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
407392
</footer>
408393

409394
</body>
410-
</html>
395+
</html>
94.6 KB
Loading

0 commit comments

Comments
 (0)