Skip to content
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
3 changes: 3 additions & 0 deletions Spring/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
Binary file added Spring/Designer (1).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 Spring/Designer.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 Spring/Enjoy GoldSpring Table Water Outdoors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Spring/Gold_Spring_table_water
Submodule Gold_Spring_table_water added at cce977
68 changes: 68 additions & 0 deletions Spring/aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About GoldSpring</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<header>
<h1>GoldSpring Table Water</h1>
<nav>
<ul class="nav_links">
<li><a href="web.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="product.html">PRODUCT</a></li>
<li><a href="sustainability.html">SUSTAINABILITY</a></li>
<li><a href="getoutdoors.html">GET OUTDOOR</a></li>
<li><a href="hydration.html">HYDRATION</a></li>
</ul>
</nav>
</header>

<main>
<section class="about">
<h2>About GoldSpring</h2>
<p>Welcome to GoldSpring, where purity meets refreshment. Our journey began with a commitment to provide the
highest quality table water, sourced from pristine springs and delivered with care.</p>

<p>At GoldSpring, we believe in the importance of hydration and the positive impact it has on well-being.
That's why we go the extra mile to ensure our water is not only pure and refreshing but also
sustainably sourced, leaving a minimal footprint on the environment.</p>

<p>Our commitment to sustainability extends beyond our products. We actively engage in initiatives that
promote environmental conservation, community well-being, and a healthier planet.</p>

<h3>Our Values</h3>
<ul>
<li>Purity: We guarantee the purity of our water, sourced from nature's finest springs.</li>
<li>Refreshment: Experience the crisp and refreshing taste of GoldSpring Table Water.</li>
<li>Sustainability: We are dedicated to sustainable practices that prese rve our environment for future
generations.</li>
<li>Community: GoldSpring is more than water; it's a community dedicated to well-being and a healthier
lifestyle.</li>
</ul>
</section>
</main>

<footer>
<div class="contact-section">
<p><a href="contact.html">CONTACT US</a></p>
</div>
<div class="social-icons">
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/instagram-icon.png" alt="Instagram"></a>
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/facebook-icon.png" alt="Facebook"></a>
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/linkedin-icon.png" alt="LinkedIn"></a>
</div>
<div class="copyright">
&copy; 2023 GoldSpring Table Water. All rights reserved.
</div>
</footer>

</body>

</html>
File renamed without changes
File renamed without changes
Binary file added Spring/dispenser.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 Spring/facebook-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions Spring/getoutdoors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldSpring Table Water</title>
<link rel="stylesheet" href="C:/Users/warep/Spring/style.css">
</head>

<body>
<header>
<h1>GoldSpring Table Water</h1>
<nav>
<ul class="nav_links">
<li><a href="web.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="product.html">PRODUCT</a></li>
<li><a href="sustainability.html">SUSTAINABILITY</a></li>
<li><a href="getoutdoors.html">GET OUTDOOR</a></li>
<li><a href="hydration.html">HYDRATION</a></li>
</ul>
</nav>
</header>

<div class="outdoors">
<h2>Explore Nature with GoldSpring</h2>
<p>At GoldSpring Table Water, we believe in the beauty of the outdoors and the importance of staying connected
with nature. Located in the heart of Makurdi, Benue State, Nigeria, our facility is surrounded by
breathtaking landscapes and serene environments.</p>

<!-- Creative Image Section -->


<p>Whether you're a hiking enthusiast, a fitness lover, or simply someone who enjoys the tranquility of the
outdoors, GoldSpring offers you the perfect opportunity to get outside and embrace the natural wonders that
surround our water source.</p>

<h3>Why Choose GoldSpring for Your Outdoor Adventures?</h3>
<ul>
<li>Refreshment at Its Purest: Our water is sourced from pristine springs, providing you with a natural and
refreshing hydration option for your outdoor activities.</li>
<li>Sustainability in Every Drop: GoldSpring is committed to sustainable water sourcing practices, ensuring
that our outdoor adventures leave minimal impact on the environment.</li>
<li>Breathe in the Freshness: Immerse yourself in the crisp, clean air of Makurdi as you enjoy the purity of
GoldSpring Table Water.</li>
</ul>

