-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (49 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | News homepage</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<div class="container">
<div class="links">
<a href="home-link" type="_blank"> Home</a>
<a href="New-link" type="_blank"> New</a>
<a href="Popular-link" type="_blank"> Popular</a>
<a href=" Trending-link" type="_blank"> Trending</a>
<a href="Categories-link" type="_blank"> Categories</a>
</div>
<div class="left-container">
<img src="./assets/images/image-web-3-desktop.jpg" alt="webimage" class="webimage">
<section class="left-flex">
<h1 class="heading-line">The Bright Future of Web 3.0?</h1>
<p class=" para"> We dive into the next evolution of the web that claims to put the power of the platforms back into the hands of the
people.
But is it really fulfilling its promise?</p>
<button class="button-lefttop-flex" type="button" formtarget="_blank">Read more</button>
</section>
</div>
<div class="right-topside">
<h1 class="heading-right-topside">New</h1>
<h3class="hydrogen-right-topside">Hydrogen VS Electric Cars</h3>
Will hydrogen-fueled cars ever catch up to EVs?
The Downsides of AI Artistry
What are the possible adverse effects of on-demand AI image generation?
Is VC Funding Drying Up?
Private funding by VC firms is down 50% YOY. We take a look at what that means.
01
Reviving Retro PCs
What happens when old PCs are given modern upgrades?
02
Top 10 Laptops of 2022
Our best picks for various needs and budgets.
03
The Growth of Gaming
How the pandemic has sparked fresh opportunities.
</div>
</body>
</html>