This repository was archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
144 lines (140 loc) · 7.06 KB
/
Copy pathproducts.html
File metadata and controls
144 lines (140 loc) · 7.06 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<html>
<head>
<title>Hyperion Computer</title>
<!-- Hyperion Computer product page
Filename: products.html
Author: Tham Kai Heng 1828711
-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<!-- Local fallback, in case jQuery CDN is down-->
<script>window.jQuery || document.write('<script src="js/jquery-3.3.1.min.js"><\/script>')</script>
<link rel="shortcut icon" href="Images/Logo/favicon.ico">
<link rel="apple-touch-icon" href="Images/Logo/apple-touch-icon.png">
<link rel="icon" sizes="192x192" href="Images/Logo/android.png">
</head>
<body>
<header>
<article class="top">
<a href="index.html">
<img class="Logo" src="Images/Logo/Logo.png" alt="Hyperion Computer" title="Home">
</a>
<nav class="topnav" id="myTopnav">
<a href="index.html" class="hvr-underline-from-center"><span class="fa fa-fw fa-home"></span> Home</a>
<div class="dropdown">
<a href="products.html" class="dropbtn hvr-underline-from-center"><span class="fas fa-desktop"></span>
Products</a>
<div class="dropdown-content">
<a class="hvr-underline-from-center" href="Janus.html"><img class="navimg" src="Images/Janus/Janus_5.png"
alt="Janus" title="Janus"><span class="navtext">Janus</span></a>
<a class="hvr-underline-from-center" href="Apollo.html"><img class="navimg" src="Images/Apollo/Apollo_1.png"
alt="Apollo" title="Apollo"><span class="navtext">Apollo</span></a>
<a class="hvr-underline-from-center" href="Ares.html"><img class="navimg" src="Images/Ares/Ares_1.png"
alt="Ares" title="Ares"><span class="navtext">Ares</span></a>
<a class="hvr-underline-from-center" href="Hades.html"><img class="navimg" src="Images/Hades/Hades_1.png"
alt="Hades" title="Hades"><span class="navtext">Hades</span></a>
<a class="hvr-underline-from-center" href="Poseidon.html"><img class="navimg"
src="Images/Poseidon/Poseidon.png" alt="Poseidon" title="Poseidon"><span
class="navtext">Poseidon</span></a>
<a class="hvr-underline-from-center" href="Zeus.html"><img class="navimg" id="Zeusnavbar"
src="Images/Zeus/Zeus_1.jpg" alt="Zeus" title="Zeus"><span class="navtext">Zeus</span></a>
</div>
</div>
<a href="Custom_Quote.html" class="hvr-underline-from-center"><span class="fas fa-phone"></span> Contact</a>
<a href="aboutus.html" class="hvr-underline-from-center"><span class="fas fa-info-circle"></span> About</a>
<a href="FAQ.html" class="hvr-underline-from-center"><span class="fas fa-question-circle"></span> F.A.Q</a>
<a href="javascript:void(0);" id="burger" class="icon" onclick="">☰</a>
</nav>
</article>
</header>
<main class="product-page">
<h1>Products</h1>
<h2>Check out our wide range of products!</h2>
<h3></h3>
<hr>
<article class="productgrid">
<section class="individual-product">
<div class="product-header">
<span>Janus</span>
</div>
<h5>Custom SFF<p class="description">Small but Powerful</p>
</h5>
<a href="Janus.html"><img src="Images/Janus/Janus_8.jpg"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$1550</strong></p>
<button class="select" onclick="window.location.href='Janus.html'">Select</button>
</section>
<section class="individual-product">
<div class="product-header">
<span>Apollo</span>
</div>
<h5>Custom SFF<br>
<p class="description">Slim and elegant</p>
</h5>
<a href="Apollo.html"><img src="Images/Apollo/Apollo_1.png"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$2100</strong></p>
<button class="select" onclick="window.location.href='Apollo.html'">Select</button>
</section>
<section class="individual-product">
<div class="product-header">
<span>Ares</span>
</div>
<h5>Standard Mid Tower<p class="description">Performance PC with incredible value and upgradability</p>
</h5>
<a href="Ares.html" onclick="window.location.href='Ares.html'"><img src="Images/Ares/Ares_1.png"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$2100</strong></p>
<button class="select" onclick="window.location.href='Ares.html'">Select</button>
</section>
<section class="individual-product">
<div class="product-header">
<span>Hades</span>
</div>
<h5>Standard Mid Tower<p class="description">Blow the doors off today's most demanding games<p>
</h5>
<a href="Hades.html"><img src="Images/Hades/Hades_1.png"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$1100</strong></p>
<button class="select" onclick="window.location.href='Hades.html'">Select</button>
</section>
<section class="individual-product">
<div class="product-header">
<span>Poseidon</span>
</div>
<h5>Custom Mid Tower<p class="description">Enthusiast grade with an aggressive maximum airflow design</p>
</h5>
<a href="Poseidon.html"><img src="Images/Poseidon/Poseidon.png"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$2000</strong></p>
<button class="select" onclick="window.location.href='Poseidon.html'">Select</button>
</section>
<section class="individual-product">
<div class="product-header">
<span>Zeus</span>
</div>
<h5>Custom Full Tower<p class="description">World's most advanced PC with internal fluid ports and power panel
</p>
</h5>
<a href="Zeus.html"><img id="Zeusprodpage" src="Images/Zeus/Zeus_1.jpg"></a>
<p>Starting at:<br><strong style="font-size:1.7em;">$2700</strong></p>
<button class="select" onclick="window.location.href='Zeus.html'">Select</button>
</section>
</article>
</main>
<aside class="backtotop">
<button class="backtotopbutton"><span></span>
</button>
</aside>
<footer>
<p class="trademark">Copyright © 2019 Hyperion <img src="Images/Logo/favicon.ico" alt="Hyperion Logo"
style="padding-left: 5px;"> Computer. All Rights Reserved</p>
<p class="location">1 Technology Drive | Singapore 138572</p>
</footer>
<script src="js/javascript.js"></script>
<script src="js/mobilemenu.js"></script>
<script type="text/javascript" src="js/jssor.slider-27.5.0.min.js"></script>
<script type="text/javascript" src="js/jssor_listslider_pcproducts.js"></script>
<script type="text/javascript" src="js/jssor_slider_custompc.js"></script>
</body>