-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
38 lines (37 loc) · 1.71 KB
/
index3.html
File metadata and controls
38 lines (37 loc) · 1.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/x-icon" href="assets/icon/switch.jpg" />
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SWITCHYPE</title>
<img src="assets/images/gif.gif" class="gif" height= 60 width= 75 alt="gif">
</head>
<body>
<nav class="navbar">
<img src="assets/images/gif.gif" class="gif" height= 60 width= 75 alt="gif">
<a href="index.html"><img class="logo" src="assets\icon\welcome.jpg" height="143" width="703"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index2.html">Linear</a></li>
<li><a href="index3.html">Tactile</a></li>
<li><a href="index4.html">Clicky</a></li>
</ul>
</nav>
<div>
<img class="gloriouspanda" src="assets/switches/tactile/gloriouspanda.jpg" alt="bug" height="480" width="480">
<h2 class="gloriouspanda_desc">Glorious Panda</h2>
<img class="holypanda" src="assets/switches/tactile/holypanda.jpg" alt="bug" height="480" width="480">
<h2 class="holypanda_desc">Holy Panda</h2>
<img class="zealios" src="assets/switches/tactile/zealios.jpg" alt="bug" height="480" width="480">
<h2 class="zealios_desc">Zealios</h2>
</div>
<div id="image-container"></div>
<script src="main.js"></script>
</body>
</html>