-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (49 loc) · 2.33 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
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://wykies.github.io/web_test/favicon.png" rel="icon">
<title>Wykies</title>
<link href="https://wykies.github.io/web_test/main.css" rel="stylesheet">
<script src="https://wykies.github.io/web_test/js/variables.js" type="text/javascript"></script>
<script src="https://wykies.github.io/web_test/js/main.js" type="text/javascript"></script>
</head>
<body>
<header>
<div>
<div class="logo_container">
<a aria-label="logo, click to go to home" href="https://wykies.github.io/web_test/"><img id="logo_img" alt="logo" src="https://wykies.github.io/web_test/logo.png"/></a>
</div>
<div id="org_name">
<span>Wykies Auto Co</span>
<span id="org_type"> - NAPA Auto Parts</span>
</div>
</div>
<nav>
<a
href="https://wykies.github.io/web_test/"
class="active"
>Home</a>
<a
href="https://wykies.github.io/web_test/contact-us/"
>Contact Us</a>
</nav>
<!--TODO 5: Add Store (NAPA Online)-->
</header>
<div id="content">
<div id="photo-container">
<!-- TODO 5: Add next and previous buttons for image change (buttons could appear on hover prev on the left and next on the right)-->
<img alt="banner image00" class="mySlides fade" src="https://wykies.github.io/web_test/processed_images/NAPA00.ebee724c9f52e315.jpg">
<img alt="banner image01" class="mySlides fade" src="https://wykies.github.io/web_test/processed_images/NAPA01.2f55d9f49a62df36.jpg">
<img alt="banner image02" class="mySlides fade" src="https://wykies.github.io/web_test/processed_images/NAPA02.573a6b6849e460b8.jpg">
<img alt="banner image03" class="mySlides fade" src="https://wykies.github.io/web_test/processed_images/NAPA03.30243bc2aadd3885.jpg">
</div>
<script defer src="https://wykies.github.io/web_test/js/banner.js" type="text/javascript"></script>
</div>
<footer>
© Wykies Auto Company 2024
</footer>
</body>
</html>