-
Notifications
You must be signed in to change notification settings - Fork 0
/
systems.html
51 lines (51 loc) · 1.8 KB
/
systems.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
<html>
<head>
<title>Mark's Computers - Systems</title>
<meta content="">
<script src="http://localhost:3000/index.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
<style></style>
<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=Inter:wght@300;400;500;600;700&family=Montserrat:wght@100&family=Tektur:wght@600&display=swap"
rel="stylesheet">
</head>
<body>
<!--Header-->
<header id="main-header">
<div id="header-container">
<h1 id="title">Computers Page</h1>
<nav id="header-navbar">
<ul id="navbar-items">
<li id="navbar-link">
<a>Home</a>
</li>
<li id="navbar-link">
<a>Sales</a>
</li>
<li id="navbar-link">
<a>Repairs</a>
</li>
<li id="navbar-link">
<a>eRecycling</a>
</li>
<li id="navbar-link">
<a>Contact Us</a>
</li>
</ul>
</nav>
</div>
</header>
<!--Main Content-->
<main id="main-content">
<div id="sales-info-container">
<h1 id="main-content-title">Tech Sales</h1>
<p id="sales-info">We carry a wide variety of computers and parts. Most of our items are used, but we do occasionally have new items in stock.
We carry laptop and desktop PCs, MacBooks, iMacs, and more. All used computers come with a 30 day hardware warranty. Have a
look at some of our computers we have in stock below.</p>
</div>
<h1 id="systems-title">Computers</h1>
<div id="systems-container">system</div>
</main>
</body>
</html>