<p>Join us in embracing the outdoors, staying active, and savoring the purity of GoldSpring Table Water. Whether
you're exploring the nearby hills, taking a leisurely walk, or engaging in outdoor sports, make GoldSpring
your hydration companion.</p>
</div>

<!-- Rest of your HTML content -->

</body>

</html>
49 changes: 49 additions & 0 deletions Spring/hydration.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldSpring Table Water</title>
<link rel="stylesheet" href="C:/Users/warep/Spring/style.css">
</head>

<body>
<header>
<h1>GoldSpring Table Water</h1>
<nav>
<ul class="nav_links">
<li><a href="web.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="product.html">PRODUCT</a></li>
<li><a href="sustainability.html">SUSTAINABILITY</a></li>
<li><a href="getoutdoors.html">GET OUTDOOR</a></li>
<li><a href="hydration.html">HYDRATION</a></li>
</ul>
</nav>
</header>

<div class="hydration">
<h2>The Art and Science of Hydration</h2>
<p>Hydration is not just about drinking water; it's an essential element for maintaining overall well-being. At
GoldSpring Table Water, we understand the art and science behind proper hydration.</p>

<div class="hydration-tips">
<h3>Top Hydration Tips:</h3>
<ul>
<li><strong>Drink throughout the Day:</strong> Sip water consistently throughout the day to stay
adequately hydrated.</li>
<li><strong>Listen to Your Body:</strong> Thirst is a clear signal that your body needs water. Don't
ignore it!</li>
<li><strong>Optimal Performance:</strong> Proper hydration enhances physical and cognitive performance.
Stay hydrated for peak efficiency.</li>
</ul>
</div>

<p>GoldSpring Table Water is more than just refreshment; it's your partner in maintaining a healthy lifestyle.
Our water undergoes rigorous purification processes, ensuring you get the purest and cleanest hydration.</p>
</div>

</body>

</html>
Binary file added Spring/iceblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions Spring/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldSpring Table Water</title>
<link rel="stylesheet" href="css/style.css">
</head>

<body>
<header>
<h1>GoldSpring Table Water</h1>
<nav>
<ul class="nav_links">
<li><a href="index.html">HOME</a></li>
<li><a href="sustainability.html">SUSTAINABILITY</a></li>
<li><a href="getoutdoors.html">GET OUTDOOR</a></li>
<li><a href="hydration.html">HYDRATION</a></li>
</ul>
</nav>
</header>

<div class="description">
<h2>Welcome to GoldSpring Table Water</h2>
<p>Discover pure and refreshing table water options for a healthy lifestyle.</p>
</div>

<div class="discover">
<h2>What makes us GoldSpring?</h2>
<p> Filtered through ancient, mineral-rich rocks, our water is naturally pure with a consistently clear and
refreshing taste. Thats why we're called GoldSpring - quite simply, our name means Pure Water</p>
<p>We are really proud of our Cumbrian heritage and have been bottling water at source in the beautiful Eden
Valley for 30 years. Today GoldSpring is one of the fastest growing British natural mineral water brands in
Uk, meaning that we can share a little taste of Cumbria far and wide.</p>
<button class="button">LEARN MORE ABOUT WATER</button>
</div>

<div class="sustain">
<h2>Discover pure and refreshing table water options for a healthy lifestyle.</h2>
<a href="sustainability.html">
<button class="button">SUSTAINABILITY</button>
</a>
</div>

<div class="outdoors">
<h4>GET OUTDOORS</h3>
<p>Discover pure and refreshing table water options for a healthy lifestyle.</p>
</div>

<div class="main">

<h5>HYDRATION</h3>
<p>Discover pure and refreshing table water options for a healthy lifestyle.</p>
</div>



