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

Landingpage #142

Merged
merged 21 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
50cbef3
Style: Adicionando imagens para slider da landingpage
WillxBernardo Aug 23, 2024
4cd15c5
Feat: Adicionando template com home e sobre atualizadas
WillxBernardo Aug 23, 2024
12120c8
Style: Adicionando arquivos de estilizacao para landingpage
WillxBernardo Aug 23, 2024
cef6476
Style: Adicionando diretorio de imagens para landingpage
WillxBernardo Aug 23, 2024
2102d10
Style: Adicionando scripts do template para landingáge
WillxBernardo Aug 23, 2024
8c4723b
Feat: Adicionando pagina de desenvolvedores na landingpage
WillxBernardo Aug 23, 2024
0b9d61b
Feat: Adicionando pagina sobre o projeto (landinpage)
WillxBernardo Aug 23, 2024
1ac0ddb
Merge branch 'developer' into landingpage
WillxBernardo Aug 26, 2024
4979ac8
Docs: Adicionando imagem para slider de tutorial
WillxBernardo Aug 29, 2024
111f9d9
Feat: Adicionando slider de tutorial na landingpage
WillxBernardo Aug 29, 2024
01d69bc
Merge branch 'developer' into landingpage
WillxBernardo Aug 29, 2024
7bfd773
Merge branch 'developer' into landingpage
WillxBernardo Sep 1, 2024
5cb09f5
Merge branch 'developer' into landingpage
WillxBernardo Sep 2, 2024
f1afb39
DOCS: Adicionando tutorial no slider landingpage
WillxBernardo Sep 2, 2024
54e4fa0
Merge branch 'main' into landingpage
WillxBernardo Sep 2, 2024
073eb51
docs: Removendo arquivos pertencentes a landingpage template
WillxBernardo Sep 2, 2024
ef1694e
docs: Ajustando posicionamento do slider landingpage
WillxBernardo Sep 2, 2024
6eaa343
docs: adicionando links na landingpage para aplicacao
WillxBernardo Sep 2, 2024
33b1012
docs: Ajustes no slider da landingpage
WillxBernardo Sep 2, 2024
6d25da9
Merge branch 'main' into landingpage
WillxBernardo Sep 3, 2024
c373871
docs: Adicionando pagina conheca na landingpage
WillxBernardo Sep 3, 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
Binary file added docs/assets/images/TelaTutorial1.png
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 docs/assets/images/TelaTutorial2.png
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 docs/assets/images/TelaTutorial3.png
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 docs/assets/images/TelaTutorial4.png
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 docs/assets/images/TelaTutorial5.png
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 docs/assets/images/secultlogo.png
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 docs/assets/images/slider_cultura1.jpg
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 docs/assets/images/slider_cultura2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/landingpage/assets/css/base/_body-element.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body
background-color: $black
font-size: 14px
line-height: 1.6
font-family: "Montserrat", sans-serif
color: $white
-webkit-font-smoothing: antialiased
-webkit-text-size-adjust: 100%
33 changes: 33 additions & 0 deletions docs/landingpage/assets/css/base/_fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// https://www.fontsquirrel.com/fonts/montserrat

@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Black.eot');
src: local('☺'), url('fonts/Montserrat-Black.woff') format('woff'), url('fonts/Montserrat-Black.ttf') format('truetype'), url('fonts/Montserrat-Black.svg') format('svg');
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Bold.eot');
src: local('☺'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg') format('svg');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Regular.eot');
src: local('☺'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Light.eot');
src: local('☺'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg') format('svg');
font-weight: 300;
font-style: normal;
}
221 changes: 221 additions & 0 deletions docs/landingpage/assets/css/base/_normalize.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

h1 {
font-size: 2em;
margin: 0.67em 0;
}

mark {
background: #ff0;
color: #000;
}

small {
font-size: 80%;
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 1em 40px;
}

hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],
html input[disabled] {
cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
padding: 0;
}
14 changes: 14 additions & 0 deletions docs/landingpage/assets/css/base/_selection-colors.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
::selection
background: #FFF498

::-moz-selection
background: #FFF498

img::selection
background: transparent

img::-moz-selection
background: transparent

body
-webkit-tap-highlight-color: #FFF498
5 changes: 5 additions & 0 deletions docs/landingpage/assets/css/base/_vars.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Colors
$white: #fff
$black: #0c0c0c
$highlight: #0f33ff
$muted-gray: #282828
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
50 changes: 50 additions & 0 deletions docs/landingpage/assets/css/layouts/_grid.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.l-viewport
position: relative
width: 100%
height: 100vh
box-shadow: 0 0 45px 5px rgba(0,0,0,.85)
overflow: hidden

.l-wrapper
position: relative
width: 1440px
max-width: 90%
height: 100%
margin: 0 auto

.l-side-nav
position: absolute
left: 0
display: flex
height: 100%
align-items: center

// placed on layout class due to firefox bug
&::before
content: ""
position: absolute
top: 50%
left: 0
transform: translateY(-50%)
width: 2px
height: 70%
max-height: 750px
background-color: #555
opacity: .35
z-index: 10

@media (max-width: 1180px)
display: none

.l-main-content
position: relative
width: 100%
height: 100%
margin: 0
padding: 0
list-style: none

.l-section
position: absolute
width: 100%
height: 100%
2 changes: 2 additions & 0 deletions docs/landingpage/assets/css/main.css

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions docs/landingpage/assets/css/main.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// This is the single file output by sass. It is intended to ONLY @import other files.


// BASE
@import 'base/fonts'
@import 'base/normalize'
@import 'base/vars'
@import 'base/selection-colors'
@import 'base/body-element'


// LAYOUTS
@import 'layouts/grid'


// MODULES
@import 'modules/device-notification'
@import 'modules/section'
@import 'modules/header'
@import 'modules/side-nav'
@import 'modules/intro'
@import 'modules/work'
@import 'modules/about'
@import 'modules/contact'
@import 'modules/hire'
@import 'modules/outer-nav'
Loading
Loading