-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomputer.html
More file actions
299 lines (250 loc) · 12.5 KB
/
Copy pathcomputer.html
File metadata and controls
299 lines (250 loc) · 12.5 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<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>NewsFlash | Post</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon.png">
<!-- Remix icons -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- Swiper.js styles -->
<link rel="stylesheet" href="./assets/css/swiper-bundle.min.css"/>
<!-- Custom styles -->
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<!-- Header -->
<header class="header" id="header">
<nav class="navbar container">
<a href="./index.html">
<h2 class="logo">TechFlash</h2>
</a>
<div class="menu" id="menu">
<ul class="list">
<li class="list-item">
<a href="#" class="list-link current">Home</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Categories</a>
<ul class="Categories">
<li class="list-item">
<a href="#" class="list-link">AI</a>
</li>
<li class="list-item">
<a href="#" class="list-link">IOT</a>
</li>
<li class="list-item">
<a href="#" class="list-link">E-sports</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Software</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Blockchain</a>
</li>
<li class="list-item">
<a href="#" class="list-link">How-to-do</a>
</li>
</ul>
</li>
<li class="list-item">
<a href="#" class="list-link">Reviews</a>
</li>
<li class="list-item">
<a href="#" class="list-link">News</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Contact</a>
</li>
<li class="list-item screen-lg-hidden">
<a href="./sign-in.html" class="list-link">Sign in</a>
</li>
<li class="list-item screen-lg-hidden">
<a href="./sign-up.html" class="list-link">Sign up</a>
</li>
</ul>
</div>
<div class="list list-right">
<button class="btn place-items-center" id="theme-toggle-btn">
<i class="ri-sun-line sun-icon"></i>
<i class="ri-moon-line moon-icon"></i>
</button>
<button class="btn place-items-center" id="search-icon">
<i class="ri-search-line"></i>
</button>
<button class="btn place-items-center screen-lg-hidden menu-toggle-icon" id="menu-toggle-icon">
<i class="ri-menu-3-line open-menu-icon"></i>
<i class="ri-close-line close-menu-icon"></i>
</button>
<a href="sign-in.html" class="list-link screen-sm-hidden">Sign in</a>
<a href="sign-up.html" class="btn sign-up-btn fancy-border screen-sm-hidden">
<span>Sign up</span>
</a>
</div>
</nav>
</header>
<!-- Search -->
<div class="search-form-container container" id="search-form-container">
<div class="form-container-inner">
<form action="" class="form">
<input class="form-input" type="text" placeholder="What are you looking for?">
<button class="btn form-btn" type="submit">
<i class="ri-search-line"></i>
</button>
</form>
<span class="form-note">Or press ESC to close.</span>
</div>
<button class="btn form-close-btn place-items-center" id="form-close-btn">
<i class="ri-close-line"></i>
</button>
</div>
<!-- blog post -->
<section class="blog-post section-header-offset">
<div class="blog-post-container container">
<div class="blog-post-data">
<h3 class="title blog-post-title">How To Build a Computer: A Step By Step PC-Building Infographic</h3>
<div class="article-data">
<span>July 6th 2023</span>
<span class="article-data-spacer"></span>
<span>14 Min read</span>
</div>
</div>
<div class="container">
<p>
We’ve been working on something for all our readers who want to know what exactly is involved in building your own computer from scratch.</p>
<p>We wanted to create something a bit more user-friendly than an in-depth video or text-heavy instruction list, so we’ve created a step-by-step computer assembly infographic to show you how to assemble your own PC, complete with pictures for each step along the way.</p>
<p><b>Perhaps you have never built a PC before in your life…</b></p>
<p><b>or maybe you are just looking to brush up on what’s involved in assembling a computer from parts..</b></p>
<p><b>Either way, we are sure that our DIY computer assembly infographic will have you covered.</b></p>
<p>It’s perfect for those who want to get an idea of what they might be getting themselves into if they decided to attempt a PC build, or even for those after a quick refresher!</p>
<p>Feel free to skip ahead to your area of interest if you need to, and at the bottom of the infographic you’ll find some more in-depth text explaining each step and key things to look out for.</p>
<img src="./assets/images/post1/build pc.jpg" alt="" class="image-post">
<div class="author d-grid">
<div class="author-image-box">
<img src="./assets/images/dummy-user.png" alt="" class="article-image">
</div>
<div class="author-about">
<h3 class="author-name">Suki</h3>
<p>Tech specialist, student at KCE</p>
<ul class="list social-media">
<li class="list-item">
<a href="#" class="list-link"><i class="ri-instagram-line"></i></a>
</li>
<li class="list-item">
<a href="#" class="list-link"><i class="ri-linkedin-box-line"></i></a>
</li>
<li class="list-item">
<a href="#" class="list-link"><i class="ri-twitter-line"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter -->
<section class="newsletter section">
<div class="container">
<h2 class="title section-title" data-name="Newsletter">Newsletter</h2>
<div class="form-container-inner">
<h6 class="title newsletter-title">Subscribe to TechFlash</h6>
<p class="newsletter-description">stay connected</p>
<form action="" class="form">
<input class="form-input" type="text" placeholder="Enter your email address">
<button class="btn form-btn" type="submit">
<i class="ri-mail-send-line"></i>
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer section">
<div class="footer-container container d-grid">
<div class="company-data">
<a href="./index.html">
<h2 class="logo">TechFlash</h2>
</a>
<p class="company-description">Stay ahead of the curve with our tech flash – the latest news and reviews on all the latest devices and software!</p>
<ul class="list social-media">
<li class="list-item">
<a href="https://www.instagram.com" class="list-link"><i class="ri-instagram-line"></i></a>
</li>
<li class="list-item">
<a href="https://www.facebook.com" class="list-link"><i class="ri-facebook-circle-line"></i></a>
</li>
<li class="list-item">
<a href="https://twitter.com" class="list-link"><i class="ri-twitter-line"></i></a>
</li>
<li class="list-item">
<a href="https://in.pinterest.com" class="list-link"><i class="ri-pinterest-line"></i></a>
</li>
</ul>
<span class="copyright-notice">©2023 TechFlash. All rights reserved.</span>
</div>
<div>
<h6 class="title footer-title">Categories</h6>
<ul class="footer-list list">
<li class="list-item">
<a href="#" class="list-link">AI</a>
</li>
<li class="list-item">
<a href="#" class="list-link">IOT</a>
</li>
<li class="list-item">
<a href="#" class="list-link">E-sports</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Software</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Blockchain</a>
</li>
<li class="list-item">
<a href="#" class="list-link">How-to-do</a>
</li>
</ul>
</div>
<div>
<h6 class="title footer-title">Useful links</h6>
<ul class="footer-list list">
<li class="list-item">
<a href="#" class="list-link">Home</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Elements</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Tags</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Authors</a>
</li>
</ul>
</div>
<div>
<h6 class="title footer-title">Company</h6>
<ul class="footer-list list">
<li class="list-item">
<a href="#" class="list-link">Contact us</a>
</li>
<li class="list-item">
<a href="#" class="list-link">F.A.Q</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Careers</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Authors</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Swiper.js -->
<script src="./assets/js/swiper-bundle.min.js"></script>
<!-- Custom script -->
<script src="./assets/js/main.js"></script>
</body>
</html>