-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,32 @@ | |
<!-- font awesome cdn --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
||
<link rel="icon" type="image/x-icon" href="./assets/images/4x/logo.webp" /> | ||
|
||
<link rel="icon" type="image/x-icon" href="./assets/images/4x/logo.webp" /> | ||
// Also Added bootstrap | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="./assets/css/style.css" /> | ||
<link rel="stylesheet" href="./assets/css/responsiveness.css" /> | ||
</head> | ||
<body> | ||
<div class="banner section"> | ||
<nav> | ||
<div class="logo"> | ||
<img | ||
src="./assets/images/4x/typography_logo.webp" | ||
|
||
alt="Logo" | ||
width="160px" | ||
/> | ||
</div> | ||
<div id="nav-text" class="nav_buttons"> | ||
<a href="#" class="nav_button">HOME</a> | ||
<a href="#donates" class="nav_button">DONATE</a> | ||
<a href="#goals" class="nav_button">ABOUT</a> | ||
<a href="#footer" class="nav_button">CONTACT US</a> | ||
</div> | ||
</nav> | ||
<!-- Menu Bar --> | ||
<div class="MenuBar"> | ||
<link rel="stylesheet" href="./assets/css/style.css" /> | ||
<link rel="stylesheet" href="./assets/css/responsiveness.css" /> | ||
</head> | ||
|
@@ -115,12 +139,12 @@ | |
<button id="showPopupButton">JUST $1 PLANTS A TREE</button> | ||
</div> | ||
|
||
<div class="get_involved section"> | ||
<div class="Option" id="_1">INDIVIDUALS</div> | ||
<div class="Option" id="_2">BUSINESSES</div> | ||
<div class="Option" id="_3">SCHOOLS</div> | ||
</div> | ||
|
||
<!--Added margin to bottom--> | ||
<div class="get_involved section mb-5"> | ||
<div class="Option" id="_1">INDIVIDUALS</div> | ||
<div class="Option" id="_2">BUSINESSES</div> | ||
<div class="Option" id="_3">SCHOOLS</div> | ||
</div> | ||
<div class="events section"> | ||
<div class="plant_with_us"> | ||
PLANT WITH US<span class="join_us">Join our local events and make a positive impact with your own | ||
|