<footer>
<div class="contact-section">
<p><a href="contact.html">CONTACT US</a></p>
</div>
<div class="social-icons">
<a href="#" target="_blank"><img src="images/instagram-icon.png"></a>
<a href="#" target="_blank"><img src="images/facebook-icon.png"></a>
<a href="#" target="_blank"><img src="images/linkedin-icon.png"></a>
</div>
<div class="copyright">
&copy; 2023 GoldSpring Table Water. All rights reserved.
</div>
</footer>
</body>

</html>
Binary file added Spring/instagram-icon.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 Spring/linkedin-icon.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 Spring/outdoor.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 Spring/outdoors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions Spring/product.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldSpring Products</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<header>
<h1>GoldSpring Table Water</h1>
<nav>
<ul class="nav_links">
<li><a href="web.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="product.html">PRODUCT</a></li>
<li><a href="sustainability.html">SUSTAINABILITY</a></li>
<li><a href="getoutdoors.html">GET OUTDOOR</a></li>
<li><a href="hydration.html">HYDRATION</a></li>
</ul>
</nav>
</header>

<main>
<section class="products">
<h2>Our Refreshing Products</h2>

<div class="product-item">
<img src="Designer.png" alt="750ml Bottle">
<div class="product-info">
<h3>750ml Bottle</h3>
<p>Quench your thirst with our 750ml premium bottle water. Pure, crisp, and perfect for on-the-go
hydration.</p>
<div class="options">
<select>
<option>Single Bottle</option>
<option>Case of 12</option>
</select>

<button class="add-to-cart">Add to Cart</button>
</div>
</div>
</div>

<div class="product-item">
<img src="Designer (1).png" alt="500ml Bottle">
<div class="product-info">
<h3>500ml Bottle</h3>
<p>Stay refreshed with our 500ml bottle water. Ideal for your daily hydration needs, whether at home,
work, or play.</p>
<div class="options">
<select>
<option>Single Bottle</option>
<option>Case of 12</option>
</select>

<button class="add-to-cart">Add to Cart</button>
</div>
</div>
</div>

<div class="product-item">
<img src="iceblock.png" alt="Ice Blocks">
<div class="product-info">
<h3>Ice Blocks</h3>
<p>Cool down with our premium ice blocks. Perfect for keeping your drinks refreshingly cold during
those hot days.</p>
<div class="options">
<select>
<option>Single Bottle</option>
<option>Case of 12</option>
</select>

<button class="add-to-cart">Add to Cart</button>
</div>
</div>
</div>

<div class="product-item">
<img src="background2.jpg" alt="60cl Sachet Water">
<div class="product-info">
<h3>60cl Sachet Water</h3>
<p>Experience convenience with our 60cl sachet water. Easy to carry and perfect for staying
hydrated wherever you go.</p>
<div class="options">
<select>
<option>Single Bottle</option>
<option>Case of 12</option>
</select>

<button class="add-to-cart">Add to Cart</button>
</div>
</div>
</div>

<div class="product-item">
<img src="dispenser.png" alt="18.9l Water Dispenser">
<div class="product-info">
<h3>18.9l Water Dispenser</h3>
<p>For home or office, our 18.9l water dispenser ensures a continuous supply of refreshing GoldSpring
water.</p>
<div class="options">
<select>
<option>Single Bottle</option>
<option>Case of 12</option>
</select>

<button class="add-to-cart">Add to Cart</button>
</div>
</div>
</div>
</section>
</main>

<footer>
<div class="contact-section">
<p><a href="contact.html">CONTACT US</a></p>
</div>
<div class="social-icons">
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/instagram-icon.png"></a>
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/facebook-icon.png"></a>
<a href="#" target="_blank"><img src="C:/Users/warep/Spring/linkedin-icon.png"></a>
</div>
<div class="copyright">
&copy; 2023 GoldSpring Table Water. All rights reserved.
</div>
</footer>

</body>

</html>
Loading