"Commit dos arquivos"

This commit is contained in:
Mateus Farias Santos 2022-10-12 18:41:32 +00:00
parent aef01c8fdb
commit dbb9c8efd6
3 changed files with 563 additions and 0 deletions

91
README.md Normal file
View File

@ -0,0 +1,91 @@
# challenge-landing-page
## Getting started
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
## Add your files
- [ ] [Create](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
```
cd existing_repo
git remote add origin https://gitlab.com/m3-academy/fase-01/challenge-landing-page.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
- [ ] [Set up project integrations](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/integrations/)
## Collaborate with your team
- [ ] [Invite team members and collaborators](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Automatically merge when pipeline succeeds](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://docs.gitlab.com/ee/user/clusters/agent/)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://gitlab.com/-/experiment/new_project_readme_content:a980a0e1508cd91a06bf888abbfadab2?https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.

163
index.html Normal file
View File

@ -0,0 +1,163 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Desafio 1 M3 Academy</title>
</head>
<body>
<header>
<nav class="menu">
<a href="index.html">
<img class="img-logo" src="./imagens/Logo-M3Academy.svg" alt="Logo-img">
</a>
</nav>
</header>
<section class="imgBackground">
</section>
<main class="container">
<h1 class="text1">Lorem ipsum</h1>
<h1 class="text2">dolor sit amet</h1>
<p class="text3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod
enim non dui fringilla interdum.</p>
<p class="text4">Curabitur ut tortor sed lacus egestas vulputate
vel sit amet velit. Nulla suscipit magna dui.</p>
<img src="./imagens/computers.png" width="35%" height="auto" alt="Computer-png">
<article class="cardCenter">
<div class="card1">
<img class="img-card"src="./imagens/shop.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras</p>
<p class="text5">euismod enim non dui fringilla</p>
<p class="text5">interdum.</p>
</div>
<div class="card1">
<img class="img-card"src="./imagens/Group.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras</p>
<p class="text5">euismod enim non dui fringilla</p>
<p class="text5">interdum.</p>
</div>
<div class="card1">
<img class="img-card"src="./imagens/coin.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras</p>
<p class="text5">euismod enim non dui fringilla</p>
<p class="text5">interdum.</p>
</div>
</article>
<section class="imgDesk1">
<div class="card2">
<img class="imgNote1" src="./imagens/note1.png" alt="">
<img class="imgNote1" src="./imagens/note2.png" alt="">
<img class="imgNote1 imgNot" src="./imagens/note3.png" alt="">
</div>
</section>
<section class="backgroundCinza">
<div class="imgDesk2">
<img class="imgNote2" src="./imagens/note1.png" alt="">
<img class="imgNote2" src="./imagens/note2.png" alt="">
</div>
<div class="imgDesk3">
<img class="imgNote3" src="./imagens/note3.png" alt="">
</div>
</section>
<article class="cardCenter">
<div class="card3">
<img class="img-card"src="./imagens/money.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet, consectetur</p>
<p class="text5">adipiscing elit. Cras euismod enim non dui </p>
<p class="text5">fringilla interdum. Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras euismod enim</p>
<p class="text5">on dui fringilla interdum.</p>
</div>
<div class="card3">
<img class="img-card"src="./imagens/coin.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet, consectetur</p>
<p class="text5">adipiscing elit. Cras euismod enim non dui </p>
<p class="text5">fringilla interdum. Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras euismod enim</p>
<p class="text5">on dui fringilla interdum.</p>
</div>
<div class="card3">
<img class="img-card"src="./imagens/pasta.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet, consectetur</p>
<p class="text5">adipiscing elit. Cras euismod enim non dui </p>
<p class="text5">fringilla interdum. Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras euismod enim</p>
<p class="text5">on dui fringilla interdum.</p>
</div>
<div class="card3">
<img class="img-card"src="./imagens/celular.png" alt="Grou-png">
<p class="text5">Lorem ipsum dolor sit amet, consectetur</p>
<p class="text5">adipiscing elit. Cras euismod enim non dui </p>
<p class="text5">fringilla interdum. Lorem ipsum dolor sit amet,</p>
<p class="text5">consectetur adipiscing elit. Cras euismod enim</p>
<p class="text5">on dui fringilla interdum.</p>
</div>
<article class="mobileBackground">
<br><br>
<img class="oculosPng" src="./imagens/oculos.png" alt="Óculos-png">
</article>
</article>
<h1 class="textFinal">
Lorem ipsum dolor sit amet
</h1>
<p class="text5">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate</p>
<p class="text5">sapien non libero faucibus interdum. In eget tincidunt ipsum.</p>
<p class="text5">Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget</p>
<p class="text5">hendrerit. Curabitur venenatis felis vitae sagittis venenatis.</p>
<p class="text5">onec finibus turpis vitae lectus interdum rutrum vitae sed augue.</p>
<article class="imgRectangle">
</article>
</main>
<footer class="rodape">
<div class="links">
<ul src="disc">
<li>
<a href="#">
<img src="./imagens/insta.png" alt="Insta-png">
</a>
</li>
<li>
<a href="#">
<img src="./imagens/face.png" alt="Insta-png">
</a>
</li>
<li>
<a href="#">
<img src="./imagens/youtube.png" alt="Insta-png">
</a>
</li>
</ul>
</div>
<p class="textFooter">Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
</footer>
</body>
</html>

309
style.css Normal file
View File

@ -0,0 +1,309 @@
* {
font-family: 'Inter';
margin: 0px;
}
.menu {
display:flex;
justify-content: center;
align-items: center;
width:100%;
height:101px;
background:#000000;
}
.img-logo{
width:226;
height:43;
}
.imgBackground {
background-image: url("imagens/telaPc.png");
background-size:100% 100%;
width:100%;
height:500px;
}
@media only screen and (max-width: 700px) {
.imgBackground{
background-image: url("imagens/telaPc.png");
background-size:100% 100%;
width:100%;
height:300px;
}
}
@media only screen and (min-width: 700px) {
.imgDesk2 {
display: flex;
justify-content: center;
}
}
.container {
width:100%;
height:auto;
display:block;
text-align: center;
}
.text1 {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
color: #000000;
padding: 70px 0px 0px 0px;
}
.text2 {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 58px;
text-transform: uppercase;
color: #000000;
padding: 0px 0px 30px 0px;
}
.text3 {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 24px;
color: #000000;
}
.text4 {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 24px;
color: #000000;
padding: 0px 100px 60px 0px;
}
.cardCenter {
width:100%;
display:flex;
justify-content:center;
align-items: center;
padding: 50px 0px 0px 0px;
flex-wrap: wrap;
margin: auto auto;
}
.card1 {
width: 300px;
height: 250px;
display:block;
text-align: center;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 50px 0px 0px 0px;
margin: 20px 20px 50px 0px;
}
.imgDesk1 {
display: flex;
justify-content:center;
flex-wrap: nowrap;
width:100%;
height:400px;
background: #E0E0E0;
}
.imgDesk2 {
width: 100%;
display: flex;
justify-content:center;
gap:25px;
padding: 40px 0px 0px 0px;
}
.imgDesk3 {
width: 100%;
height:400px;
display: flex;
justify-content:center;
margin:30px 0px -50px 0px;
padding: 0px 0px 0px 0px;
background: #E0E0E0;
}
.backgroundCinza {
background: #E0E0E0;
width: 100%;
}
@media only screen and (max-width: 1200px) {
.imgDesk1 {
display:none;
}
}
@media only screen and (min-width: 1200px) {
.imgDesk2 , .imgDesk3 , .backgroundCinza{
display:none;
}
}
.imgNote1 {
width:32%;
padding-left: 40px;
height:400px;
}
.imgNote2 {
width:45%;
}
.imgNote3 {
width:93%;
height:400px;
}
.card2 {
width: 100%;
display: flex;
justify-content:center;
flex-wrap: nowrap;
margin: 50px 50px 0px 0px;
padding-left: 0px;
font-size: 30px;
text-align: center;
}
.card3 {
width: 380px;
height: 320px;
display:block;
text-align: center;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 50px 0px 0px 0px;
margin: 60px 20px 0px 0px;
}
.text5 {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
text-align: center;
color: #000000;
}
.img-card {
width:100px;
height:80px;
padding: 0px 0px 20px 0px;
}
@media only screen and (min-width: 800px) {
.mobileBackground {
width: 400px;
display: none;
}
}
.textFinal {
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 39px;
text-align: center;
color: #000000;
margin: 60px 0px 0px 0px;
}
.imgRectangle {
background: url("./imagens/Rectangle.png");
background-size: 100% 100%;
width: 80%;
height: 276px;
margin: 40px auto;
}
@media only screen and (max-width: 800px) {
.imgRectangle {
display:none;
margin: 40px 0px 0px 0px;
}
}
.oculosPng {
width:95%;
height:400px;
}
.rodape {
text-align: center;
width: 100%;
height: 160px;
background: #000000;
margin: 80px 0px 0px 0px;
}
.links ,ul ,li ,a {
display: flex;
justify-content: center;
padding: 10px 5px 6px 0px;
}
.textFooter {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #BDBDBD;
}
@media only screen and (max-width: 2500px) {
.text1 {
font-size: 30px;
}
.text2 {
font-size: 50px;
}
.text3 {
font-size: 20px;
}
.text4 {
font-size: 20px;
}
.text5 {
font-size: 18px;
}
.textFinal {
font-size: 30px;
}
}
@media only screen and (max-width: 760px) {
.text4 {
display: flex;
justify-content: center;
padding: 10px 0px 30px 0px;
}
}
@media only screen and (max-width: 400px) {
.text5 {
font-size:13px;
}
}
@media only screen and (max-width: 600px) {
.cardCenter {
width:80%;
height:auto;
display:flex;
justify-content: center;
align-items: center;
margin: auto;
}
}