-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (89 loc) · 3.67 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
95
96
97
98
99
<!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">
<title>Ryze PC Builds</title>
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<header>
<nav>
<a href="">RYZEPCBUILDS</a>
<ul>
<li><a href="prebuilt-computers.html">Prebuilt Computers</a></li>
<li><a href="computer-parts.html">Computer Guide</a></li>
</ul>
</nav>
</header>
<!-- Giveaway Start -->
<section class="giveaway-container">
<img src="./images/pc build/Intel_Gaming_Streaming_Build_3.png" alt="Giveaway Computer">
<section class="giveaway-content-container">
<h2>Enter in our Giveaway</h2>
<h3>Intel Gaming Streaming Computer</h3>
<span>We are giving away a computer to one lucky winner!</span>
<p>Fill in the information below to be entered in. We will email you if you've won.</p>
<form action="">
<label for="name">Name</label>
<input type="text" id="name">
<label for="email">Email</label>
<input type="email" id="email">
<button>Enter</button>
</form>
</section>
<!-- giveaway-content-container End -->
</section>
<!-- Giveaway End -->
<!-- Prebuilt Computers Start -->
<section class="prebuilt-container">
<h2>Popular Prebuilt Computers</h2>
<p>Check out the most popular builds that people have researched and made. No need to worry about whether your computer parts are compatible or not.</p>
<section class="prebuilt-img-container">
<section class="prebuilt-img">
<img src="./images/pc1.jpg" alt="prebuilt 1">
<h4>Budget</h4>
<p>See exactly what fits your budget for the best price</p>
</section>
<section class="prebuilt-img">
<img src="./images/pc2.jpg" alt="prebuilt 2">
<h4>Picked out and agreed upon the best parts</h4>
<p>The most voted and community picked for each part.</p>
</section>
<section class="prebuilt-img">
<img src="./images/pc3.jpg" alt="prebuilt 3">
<h4>Easy to upgrade</h4>
<p>A great choice to start off before building your own computer. Can easily upgrade any parts and still get the satisfaction of customizing your computer.</p>
</section>
</section>
<span><a href="prebuilt-computers.html" class="button">See More</a></span>
</section>
<!-- Prebuilt End -->
<!-- Build your own Computer -->
<section class="buildown-container">
<h2>How to build your own computer</h2>
<p>Guide about each computer part needed to build your own computer. Understand what each part does and why it's important.</p>
<section class="buildown-img-container">
<section class="buildown-img">
<img src="./images/pc build/AMD_AM5_Gaming_Streaming_Build.png" alt="AMD AM5">
<h4>Beginner Friendly</h4>
<p>Get clear and detailed explanation so you have no trouble at all.</p>
</section>
<section class="buildown-img">
<img src="./images/pc build/AMD_AM5_Gaming_Streaming_Build_2.png" alt="AM5 AM5 2">
<h4>Customize it the way you want it.</h4>
<p>Make and choose exactly what parts you want for your needs. Whether it's for your work or hobbies.</p>
</section>
<section class="buildown-img">
<img src="./images/pc build/AMD_Gaming_Build.png" alt="AMD">
<h4>Learning Experience</h4>
<p>Building your own computer can be a valuable learning experience, as it requires you to understand the components of a computer and how they work together.</p>
</section>
</section>
<!-- buildown-img-container end -->
<span><a href="computer-parts.html" class="button">See More</a></span>
</section>
<!-- buildown-container -->
</body>
</html>