Last active
March 22, 2020 09:30
-
-
Save jmas/c186007b3adcbeebd33f6b5ae6a264ea to your computer and use it in GitHub Desktop.
Infrastructure
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
body { | |
margin: 0; | |
font-family: sans-serif; | |
font-size: 16px; | |
} | |
.section { | |
position: relative; | |
align-content: center; | |
display: grid; | |
height: 50vh; | |
} | |
.container { | |
max-width: 1000px; | |
margin-left: auto; | |
margin-right: auto; | |
} |
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
{ | |
"sections": [ | |
{ | |
"type": "Welcome", | |
"data": { | |
"title": "Welcome", | |
"link": "http://google.com" | |
} | |
} | |
] | |
} |
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
[ | |
{ | |
"name": "Welcome section", | |
"url": "https://gist.github.com/jmas/c186007b3adcbeebd33f6b5ae6a264ea" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment