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

about.section #1721

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0cbaa1d
footer-section
reutmihai Jun 1, 2024
c33d527
footer-section
reutmihai Jun 1, 2024
7d27abf
Catalog section
AlinaElenaDogaru Jun 4, 2024
4ccc35c
Part of responsive
AlinaElenaDogaru Jun 4, 2024
0434b12
Small change
AlinaElenaDogaru Jun 4, 2024
abdade7
.
AlinaElenaDogaru Jun 4, 2024
4a051a3
.
AlinaElenaDogaru Jun 4, 2024
ee3583f
Resolved errors
AlinaElenaDogaru Jun 4, 2024
df708b6
Update package.json
AlinaElenaDogaru Jun 4, 2024
f54f2b6
Merge pull request #1 from AlinaElenaDogaru/catalog
AlinaElenaDogaru Jun 5, 2024
73f8456
Update package.json
AlinaElenaDogaru Jun 5, 2024
a2a2e51
Merge pull request #2 from AlinaElenaDogaru/catalog
AlinaElenaDogaru Jun 5, 2024
a40f2c8
Test
AlinaElenaDogaru Jun 5, 2024
6134c39
Merge pull request #3 from AlinaElenaDogaru/catalog
AlinaElenaDogaru Jun 5, 2024
0bd602f
Update footer.css
reutmihai Jun 5, 2024
53035ed
finish footer section
reutmihai Jun 5, 2024
267d239
Update footer-section.html
reutmihai Jun 5, 2024
5be17c7
Update footer.css
reutmihai Jun 5, 2024
3351aca
ready for pr
reutmihai Jun 6, 2024
ed4fbdb
Merge branch 'main' into footer-section
AlinaElenaDogaru Jun 7, 2024
e60edea
Merge pull request #4 from AlinaElenaDogaru/footer-section
AlinaElenaDogaru Jun 7, 2024
022384e
sectiunea sale
renaerdelyi Jun 9, 2024
1422f28
sectiune sale modificare1
renaerdelyi Jun 9, 2024
a32d182
sectiunea sale modificare2
renaerdelyi Jun 9, 2024
f848bec
Merge branch 'main' into sale
AlinaElenaDogaru Jun 9, 2024
6b003c5
Merge pull request #5 from AlinaElenaDogaru/sale
AlinaElenaDogaru Jun 9, 2024
3a65a2e
Small change
AlinaElenaDogaru Jun 9, 2024
339adcd
about.section
stefanialaura23 Jun 9, 2024
d0a8655
Responsive
AlinaElenaDogaru Jun 9, 2024
5368c90
Merge branch 'main' into About-us-section
AlinaElenaDogaru Jun 9, 2024
71878df
modificare sectiunea about
renaerdelyi Jun 10, 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "parcel-project-template",
"name": "team-project",
"version": "2.0.0",
"description": "",
"homepage": "https://goitacademy.github.io/parcel-project-template",
"homepage": "https://alinaelenadogaru.github.io/team-project",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /parcel-project-template/"
"build": "parcel build src/*.html --public-url /team-project/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/parcel-project-template.git"
"url": "git+https://github.com/alinaelenadogaru/team-project.git"
},
"keywords": [],
"author": "Alexander Repeta <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
"url": "https://github.com/alinaelenadogaru/team-project/issues"
},
"dependencies": {
"modern-normalize": "^1.1.0"
Expand Down
257 changes: 257 additions & 0 deletions src/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@


* {
margin: 0;
padding: 0;
border: 0px;
}

ul {
list-style: none;
}

a {
text-decoration: none;
color: inherit;
}

footer {
font-family: 'Epilogue';
background-color: #1e2827;
color: white;
box-sizing: border-box;
padding-left: 104px;
padding-right: 104px;
padding-top: 132px;
}

.footer-logo svg {
fill: white;
width: 50px;
height: 50px;
margin-bottom: 40px;
}

.footer-info {
display: flex;
flex-direction: column;
}

.footer-address {
font-family: var(--primary-font);
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.02em;
text-align: left;
margin-top: 18px;
}

.footer-nav li {
margin-bottom: 18px;
font-family: var(--primary-font);
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-social {
width: 28px;
height: 28px;
border: 1px solid #ffffff1a;
border-radius: 10px;
}

.footer-socials ul {
display: flex;
flex-direction: row;
gap: 20px;
}

footer .container {
display: flex;
justify-content: space-between;
}

.footer-copyright-terms {
display: flex;
justify-content: space-between;
margin-top: 174px;
padding-bottom: 32px;
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: right;
color: #c6cdd1;
}

.footer-terms a {
padding-left: 18px;
}

.footer-mobile_socials {
display: none;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
.footer-socials {
display: none;
}

footer {
padding: 40px 20px 20px 20px;
}

footer .container {
margin: 0;
}

.footer-info {
min-width: 140px;
}

.footer-nav {
margin-left: 138px;
min-width: 80px;
}

.footer-social {
width: 40px;
height: 40px;
}

.footer-address {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-info a {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
}

.footer-nav {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-mobile_socials {
display: flex;
flex-direction: row;
gap: 14px;
margin-top: 40px;
margin-bottom: 80px;
}

.footer-copyright-terms a {
margin-top: 80px;
margin-bottom: 0px;
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-terms {
padding-top: 18px;
}

.footer-copyright-terms {
align-items: flex-start;
flex-direction: column;
}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
.footer-socials {
display: none;
}

footer {
padding: 40px 20px 20px 20px;
}

footer .container {
margin: 0;
}

.footer-info {
min-width: 140px;
}

.footer-nav {
margin-left: 138px;
min-width: 80px;
}

.footer-social {
width: 40px;
height: 40px;
}

.footer-address {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-info a {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
}

.footer-nav {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-mobile_socials {
display: flex;
flex-direction: row;
gap: 14px;
margin-top: 40px;
margin-bottom: 80px;
}

.footer-copyright-terms a {
margin-top: 152px;
margin-bottom: 0px;
font-family: var(--primary-font);
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.02em;
text-align: left;
}

.footer-copyright-terms {
gap: 18px;
}
}
Binary file added src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
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 src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
20 changes: 20 additions & 0 deletions src/images/symbol-defs.svg
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/[email protected]
Binary file added src/images/watchspot.gif
52 changes: 48 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,59 @@


<!DOCTYPE html>

<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page title</title>

<title>The Watch Spot</title>

<link rel="stylesheet" href="./sass/index.scss" />





<link rel="stylesheet" href="./sass/about.css">

<link rel="stylesheet" href="./sass/catalog.css"/>
<link rel="stylesheet" href="./sass/sale.css" />

<link rel="stylesheet" href="./css/footer.css" />


<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=Epilogue:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">






<script type="module" src="./index.js"></script>
</head>
<body>
<h1>Example title</h1>
<!-- ❗️❗️❗️ Add partials like so for every page -->
<include src="./partials/example.html"></include>


<include src="./partials/about.html" > </include>

<include src="./partials/catalog.html"></include>



<include src="./partials/sale.html"></include>



<!-- FOOTER SECTION -->
<include src="./partials/footer-section.html"></include>



</body>
</html>


14 changes: 14 additions & 0 deletions src/modalsection.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(() => {
const refs = {
openModalBtn: document.querySelector("[data-modal-open]"),
closeModalBtn: document.querySelector("[data-modal-close]"),
modal: document.querySelector("[data-modal]"),
};

refs.openModalBtn.addEventListener("click", toggleModal);
refs.closeModalBtn.addEventListener("click", toggleModal);

function toggleModal() {
refs.modal.classList.toggle("is-hidden");
}
})();
Loading