Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

student 3 part #34

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions Donation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donate to Charity</title>
<link rel="stylesheet" href="css/donation.css">
<link rel="stylesheet" href="css/header_&_footer.css">

</head>

<body>
<header>

<a href="index.html"><img src="assets/icon/Untitled-1-Recovered-Recovered.png" id="nav-logo" alt=""></a>
<nav>
<a href="index.html" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#project">Projects</a>
<a href="index.html#blog">Blog</a>
</nav>
</header>

<main>
<section class="donation-form">
<h2>Make a Donation</h2>
<form action="#" method="POST">
<!-- Donation Amount -->
<label for="donation-amount">Select Donation Amount:</label>
<select id="donation-amount" name="donation-amount">
<option value="10">$10</option>
<option value="20">$20</option>
<option value="50">$50</option>
<option value="100">$100</option>
<!-- Add more options as needed -->
</select>

<!-- Contact Information -->
<h3>Contact Information</h3>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>

<label for="email">Email:</label>
<input type="email" id="email" name="email" required>

<label for="phone">Phone:</label>
<input type="tel" id="phone" name="phone">

<!-- Donation Purpose -->
<h3>Donation Purpose</h3>
<label for="purpose">Select Purpose:</label>
<select id="purpose" name="purpose">
<option value="general">General Donation</option>
<option value="specific">Specific Cause</option>
</select>

<!-- Message -->
<label for="message">Message (optional):</label>
<textarea id="message" name="message" rows="4"></textarea>

<!-- Proceed to Payment -->
<div class="proceed-to-pay">
<button type="submit">Proceed to Payment</button>
</div>
</form>
<div id="thank-you" class="hidden">
<h2>Thank You for Your Donation!</h2>
<p>Your support means a lot to us.</p>
</div>
</section>
</main>

<footer>
<div class="wrapper_footer">

<div class="footer-left">
<img src="assets/icon/ftguyfiu.jpg">
<img src="assets/icon/projectlogo.jpg">

<p class="footer-nav"><a href="index.html">HOME </a> | <a href="shop.html">SHOP</a> | <a href="volunteer.html">VOLUNTEER REGISTER</a> | <a href="#">GALLERY</a> | <a href="team.html">OUR TEAM</a></p>

<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms &amp; Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="footer-right">
<a href="#" class="social facebook">Facebook</a>
<a href="#" class="social twitter">Facebook</a>
<a href="#" class="social google">Facebook</a>
</div>
<div class="clear"></div>
</div>
</footer>
<script src="js/donation.js"></script>
</body>

