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

Top sellers #1718

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0104305
update package.js+structura htm in partials
Ancasab Jun 1, 2024
81a28a4
feat: structura folder css
Ancasab Jun 1, 2024
d4439cb
feat:< head > set up + <body> include partials
Ancasab Jun 1, 2024
a60dc26
feat: populat general-style .css
Ancasab Jun 1, 2024
01b933e
back to package.js original
Ancasab Jun 1, 2024
d8d61b1
images- herosection
Ancasab Jun 1, 2024
04ea944
images-Review section
Ancasab Jun 1, 2024
e61abd4
images-unique_components
Ancasab Jun 1, 2024
b1cfafa
images-subscribe section
Ancasab Jun 1, 2024
bed068f
images-top-seller
Ancasab Jun 2, 2024
5d1f4f6
images - Subscribe Pop Up
Ancasab Jun 2, 2024
640b4d0
images-how-its-made-section
Ancasab Jun 2, 2024
60abe18
update package.js
Ancasab Jun 2, 2024
f809cfa
Test header
Ancasab Jun 2, 2024
e143390
edit
Teyo06 Jun 2, 2024
65c93cd
edit
Teyo06 Jun 2, 2024
606eb41
icons- svg
Ancasab Jun 3, 2024
b5785e4
header-desktop
Ancasab Jun 3, 2024
0d58e38
Merge pull request #4 from Ancasab/Teo
Ancasab Jun 3, 2024
8771b81
Ajustat html 4 Our Products, Subscribe, Tope Seller
Ancasab Jun 3, 2024
8666acb
delete fisierul de unique- components
Ancasab Jun 3, 2024
304fe60
task=unique-ingredients
ghvcbvvb Jun 3, 2024
391fccc
Blocked in progress
ghvcbvvb Jun 3, 2024
a035b4b
does not work
ghvcbvvb Jun 3, 2024
ac0bd27
task=how-is-made
ghvcbvvb Jun 4, 2024
a5fde61
Update unique-components.css
ghvcbvvb Jun 4, 2024
7a28d15
header - temporar
Ancasab Jun 4, 2024
1e3fcb8
task=unique-components
ghvcbvvb Jun 4, 2024
ce1311e
header -fara stilizare Menu
Ancasab Jun 4, 2024
9d10d43
added hero section
ARGFL Jun 4, 2024
5c019e0
draft fereastra menu
Ancasab Jun 4, 2024
88a13f1
Merge pull request #8 from Ancasab/feature/header
Ancasab Jun 4, 2024
4c06126
Merge pull request #7 from Ancasab/unique-components
Ancasab Jun 4, 2024
79ad24f
Merge pull request #6 from Ancasab/hm
Ancasab Jun 4, 2024
5f19612
header completed w menu
Ancasab Jun 4, 2024
a73389d
corectie header social media svg color
Ancasab Jun 4, 2024
f093c8f
footer html and draft css
Ancasab Jun 4, 2024
3f2eada
subscribe -Teo branch + footer
Ancasab Jun 5, 2024
9aed4b8
Fine tune footer
Ancasab Jun 5, 2024
6467809
advantages cod
ARGFL Jun 5, 2024
85d7e1d
update hero
ARGFL Jun 5, 2024
b282cba
Merge pull request #10 from Ancasab/feature/advantages
Ancasab Jun 5, 2024
72cfbb5
edit our products/top sellers/ subscribe
Teyo06 Jun 5, 2024
411a7a1
Merge pull request #11 from Ancasab/Our-products/top-sellers/subscribe-
Ancasab Jun 6, 2024
1c9b5d7
Adaugat margin-button pt toate sectiunile
Ancasab Jun 6, 2024
013aa5e
Subscribe.css - stilizare responsive
Ancasab Jun 6, 2024
6214e31
link-uri ancoră ce duc la secțiunile
Ancasab Jun 6, 2024
2ec8cdc
Update hero and index js link
ARGFL Jun 7, 2024
93f35bf
Merge branch 'main' into hero/updates
Ancasab Jun 7, 2024
bcdf21f
Merge pull request #12 from Ancasab/hero/updates
Ancasab Jun 7, 2024
14ab322
hero- as per Adina
Ancasab Jun 7, 2024
a6c91fe
final edit -our products
Teyo06 Jun 7, 2024
8b0c3d6
edit top sellers
Teyo06 Jun 9, 2024
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
187 changes: 97 additions & 90 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "parcel-project-template",
"version": "2.0.0",
"description": "",
"homepage": "https://goitacademy.github.io/parcel-project-template",
"homepage": "ancasab.github.io/HTML-CSS-Team2Project/",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /parcel-project-template/"
"build": "parcel build src/*.html --public-url /HTML-CSS-Team2Project/"
},
"repository": {
"type": "git",
Expand Down
65 changes: 65 additions & 0 deletions src/css/advantages.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
img,picture,svg {
max-width: 100%;
display: block;}

:root {
--orange: #FD9222;
--white: #FFFFFF;
--black: #111111;
--dark-violet:#1E1823;
--primary-font: 'Montserrat', sans-serif;

}


.benefits_container {
margin: 0 auto;
max-width: 1200px;
margin-top: 30px;
margin-bottom: 128px; /* Adaugat Anca */
display: flex;
flex-wrap: wrap;
/* justify-content: center; */
background-color: #1E1823;
color: white;
padding: 2em;
}


.element {
width: 30%;
}

.element + .element {
margin-left: 50px;
}

.benefits_icons{
width: 25px;
height: 25px;
margin-bottom: 30px;
border-radius: 100px;
/* padding: 20px 20px;
border-radius: 100px;
border: 1px solid ; */
}

.elements_text h2 {
font-weight: 600;
font-family: var(--primary-font);
font-size: 18px;
line-height: 22px;
color: var(--white);

}

.elements_text p {
font-weight: 400;
font-family: var(--primary-font);
font-size: 10x;
line-height: 17px;
letter-spacing: -2%;
color: var(--white)
rgba(255, 255, 255, 0.7);
margin-top: 1em;
}
162 changes: 162 additions & 0 deletions src/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
.footer-section {
display: flex;
max-width: 1200px;
width: 100%;
min-height: 270px;
margin: 0 auto;
flex-direction: column;
justify-content: space-between;
background-color: var(--black);
color: var(--white);

}

@media screen and (max-widt: 374px) {
.footer-section {
height: 440px;
}
}

.footer-container {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin-left: 50px;
margin-right: 50px;;

}

.footer-container p {
font-size: 28px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.02em;
text-align: left;
margin-top: 32px;

}
@media screen and (max-width: 374px) {
.footer-container p {
font-size: 24px;
line-height: 1.2;
}
}

.footer__slogan {
color: var(--orange);
}

.footer-contact {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: baseline;
}

.footer-contact p,
.footer-contact a {
font-size: 14px;
font-weight: 400;
line-height: 1.3;
letter-spacing: -0.02em;
color:var(--white);
}

.footer_social {
display: flex;
justify-content: space-between;
align-items: center;
gap: 18px;

}

@media screen and (max-width: 374px) {
.footer_social {
gap: 14px;
margin-right: 20px;
}
}


.footer_social li {
list-style: none;
width: 24px;
height: 24px;

}

.footer_social__icon {
fill: var(--black);
stroke: var(--white);
width: 20px;
height: 20px;
cursor: pointer;
}

.footer__line {
display:flex;
max-width: 1136px;
width: 100%;
height: 0px;
margin: 0 auto;
border: 1px solid #FFFFFF1A;
padding-left: 32px;
padding-right: 32px;
margin-top: 62px;


}
@media screen and (max-width: 767px) {
.footer__line {
max-width: 704px;
padding-left: 32px;
padding-right: 32px;

}
}

@media screen and (max-width: 374px) {
.footer__line {
/* max-width: 1136px;
padding-left: 32px;
padding-right: 32px; */
max-width: 335px;
padding-left: 20px;
padding-right: 20px;
}
}

.footer__navigation {
list-style: none;
display: flex;
/* flex-direction: raw; */
align-items: center;
justify-content: center;
max-width: 532px;
gap: 25px;
margin-left: 32px;
margin-bottom: 50px;

}

@media screen and (max-width: 374px) {
.footer__navigation {
display: flex;
flex-direction: column;
justify-content:flex-start;
align-items: baseline;
gap: 18px;
margin-left: 20px;
margin-bottom: 32px;

}
}

.footer__navigation a {
text-decoration: none;
color: var(--white);
font-size: 14px;
font-weight: 500;
line-height: 1.14;
letter-spacing: -0.02em;
}
22 changes: 22 additions & 0 deletions src/css/general-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*,*::before,*::after {
box-sizing: border-box;
}

* {
margin: 0;
padding: 0;

}

body {
font-family: var(--primary-font);
background-color: var(--white);
}
:root {
--orange: #FD9222;
--white: #FFFFFF;
--black: #111111;
--dark-violet:#1E1823;
--primary-font: 'Montserrat', sans-serif;

}
Loading