Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
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
147 changes: 145 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,146 @@
/* Add your CSS here */

/* Dont' forget to link this file to your HTML in the <head> */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Quicksand:wght@300&display=swap');

/* Colors */
:root {
--dark-beige: #E6DACD;
--light-beige: #F4ECE6;
--royal-blue: #0150FD;
--black: #000;
--white: #FFF;
}

/* Body */
body {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
margin: 0;
padding: 0;
}

/* Headings */
h1, h2 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin: 0;
}

/* Header */
header {
background-color: var(--light-beige);
display: flex;
justify-content: space-between;
padding: 16px 32px;
}

/* Navbar */
.navbar {
display: flex;
align-items: center;
}

.navbar-menu {
display: none;
}

.navbar-title {
margin: 0 32px;
}

.navbar-title h1 {
color: var(--royal-blue);
}

.navbar-buttons-login {
display: flex;
align-items: center;
margin-right: 16px;
}

.navbar-buttons-login a {
color: var(--black);
text-decoration: none;
margin-left: 8px;
}

.navbar-buttons-orderonline {
background-color: var(--royal-blue);
padding: 8px 16px;
border-radius: 16px;
}

.navbar-buttons-orderonline button {
color: var(--white);
font-weight: 600;
border: none;
background-color: transparent;
cursor: pointer;
}

/* Content Section 1 */
.content-section-1 {
display: flex;
justify-content: space-between;
padding: 32px;
background-color: var(--dark-beige);
color: var(--white);
}

.content-section-1 h1 {
font-size: 48px;
margin-bottom: 16px;
}

.content-section-1 h2 {
font-size: 24px;
margin-bottom: 32px;
}

.content-section-1-explore-flavours button {
background-color: var(--white);
color: var(--royal-blue);
font-weight: 600;
border: none;
padding: 8px 16px;
border-radius: 16px;
cursor: pointer;
}

/* Juice Banner */
.juice-banner {
background-image: url('https://via.placeholder.com/1200x400');
background-repeat: no-repeat;
background-size: cover;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.juice-banner p {
font-size: 24px;
margin-bottom: 16px;
color: var(--white);
}

.juice-banner a {
background-color: var(--royal-blue);
color: var(--white);
font-weight: 600;
border: none;
padding: 16px 32px;
border-radius: 16px;
text-decoration: none;
cursor: pointer;
}

/* Content Section 2 */
.content-section-2 {
padding: 64px 32px;
text-align: center;
}

.content-section-2 h1 {
font-size: 48
}
149 changes: 147 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,158 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Add a link to your custom CSS here -->
<link rel="stylesheet" href="./css/main.css">

<title>Responsive grid project</title>

<title>Juice Bar</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Questrial&family=Raleway:ital@1&family=Roboto:wght@300&display=swap"
rel="stylesheet">
</head>

<body>
<header>
<section class="navbar">
<div class="navbar-menu">
<i class="fa-sharp fa-solid fa-bars"></i>
</div>
<div class="navbar-title">
<h1>Juice Bar</h1>
</div>
<div class="navbar-buttons">
<div class="navbar-buttons-login">
<i class="fa-light fa-user"></i>
<a href="#">log in</a>
</div>
<div class="navbar-buttons-orderonline">
<button>Order Online</button>
</div>
</div>

</section>
</header>

<main>
<section class="content-section-1">
<div>
<h1>Fuel Your Body. Balance Your Mind.</h1>
<h2>Organic Cold Pressed Juices & Smoothies</h2>
</div>
<div class="content-section-1-explore-flavours">
<button>Explore Flavours</button>
</div>
</section>

<section class="juice-banner">
<!-- image in here -->
<div>
<p>Get 10% off your first Online Order.</p>
<a href="#">Try Now</a>
</div>
</section>

<section class="content-section-2">
<div>
<h1>What Makes Us Different</h1>
</div>
<div class="content-section-2-info">
<div>
<h2>Locally Sourced</h2>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
<div>
<h2>100% Natural Ingredients</h2>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
<div>
<h2>Just Picked Freshness</h2>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
</div>
</section>

<section class="content-section-3">
<div class="content-section-3-image"><!-- image -->
</div>
<div class="content-section-3-our-vision">
<h1>Boosting Immunity the Way Nature Intended</h1>
<p>I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or
double
click me to add your own content and make changes to the font. I’m a great place for you to tell a
story
and let your users know a little more about you.</p>
<button>our vision</button>
</div>
</section>

<section class="content-section-4">
<div class="content-section-4-title">
<h1>Choose Your Wellness Path</h1>
</div>
<div class="content-section-4-welness-path">
<div class="content-section-4-welness-path-juices">
<!-- image -->
<h1>Pure Hydration with Сold Pressed Juices</h1>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
<div class="content-section-4-welness-path-smoothies">
<!-- image -->
<h1>Soft & Creamy Organic Smoothies</h1>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
<div class="content-section-4-welness-path-shots">
<!-- image -->
<h1>The Power of Wellness Shots</h1>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p>
</div>
</div>
<div class="content-section-4-button">
<button>View All</button>
</div>
</section>

<section class="content-section-5">
<div class="content-section-5-image"><!-- image -->
</div>
<div class="content-section-5-special-kit">
<h1>Discover Our Special Cleanse Kit</h1>
<p>I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or
double
click me to add your own content and make changes to the font. Feel free to drag and drop me
anywhere
you like on your page. I’m a great place for you to tell a story and let your users know a little
more
about you.​</p>
</div>
<button>Our Vision</button>
</div>
</section>

<section class="content-section-6">
<div class="content-section-6-title">
<h1>Get Juice Bar</h1>
</div>
<div class="content-section-6-delivery">
<div>
<h1>Local Delivery</h1>
<p>I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div>
<h1>In Store Pick Up</h1>
<p>I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div>
<h1>Curbside Pick Up</h1>
<p>I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
</div>
</section>

</main>
<footer>© 2035 by Juice Bar.</footer>
<!-- Add your markup here -->


Expand Down