</html>
Binary file added assets/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Elephant-Mug.webp
Binary file not shown.
Binary file added assets/Untitled-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Visa-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/WomenTshirt.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blueBracelet.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bracelet.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clayBeadNecklace.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clayNecklace.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/deerprintMug.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/forestWallpaper.webp
Binary file not shown.
Binary file added assets/icon/Group 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/Untitled-1-Recovered-Recovered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/ftguyfiu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/projectlogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leaf2wallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leaf3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leaf4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leapordBottle.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leaves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mastercard (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/menTshirt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/menTshirt2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mugE.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/parallax/151515.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/parallax/Asdfset dgjtdgj1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/parallax/bush-Recovered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/parallax/bush.png
Binary file modified assets/parallax/bush1.png
Binary file added assets/parallax/left.png
Binary file added assets/parallax/right.png
Binary file added assets/shopping-cart.png
Binary file added assets/team/dasun.jpg
Binary file added assets/team/nilasi.png
Binary file added assets/team/pasan.png
Binary file added assets/turtleBottle.jpg
Binary file added assets/womenTshirt2.jpg
Binary file added assets/xsfgsdg.jpg
37 changes: 29 additions & 8 deletions blog1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/tmp.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blur-card.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" href="css/header_&_footer.css">
<link rel="stylesheet" href="css/blog.css">
<title>Blog/Origin-Stories</title>
</head>
<body>
<header>

<h1>GAIA</h1>
<a href="index.html"><img src="assets/icon/Untitled-1-Recovered-Recovered.png" id="nav-logo" alt=""></a>
<nav>
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#project">Projects</a>
<a href="#blog">Blog</a>
<a href="index.html" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#project">Projects</a>
<a href="index.html#blog">Blog</a>
</nav>
</header>


<!--HOME HERE-->
<section id="home" class="home">
<img src="assets/YalaElephant2.jpg" alt="blogpic">
<img src="assets/previous/YalaElephant.jpg" alt="blogpic">
<h1 class="title">ORIGIN STORIES</h1>
</section>

Expand Down Expand Up @@ -96,8 +96,29 @@ <h5>Beach Cleanups</h5>
<div class="buttons">
<a href="" class="button-1">Read More</a>
</div>
<a href="pageeditor_student3.html"><button>Student <br> (Page Editor)</button></a>
</section>

<footer>
<div class="wrapper_footer">

<div class="footer-left">
<img src="assets/icon/ftguyfiu.jpg">
<img src="assets/icon/projectlogo.jpg">

<p class="footer-nav"><a href="index.html">HOME </a> | <a href="shop.html">SHOP</a> | <a href="volunteer.html">VOLUNTEER REGISTER</a> | <a href="#">GALLERY</a> | <a href="team.html">OUR TEAM</a></p>

<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms &amp; Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="footer-right">
<a href="#" class="social facebook">Facebook</a>
<a href="#" class="social twitter">Facebook</a>
<a href="#" class="social google">Facebook</a>
</div>
<div class="clear"></div>
</div>
</footer>
</body>

</html>
35 changes: 27 additions & 8 deletions blog2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/tmp.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blur-card.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" href="css/header_&_footer.css">
<link rel="stylesheet" href="css/blog.css">
<title>Blog/Volunteer Stories</title>
</head>
<body>
<header>

<h1>GAIA</h1>
<a href="index.html"><img src="assets/icon/Untitled-1-Recovered-Recovered.png" id="nav-logo" alt=""></a>
<nav>
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#project">Projects</a>
<a href="#blog">Blog</a>
<a href="index.html" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#project">Projects</a>
<a href="index.html#blog">Blog</a>
</nav>
</header>


<!--HOME HERE-->
<section id="home" class="home">
<img src="assets/YalaDeer.jpg" alt="blogpic">
<img src="assets/previous/YalaDeer.jpg" alt="blogpic">
<h1 class="title">VOLUNTEER STORIES</h1>
</section>

Expand Down Expand Up @@ -99,7 +99,26 @@ <h5>Beach Cleanups</h5>
<a href="" class="button-1">Read More</a>
</div>
</section>
<footer>
<div class="wrapper_footer">

<div class="footer-left">
<img src="assets/icon/ftguyfiu.jpg">
<img src="assets/icon/projectlogo.jpg">

<p class="footer-nav"><a href="index.html">HOME </a> | <a href="shop.html">SHOP</a> | <a href="volunteer.html">VOLUNTEER REGISTER</a> | <a href="#">GALLERY</a> | <a href="team.html">OUR TEAM</a></p>

<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms &amp; Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="footer-right">
<a href="#" class="social facebook">Facebook</a>
<a href="#" class="social twitter">Facebook</a>
<a href="#" class="social google">Facebook</a>
</div>
<div class="clear"></div>
</div>
</footer>
</body>

</html>
42 changes: 31 additions & 11 deletions blog3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/tmp.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blur-card.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" href="css/header_&_footer.css">
<link rel="stylesheet" href="css/blog.css">
<title>Blog/Volunteer Stories</title>

<title>Blog/Life On Land</title>
</head>
<body>
<header>

<h1>GAIA</h1>
<a href="index.html"><img src="assets/icon/Untitled-1-Recovered-Recovered.png" id="nav-logo" alt=""></a>
<nav>
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#project">Projects</a>
<a href="#blog">Blog</a>
<a href="index.html" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#project">Projects</a>
<a href="index.html#blog">Blog</a>
</nav>
</header>


<!--HOME HERE-->
<section id="home" class="home">
<img src="assets/YalaDeer.jpg" alt="blogpic">
<h1 class="title">VOLUNTEER STORIES</h1>
<img src="assets/previous/YalaJaguar.jpg" alt="blogpic">
<h1 class="title">Life On Land</h1>
</section>


Expand Down Expand Up @@ -120,7 +121,26 @@ <h5>Beach Cleanups</h5>
<a href="" class="button-1">Read More</a>
</div>
</section>

<footer>
<div class="wrapper_footer">

<div class="footer-left">
<img src="assets/icon/ftguyfiu.jpg">
<img src="assets/icon/projectlogo.jpg">

<p class="footer-nav"><a href="index.html">HOME </a> | <a href="shop.html">SHOP</a> | <a href="volunteer.html">VOLUNTEER REGISTER</a> | <a href="#">GALLERY</a> | <a href="team.html">OUR TEAM</a></p>

<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms &amp; Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="footer-right">
<a href="#" class="social facebook">Facebook</a>
<a href="#" class="social twitter">Facebook</a>
<a href="#" class="social google">Facebook</a>
</div>
<div class="clear"></div>
</div>
</footer>
</body>

</html>
36 changes: 27 additions & 9 deletions blog4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/tmp.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blur-card.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" href="css/header_&_footer.css">
<link rel="stylesheet" href="css/blog.css">
<title>Blog/Beach-Cleanup Project</title>
</head>
<body>
<header>

<h1>GAIA</h1>
<a href="index.html"><img src="assets/icon/Untitled-1-Recovered-Recovered.png" id="nav-logo" alt=""></a>
<nav>
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#project">Projects</a>
<a href="#blog">Blog</a>
<a href="index.html" class="active">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#project">Projects</a>
<a href="index.html#blog">Blog</a>
</nav>
</header>

Expand Down Expand Up @@ -98,7 +98,7 @@ <h6>Dasun</h6>
<p>Whether you want to volunteer in our vet clinic or for beach cleanups. We at Gaia welcome
all volunteers. We have volunteers working with us throughout the Year, and they are the foundation
of our project.<br> It's nit just volunteering, we have fun too!</p>
<a href="blog2.html">Read Her Experience</a>
<a href="blog2.html">Read His Experience</a>
</li>
<li>
<div class="image-container">
Expand All @@ -119,7 +119,25 @@ <h5>Elephant Rescue</h5>
<a href="" class="button-1">Read More</a>
</div>
</section>

<footer>
<div class="wrapper_footer">

<div class="footer-left">
<img src="assets/icon/ftguyfiu.jpg">
<img src="assets/icon/projectlogo.jpg">

<p class="footer-nav"><a href="index.html">HOME </a> | <a href="shop.html">SHOP</a> | <a href="volunteer.html">VOLUNTEER REGISTER</a> | <a href="#">GALLERY</a> | <a href="team.html">OUR TEAM</a></p>

<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms &amp; Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="footer-right">
<a href="#" class="social facebook">Facebook</a>
<a href="#" class="social twitter">Facebook</a>
<a href="#" class="social google">Facebook</a>
</div>
</div>
</footer>
</body>

</html>
Loading