Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
karenferr committed Jul 18, 2024
1 parent 2a41c98 commit 9fb5f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
33 changes: 9 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<!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">
Expand All @@ -35,7 +32,7 @@
<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. Patients report complete recovery within weeks.</p>
<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">
Expand All @@ -54,48 +51,41 @@ <h2><a href="./" class="h2">End of Laboratory Suffering with Alternative Testing
<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, revitalizing ecosystems and the local economy.</p>

<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 in Humans and Animals</a></h2>
<p class="p">A new universal vaccine promises protection against a wide range of viral and bacterial diseases, improving global health.</p>

<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, accelerating the recovery of tropical and temperate forests.</p>
<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, ushering in an era of clean, unlimited energy and ending dependence on fossil fuels.</p>

<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, protecting them from abuse and exploitation worldwide.</p>

<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="">
Expand All @@ -109,26 +99,21 @@ <h2><a href="./" class="h2">Rise in Plant-Based Diets for Pets Shows Nutritional
<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 Worldwide</a></h2>
<p class="p">The measure aims to protect shark populations and preserve marine ecosystems.</p>
<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>
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,3 @@ h1 a {
.nav-mobile {
display: none;
}

0 comments on commit 9fb5f14

Please sign in to comment.