-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (62 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>razer</title>
</head>
<body class="body">
<div class="container">
<div class="headerline" >
<header>
<img class="logo1" src="razer-ths-logo.svg" alt="logo" width="40">
<nav>
<ul class="nav_links">
<li><a href="#">Store</a></li>
<li><a href="#">PC</a></li>
<li><a href="#">Console</a></li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Support</a></li>
</ul>
</nav>
<a class="cta" href="#"><button>cart</button></a>
</header>
<hr class="line">
</div>
<div class="txtheader">
Unleash a new age of technology with an arsenal of cutting-edge innovations that will keep you ahead of the game.
</div>
<div class="buyheader">
<div class="txt1"><p>RAZER BLADE 16</p></div>
<div class="Buybutton" href="#">BUY</div>
</div>
<div class="video"><video src="razer-blade-16-animated-kv-1920x1080.mp4" autoplay loop preload="auto" ></video></div>
<div class="txtcontent">
<div class="rb16"><p>RAZER BLADE 16</p></div>
<div class="tagline"><h2>BIGGER. BETTER.<br> STILL THE BEST.</h2></div>
<div class="aboutcontent">
<div class="txtcontent1"><p>16-inch Gaming Laptop with 13th Gen Intel Core i9 HX Processor</p></div>
<div class="txtcontent2"><p>Experience insane performance and ultra-portability with the Razer Blade 16—featuring more graphics power per inch³ <br> than any other 16” gaming laptop1,2. Armed with the world’s first dual-mode mini-LED display, witness quality you can’t <br> unsee with UHD+ 120 Hz and FHD+ 240 Hz native resolutions.</p></div>
</div>
</div>
<div class="imagecontainer1">
<div class="image1"><img src="logo-intel-core-i9.jpg" alt="image"></div>
<div class="image2"><img src="logo-nvidia-geforce-rtx-studio.jpg" alt="image"></div>
<div class="image3"><img src="logo-windows-11.png" alt="image"></div>
<div class="image4"><img src="logo-thx.png" alt="image"></div>
</div>
<div class="animationContent1" style="opacity: 1;">
<div class="image5"><img src="icon-nvidia-geforce-rtx.png" style="transform: translate3d(0px, 0px, 0px) scale(0.9991, 0.9991); opacity: 0.9991;"></div>
<div class="data1">
<div class="txtcontent3"> NVIDIA® GEFORCE <br> RTX™ 4090 GRAPHICS</div>
<div class="txtcontent4">Up to 175 W TGP</div>
</div>
</div>
</div>
</body>
</html>