-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adição dos projetos Logista e LetRun
- Loading branch information
Showing
17 changed files
with
409 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><meta name=theme-color content=#472865><link href="https://fonts.googleapis.com/css?family=Comfortaa:300,500,700&display=swap" rel=stylesheet><link href="https://fonts.googleapis.com/css2?family=Khula:wght@300;400;700&display=swap" rel=stylesheet><script async src=//www.instagram.com/embed.js></script><title>meindexe</title><link href=/css/app.1898294f.css rel=preload as=style><link href=/css/chunk-vendors.756ec922.css rel=preload as=style><link href=/js/app.6db1eacb.js rel=preload as=script><link href=/js/chunk-vendors.d51ffcba.js rel=preload as=script><link href=/css/chunk-vendors.756ec922.css rel=stylesheet><link href=/css/app.1898294f.css rel=stylesheet></head><body><noscript><strong>We're sorry but vac doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.d51ffcba.js></script><script src=/js/app.6db1eacb.js></script></body></html> | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><meta name=theme-color content=#472865><link href="https://fonts.googleapis.com/css?family=Comfortaa:300,500,700&display=swap" rel=stylesheet><link href="https://fonts.googleapis.com/css2?family=Khula:wght@300;400;700&display=swap" rel=stylesheet><script async src=//www.instagram.com/embed.js></script><title>meindexe</title><link href=/css/app.88ef7895.css rel=preload as=style><link href=/css/chunk-vendors.756ec922.css rel=preload as=style><link href=/js/app.1fe70157.js rel=preload as=script><link href=/js/chunk-vendors.d51ffcba.js rel=preload as=script><link href=/css/chunk-vendors.756ec922.css rel=stylesheet><link href=/css/app.88ef7895.css rel=stylesheet></head><body><noscript><strong>We're sorry but vac doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.d51ffcba.js></script><script src=/js/app.1fe70157.js></script></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
<template lang="pug"> | ||
proj-template( | ||
:nomeProj="lang.letRun.metatitle" | ||
date="set/2020" | ||
firstName="let" | ||
lastName="run" | ||
class="letrun" | ||
:ios="400" | ||
:and="100") | ||
|
||
template(v-slot:content) | ||
div.content-mob#content-mob(data-aos="fade-up" data-aos-duration="500" ) | ||
p#contentmob-start {{ lang.letRun.desc }} | ||
img(src="../assets/letrun/desktop.png") | ||
p {{ lang.letRun.desc2 }} | ||
|
||
p {{ lang.letRun.linkPreview }} #[br] #[a.redLink(href='https://clone-fxp.vercel.app/' target="_blank") https://logista.app/] | ||
|
||
img(src="../assets/letrun/mobile.png") | ||
|
||
div.content-desk#content-desk(data-aos="fade-up" data-aos-duration="500") | ||
div.col-1#col-1 | ||
p#contentmob-start {{ lang.letRun.desc }} | ||
p#contentmob-start {{ lang.letRun.desc2 }} | ||
|
||
p {{ lang.letRun.linkPreview }} #[br] #[a.redLink(href='https://clone-fxp.vercel.app/' target="_blank") https://letrun.app/] | ||
|
||
img(src="../assets/letrun/mobile.png") | ||
|
||
|
||
div.col-2#col-2 | ||
img(src="../assets/letrun/desktop.png") | ||
|
||
</template> | ||
|
||
<script> | ||
import { mapState } from 'vuex'; | ||
export default { | ||
name: "ProjLojista", | ||
computed: mapState(["lang"]) | ||
}; | ||
</script> | ||
|
||
<style lang="scss"> | ||
@import "../styles/helpers/variables"; | ||
.letrun { | ||
.name { | ||
h2 { | ||
.first { | ||
background-color: #ED1C24; | ||
} | ||
.second { | ||
color: #ED1C24; | ||
} | ||
} | ||
} | ||
.redLink { color: #ED1C24; } | ||
.linkVue { color: #39DF81; } | ||
} | ||
// mobile only | ||
@media only screen and (min-width: 901px) { | ||
.letrun { | ||
.content-mob { display: none; } | ||
} | ||
} | ||
// MOBILE | ||
@media only screen and (max-width: 900px) { | ||
.letrun { | ||
.content-mob { | ||
width: 89vw; | ||
margin-left: 40px; | ||
padding: 0px 70px 0px 50px; | ||
img { | ||
margin-top: 20px; | ||
max-width: 200px; | ||
} | ||
p { | ||
max-width: 200px; | ||
margin-top: 20px; | ||
margin-left: 5px; | ||
} | ||
.result { | ||
margin: 40px 0px 0px -40px; | ||
padding: 15px 40px; | ||
p { margin: 0px 0px 5px 0px;} | ||
} | ||
} | ||
.content-desk { display: none; } | ||
} | ||
} | ||
// DESKTOP | ||
@media only screen and (min-width: 901px) and (max-width: 2499px) { | ||
.letrun { | ||
.content-desk { | ||
margin-top: 160px; | ||
padding: 0px 20px 0px 40px; | ||
width: 99vw; | ||
div { | ||
text-align: left; | ||
img { max-width: 30vw; } | ||
p { | ||
max-width: 27vw; | ||
font-size: 1rem; | ||
margin: 20px 0px; | ||
strong { color: $roxo;} | ||
} | ||
} | ||
.col-2 { | ||
p {padding-left: 20px;} | ||
margin-left: 40px; | ||
img { max-width: 40vw; } | ||
} | ||
.result{ | ||
margin-top: 40px; | ||
border-radius: 10px; | ||
padding: 15px 40px; | ||
max-width: 300px; | ||
p { | ||
color: #fff; | ||
font-size: 1.1rem; | ||
margin: 0px 0px 5px 0px; | ||
padding: 0px; | ||
} | ||
a { | ||
font-size: .9rem; | ||
font-weight: 300; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
// WIDE | ||
@media only screen and (min-width: 2500px) { | ||
.letrun { | ||
.content-desk { | ||
margin-top: 160px; | ||
padding: 0px 20px 0px 40px; | ||
div { | ||
text-align: left; | ||
img { max-width: 10vw; } | ||
p { | ||
max-width: 10vw; | ||
font-size: 1rem; | ||
margin: 20px 0px; | ||
strong { color: $roxo;} | ||
} | ||
} | ||
.col-2, | ||
.col-3 { | ||
margin-left: 80px; | ||
} | ||
.col-3 img { | ||
box-shadow: none; | ||
} | ||
} | ||
} | ||
} | ||
</style> |
Oops, something went wrong.