-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (119 loc) · 5.18 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/logo.png">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<title>The News</title>
</head>
<body>
<header>
<div class="header-img">
<a href=""><img class="logo-img" src="img/logo.png" alt="Natureza Viva Logo" srcset="" width="200px"></a>
</div>
<div class="linex"></div>
<nav class="nav">
<ul>
<li><a href="./">Home</a></li>
<li><a href="./">Environment</a></li>
<li><a href="./">Health</a></li>
<li><a href="./">Animals</a></li>
<li><a href="./">Sustainability</a></li>
<li><a href="./">Innovation</a></li>
<li><a href="./">Community</a></li>
<li><a href="./">About Us</a></li>
<li><a href="./">Contact</a></li>
</ul>
</nav>
</header>
<div class="linex"></div>
<main>
<div class="left">
<h1><a href="./">Cure for Cancer Discovered: <br>"Genetic Treatment Revolutionizes Medicine"</a></h1>
<p class="subtitle">In a historic breakthrough, researchers develop a genetic therapy that eradicates cancer without side effects.</p>
<div class="linex"></div>
<div class="newsx1">
<div class="new">
<img src="img/1.webp" alt="">
<h3 class="h3">Planet Sustainability</h3>
<h2><a href="./" class="h2">Carbon Emissions Reduced to Pre-Industrial Levels</a></h2>
<p class="p">Innovations in renewable energy and strict environmental policies achieve a historic milestone in combating climate change.</p>
</div>
<div class="new">
<img src="img/2.webp" alt="">
<h3 class="h3">Animal Welfare</h3>
<h2><a href="./" class="h2">End of Laboratory Suffering with Alternative Testing Technologies</a></h2>
<p class="p">New methods such as organoids and computational models eliminate the need for animals in scientific research.</p>
</div>
<div class="new">
<img src="img/3.webp" alt="">
<h3 class="h3">Clean Oceans</h3>
<h2><a href="./" class="h2">Great Barrier Reef Fully Restored</a></h2>
<p class="p">Marine restoration initiatives bring vibrant life back to the Great Barrier Reef</p>
</div>
</div>
<div class="linex"></div>
<div class="newsx2">
<div class="new">
<h3 class="h3">Universal Vaccine</h3>
<h2><a href="./" class="h2">Eradication of Infectious Diseases</a></h2>
<p class="p">A new universal vaccine promises protection against a wide range of viral and bacterial diseases</p>
</div>
<div class="new">
<h3 class="h3">Smart Forests</h3>
<h2><a href="./" class="h2">Automated Reforestation Transforms Degraded Landscapes</a></h2>
<p class="p">Drones and AI are used to plant trees in devastated areas</p>
</div>
<div class="new">
<h3 class="h3">Infinite Energy</h3>
<h2><a href="./" class="h2">Safe, Clean Fusion Power Now Globally Available</a></h2>
<p class="p">Fusion power becomes a practical reality</p>
</div>
</div>
</div>
<div class="right">
<div class="liney"></div>
<div class="newsy">
<div class="new">
<img src="img/4.webp" alt="">
<h3 class="h3 green-color">Global Protection</h3>
<h2><a href="./" class="h2">International Animal Protection Treaty Ensures Universal Rights</a></h2>
<p class="p">A new international treaty guarantees basic rights to all animals</p>
</div>
<div class="new">
<img src="img/5.webp" alt="">
<h3 class="h3 green-color">Eco-Friendly Transport</h3>
<h2><a href="./" class="h2">First 100% Electric Bus Fleet Launched in the Amazon</a></h2>
</div>
<div class="new">
<img src="img/6.webp" alt="">
<h3 class="h3 green-color">Pet Nutrition</h3>
<h2><a href="./" class="h2">Rise in Plant-Based Diets for Pets Shows Nutritional and Environmental Benefits</a></h2>
</div>
</div>
<div class="liney"></div>
<div class="newsy">
<div class="new">
<img src="img/7.webp" alt="">
<h3 class="h3 orange-color">Health Innovation</h3>
<h2><a href="./" class="h2">Scientists Develop Universal Vaccine for Common Pet Diseases</a></h2>
</div>
<div class="new">
<img src="img/8.webp" alt="">
<h3 class="h3 orange-color">Urban Greening</h3>
<h2><a href="./" class="h2">Urban Bamboo Plantations Help Reduce Air Pollution in Major Cities</a></h2>
<p class="p">Bamboo, known for its high CO2 absorption and oxygen release, is transforming urban landscapes.</p>
</div>
<div class="new">
<img src="img/9.webp" alt="">
<h3 class="h3 orange-color">Marine Conservation</h3>
<h2><a href="./" class="h2">New International Law Bans Shark Fishing</a></h2>
<p class="p">The measure aims to protect shark populations</p>
</div>
</div>
</div>
</main>
</body>
</html>