Skip to content

Commit

Permalink
Merge branch 'main' into Arceen
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceen authored Oct 22, 2023
2 parents 624139c + 25fc3d4 commit 85290ae
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85290ae

Please sign in to comment.