-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasus_rog.html
More file actions
101 lines (101 loc) · 4.92 KB
/
asus_rog.html
File metadata and controls
101 lines (101 loc) · 4.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Asus ROG Strix</title>
<meta charset="utf-8">
<meta name="description" content="Bullshit">
<meta name="keywords" content="tech geeks, laptop, tv, phones, new gadgets">
<link rel="stylesheet" href="styles/main.css">
<script src="https://kit.fontawesome.com/4a1770070f.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="images/fav.png">
</head>
<body>
<div id="wrapper">
<div id="heading">
<header>
<a href="index.html"><img src="images/lb.PNG" alt="launch box"></a>
<div id="button">
<button>Log in</button>
<button>Sign up</button>
</div>
</header>
</div>
<nav>
<ul id="nav_list">
<li><a href="index.html">Home</a></li>
<li><a href="laptop.html">Laptop</a></li>
<li><a href="tv.html">TV</a></li>
<li><a href="mobilephones.html">Mobile Phones</a></li>
</ul>
</nav>
<main>
<img src="images/asus.png" alt="asus">
<section id="description">
<h1>ROG STRIX SCAR III</h1>
<h3>FIGHT TILL DAYLIGHT</h3>
<p>Aim for esports excellence with the ROG Strix SCAR III,
engineered to compete at the top tier of Windows 10 Pro gaming.
Intelligent Cooling unleashes the raw power of the 9th Gen Intel Core CPU and GeForce RTX™ graphics,
while the world’s fastest 240Hz/3ms laptop display lets you play at the speed of pro gaming.
Jump into multiplayer matches anywhere with stronger RangeBoost Wi-Fi,
show off your personality with the wraparound Aura Sync light bar, and gain privacy for personal
data with the new ROG Keystone.
</p>
</section>
<table id="specs">
<tr>
<th>Model</th>
<th>G531GW/G531GV/G531GU (15 inch)</th>
<th>G731GW/G731GV/G731GU (17 inch)</th>
</tr>
<tr>
<th>Processor</th>
<th>Intel® Core™ i9-9880H<br>
Intel® Core™ i7-9750H<br>
Intel® Core™ i5-9300H
</th>
<th>Intel® Core™ i9-9880H<br>
Intel® Core™ i7-9750H<br>
Intel® Core™ i5-9300H
</th>
</tr>
<tr>
<th>Graphics</th>
<th>NVIDIA® GeForce RTX™ 2070 with 8GB GDDR6 VRAM<br>
NVIDIA® GeForce RTX™ 2060 with 6GB GDDR6 VRAM<br>
NVIDIA® GeForce GTX™ 1660Ti with 6GB GDDR6 VRAM
</th>
<th>NVIDIA® GeForce RTX™ 2070 with 8GB GDDR6 VRAM<br>
NVIDIA® GeForce RTX™ 2060 with 6GB GDDR6 VRAM<br>
NVIDIA® GeForce GTX™ 1660Ti with 6GB GDDR6 VRAM
</th>
</tr>
<tr>
<th>Dimensions</th>
<th>360 (W) x 275 (D) x 24.9 (H) mm</th>
<th>399(W) x 293 (D) x 26.2(H) mm</th>
</tr>
<tr>
<th>Weight</th>
<th>2.57 kg</th>
<th>2.85 kg</th>
</tr>
</table>
<div id="links">
<h3>Usefull links:</h3>
<ul id=>
<li><a href="https://www.asus.com/ca-en/Laptops/ROG-Strix-SCAR-III/" target="_blank"><i class="fas fa-tools fa-lg"></i> Manufacturer's website</a></li>
<li><a href="https://www.amazon.ca/Gaming-GeForce-i7-9750H-Windows-G531GW-DB76/dp/B07QRGSFS7/ref=sr_1_1?keywords=asus+rog+strix+scar+3&qid=1570059424&sr=8-1" target="_blank"><i class="fab fa-amazon fa-lg"></i> Online shop</a></li>
</ul>
</div>
</main>
<footer>
<ul id="foot_list">
<li><a href="contact.html">Contact Us</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
<p>© 2019 LaunchBox</p>
</footer>
</div>
</body>
</html>