Keep what
is yours.
@@ -8,7 +8,7 @@
-
The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.
+
The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.
@@ -16,6 +16,6 @@
{{ end }}
diff --git a/src/static/Images/x-large-grid-hero.svg b/src/static/Images/x-large-grid-hero.svg
new file mode 100644
index 0000000..e987e8a
--- /dev/null
+++ b/src/static/Images/x-large-grid-hero.svg
@@ -0,0 +1,172 @@
+
diff --git a/src/static/Images/x-large-grid.svg b/src/static/Images/x-large-grid.svg
new file mode 100644
index 0000000..c4dabc1
--- /dev/null
+++ b/src/static/Images/x-large-grid.svg
@@ -0,0 +1,366 @@
+
diff --git a/src/static/css/style.css b/src/static/css/style.css
index 3490a23..1c9be2d 100644
--- a/src/static/css/style.css
+++ b/src/static/css/style.css
@@ -5,6 +5,12 @@ body{
max-width: 1920px;
}
+.hero-container{
+ background-image: url("/Images/x-large-grid-hero.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+}
+
.container{
max-width: 1920px;
padding:0px;
@@ -12,7 +18,7 @@ body{
@media only screen and (min-width: 1280px) {
.container{
- padding: 80px 160px;
+ padding: 135px 132px 0px 132px;
}
}
@@ -146,8 +152,8 @@ p{
@media only screen and (min-width: 1280px) {
h1{
- font-size: 224px;
- line-height: 240px;
+ font-size: 210px;
+ line-height: 222px;
}
h2{