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

Feature - Promotional landing #4

Merged
merged 31 commits into from
Apr 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f8c8731
feat(): landing starter
Mar 11, 2020
3db529d
feat(): landing starter
Mar 11, 2020
8839fab
feat(): add background
lautit Mar 12, 2020
5081a5c
fix(): add stylings and menu
Mar 26, 2020
8dc69b2
fix(): change logo to isologotype
Mar 26, 2020
ac7c439
fix(): spacing and centering
Mar 26, 2020
22688ac
fix(): spacing
Mar 26, 2020
4062be3
fix(): spacing
Mar 26, 2020
9735b04
fix(): spacing
Mar 26, 2020
6517200
fix(): hide overflow
Mar 26, 2020
06abcee
feat(): add social contacts
Apr 5, 2020
8d9a60b
fix(): make icon svg load correctly
lautit Apr 5, 2020
923a7e5
chore: cleanup template favicon assets
lautit Apr 5, 2020
346987f
fix(): reduce icon sizes
lautit Apr 5, 2020
fe7c6d7
fix(): adapt position for mobile
lautit Apr 6, 2020
84bae10
chore(): add lfs
lautit Apr 6, 2020
1b84d8b
fix(): remove breakpoints
lautit Apr 6, 2020
433bb30
chore(): restore files from lfs
lautit Apr 6, 2020
299adc5
chore(): restore files from lfs
lautit Apr 6, 2020
5ef59bf
chore(): restore files from lfs
lautit Apr 6, 2020
0a3ef2d
chore(): restore files from lfs
lautit Apr 6, 2020
2cb4089
chore(): restore files from lfs
lautit Apr 6, 2020
999d79f
fix(): add new assets, adapt for mobile correctly
lautit Apr 6, 2020
20a9f5a
fix(): expand background
lautit Apr 6, 2020
fc01836
fix(): correct site metadata
lautit Apr 6, 2020
e29a89f
fix(logo): change objectFit to contain and adapt base on viewport
Apr 9, 2020
94adcf7
fix(social): change icons to circles and update bg texture
Apr 13, 2020
3844471
chore(}): organize and rename assets
Apr 14, 2020
806fa7c
fix(social): update facebook icon
lautit Apr 23, 2020
b9b9803
chore(): update statics
Apr 23, 2020
4eb2192
chore(): clean unused files
lautit Apr 23, 2020
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
Prev Previous commit
Next Next commit
fix(): spacing
  • Loading branch information
Lautaro Tejerina committed Mar 26, 2020
commit 9735b042d6fa8927a86f2539ab2287eaa6ff8c43
2 changes: 1 addition & 1 deletion src/templates/promotional-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const LogoContainer = styled.div`
justify-content: center;
align-items: stretch;
align-content: center;
padding: 15% 0;
padding: 14% 0;
background: transparent;
`

Expand Down