-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (92 loc) · 2.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>NetworkTigers: Network Equipment and Data Center Supplier</title>
<meta
name="description"
content="NetworkTigers sells tested, used, refurbished and new Cisco, Arista, HPE, Juniper, and Sonicwall network equipment and data center hardware."
/>
<link rel="stylesheet" href="styles.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=Merriweather&family=Montserrat&family=Roboto&family=Sacramento&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="//cdn.shopify.com/s/files/1/0989/9318/t/166/assets/favicon.png?v=66576425744571571291668597490"
type="image/png"
/>
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="https://nemanjakostovski.github.io/NetworkTigers/">HOME</a>
</li>
<li><a href="/store">STORE</a></li>
<li><a href="/blogs/all-articles">BLOG POSTS</a></li>
<li><a href="/pages/about-us">ABOUT US</a></li>
<li><a href="/pages/contact-us">CONTACT US</a></li>
<li><a href="/account/login">LOG IN</a></li>
<li><a href="/account/register">CREATE ACCOUNT</a></li>
</ul>
</nav>
</header>
<main id="home">
<div class="wrapper">
<a href="https://nemanjakostovski.github.io/NetworkTigers/"
><img
class="main-logo"
src="https://i.ibb.co/L9SxJmp/NTLogo2-rmbg.png"
alt="NTLogo2-rmbg"
alt="NetworkTigers"
/></a>
<form action="/search" method="get" role="search">
<input
type="search"
placeholder="Find what you need"
name="q"
value=""
aria-label="Search our store"
class="find"
/>
<button type="submit" class="btn-submit">Search</button>
</form>
<h1>Express Delivery Nationwide</h1>
<p>
Affordable, reliable, and fast delivery of your network equipment.
</p>
</div>
<figure>
<img
src="https://source.unsplash.com/1lfI7wkGWZ4"
alt="networktigers-usa"
/>
<figcaption>
Network connects the world, we connect the network
</figcaption>
</figure>
</main>
<div class="plane">
<img
class="flight"
src="./img/flight_FILL0_wght400_GRAD0_opsz48.png"
alt="plane-flight"
/>
</div>
<footer>
<p>© 2023 NetworkTigers, Inc.™</p>
</footer>
<script src="script.js"></script>
</body>
</html>