diff --git a/Package.resolved b/Package.resolved index b55a60c..f439614 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/vapor/console.git", "state": { "branch": null, - "revision": "5b9796d39f201b3dd06800437abd9d774a455e57", - "version": "3.0.2" + "revision": "d6cf07af59ae63cd95c4b5f98cf1f25627750fd1", + "version": "3.1.0" } }, { @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/vapor/http.git", "state": { "branch": null, - "revision": "272b22be8cb3364e42a4701c2e0676e37480ec5a", - "version": "3.1.5" + "revision": "6973bf50dab8dd00e4daf8cb82ca72b33f5db016", + "version": "3.1.6" } }, { @@ -51,8 +51,8 @@ "repositoryURL": "https://github.com/vapor/leaf.git", "state": { "branch": null, - "revision": "fc6a3938b1c7cfa49dc6b06e54d84179bdf92810", - "version": "3.0.1" + "revision": "d35f54cbac723e673f9bd5078361eea74049c8d7", + "version": "3.0.2" } }, { @@ -87,8 +87,8 @@ "repositoryURL": "https://github.com/apple/swift-nio.git", "state": { "branch": null, - "revision": "5d8148c8b45dfb449276557f22120694567dd1d2", - "version": "1.9.5" + "revision": "a20e129c22ad00a51c902dca54a5456f90664780", + "version": "1.12.0" } }, { @@ -96,8 +96,8 @@ "repositoryURL": "https://github.com/apple/swift-nio-ssl.git", "state": { "branch": null, - "revision": "8380fa29a2af784b067d8ee01c956626ca29f172", - "version": "1.3.1" + "revision": "db16c3a90b101bb53b26a58867a344ad428072e0", + "version": "1.3.2" } }, { @@ -123,8 +123,8 @@ "repositoryURL": "https://github.com/vapor/template-kit.git", "state": { "branch": null, - "revision": "db35b1c35aabd0f5db3abca0cfda7becfe9c43e2", - "version": "1.1.0" + "revision": "aff2d6fc65bfd04579b0201b31a8d6720239c1cf", + "version": "1.1.1" } }, { @@ -141,8 +141,8 @@ "repositoryURL": "https://github.com/vapor/validation.git", "state": { "branch": null, - "revision": "156f8adeac3440e868da3757777884efbc6ec0cc", - "version": "2.1.0" + "revision": "4de213cf319b694e4ce19e5339592601d4dd3ff6", + "version": "2.1.1" } }, { @@ -150,8 +150,8 @@ "repositoryURL": "https://github.com/vapor/vapor.git", "state": { "branch": null, - "revision": "157d3b15336caa882662cc75024dd04b2e225246", - "version": "3.1.0" + "revision": "54cbf396147aba77ecb32e7fc75a3d13251551b1", + "version": "3.1.1" } }, { @@ -159,8 +159,8 @@ "repositoryURL": "https://github.com/vapor/websocket.git", "state": { "branch": null, - "revision": "149af03348f60ac8b84defdf277112d62fd8c704", - "version": "1.0.2" + "revision": "eb4277f75f1d96a3d15c852cdd89af1799093dcd", + "version": "1.1.0" } } ] diff --git a/Public/footer.css b/Public/footer.css index 99bc304..ac4988f 100644 --- a/Public/footer.css +++ b/Public/footer.css @@ -1,34 +1,14 @@ -/* Sticky footer styles - -------------------------------------------------- */ -html { - position: relative; - min-height: 100%; -} - -body { - /* Margin bottom by footer height */ - margin-bottom: 60px; -} - .footer { position: absolute; - bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 40px; + bottom: 0; line-height: 40px; /* Vertically center the text there */ background-color: #f46a78; color: #ffffff; } p { - color: #ffffff; text-align: center; -} - -/* trick to only display the first element of - * the array of versions thus the 'newest'. - */ -.footer .version-list:nth-child(n+2) { - display: none; -} +} \ No newline at end of file diff --git a/Public/images/sdn_logo.png b/Public/images/sdn_logo.png new file mode 100644 index 0000000..4605c0e Binary files /dev/null and b/Public/images/sdn_logo.png differ diff --git a/Public/images/slack_logo.png b/Public/images/slack_logo.png new file mode 100644 index 0000000..15a4b14 Binary files /dev/null and b/Public/images/slack_logo.png differ diff --git a/Public/index.css b/Public/index.css index 79784f0..72c9bd5 100644 --- a/Public/index.css +++ b/Public/index.css @@ -1,55 +1,66 @@ -.index-view .row { - flex-flow: column; - align-items: center; +body::before { + background: url("/images/sdn_logo.png"); + background-repeat: no-repeat; + background-size: contain; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + opacity: 0.2; + content: ""; + z-index: -1; + overflow: hidden; +} + +html { + height: 480px; + width: 320px; + margin: auto; + position: relative; } -.index-view .card { - height: 200px; +.title p { + font-size: 24px; + color: #000000; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'sans-serif'; + text-align: center; +} + +.index-view .box { + height: 82px; display: flex; align-items: center; flex-flow: column; - max-width: 350px; - margin-bottom: 30px; + width: 129px; + border-radius: 25px; + border: 1px solid rgba(0, 0, 0, .2); } -.index-view .card img { - width: 210px; - margin-top: 25px; +.align-boxes { + margin-top: 90px; } -.index-view .card .btn { - background-color: #ec2440; - color: #ffffff; - font-style: italic; - display: flex; - margin-top: 55px; - font-size: 14px; +.meetup-box { + float: left; +} + +.slack-box { + float: right; +} + +.meetup-img { + margin-top: 22px; + height: 38px; +} + +.slack-img { + margin-top: 10px; + height: 56.25px; } .index-view .card .btn span { line-height: 1.7; } -@media screen and (min-width: 480px) { - .index-view .row { - flex-flow: row; - } - - .index-view .card:first-child { - margin-right: 25px; - } - - .index-view .card:last-child { - margin-left: 25px; - } -} - -@media screen and (min-width: 992px) { - .index-view .card:first-child { - margin-right: 40px; - } - - .index-view .card:last-child { - margin-left: 40px; - } -} +@media screen and (min-width: 480px) {} \ No newline at end of file diff --git a/Public/navigation.css b/Public/navigation.css index 454d712..c169ce0 100644 --- a/Public/navigation.css +++ b/Public/navigation.css @@ -1,45 +1,20 @@ -nav.navbar { +.bottom-bar { color: #ffffff; - height: 50px; - font-size: 22px; + height: 22px; + font-size: 18px; + margin-top: 310px; + margin-left: 15px; } -nav.navbar a { - color: #ffffff; -} - -nav.navbar a:hover { - text-decoration: underline; +.box { + border-radius: 25px; + border: 1px solid rgba(0, 0, 0, .2); } -nav.navbar .brand { - font-weight: 500; - color: black; +.bottom-bar a { + color: #000000; } -nav .navigation { - display: flex; - font-weight: 300; -} - -nav .navigation a:last-child, -nav .navigation input:last-child { - padding-right: 0; -} - -nav .navigation input.nav-link { - background: transparent; - border: none; - color: #ffffff; - font-weight: 300; -} - -nav .navigation input.nav-link:hover { - cursor: pointer; +.bottom-bar a:hover { text-decoration: underline; - outline: none; -} - -nav.brand { - text-align: center; } diff --git a/Resources/Views/Layout/base.leaf b/Resources/Views/Layout/base.leaf index 3d5271f..e8a292a 100644 --- a/Resources/Views/Layout/base.leaf +++ b/Resources/Views/Layout/base.leaf @@ -3,7 +3,7 @@
-