From 1e34a3142b3b110b02aeae51f5b06d6da25b8c5a Mon Sep 17 00:00:00 2001 From: Nora Date: Mon, 11 Mar 2019 18:01:19 -0400 Subject: [PATCH 1/2] update copyright year and fixups Signed-off-by: Nora --- contribute.html | 10 +++--- css/resources.css | 6 +++- getting-started-oasgraph.html | 2 +- getting-started.html | 2 +- index.html | 2 +- oasgraph.html | 2 +- resources.html | 60 +++++++++++++---------------------- 7 files changed, 36 insertions(+), 48 deletions(-) diff --git a/contribute.html b/contribute.html index c995c42..88cba20 100644 --- a/contribute.html +++ b/contribute.html @@ -98,10 +98,10 @@

Contribute to LoopBack
- +
- Documentation icon + Issues icon
Report an issue
@@ -116,7 +116,7 @@
Report an issue
- Issues icon + Contribute icon
Contribute to code
@@ -133,7 +133,7 @@
Contribute to code
- Chat room icon + Contribute icon
Contribute to documentation
@@ -148,7 +148,7 @@
Contribute to documentation
- Contribute icon + Chat icon
Participate in the community
diff --git a/css/resources.css b/css/resources.css index 06b3d54..cd2faf8 100644 --- a/css/resources.css +++ b/css/resources.css @@ -62,7 +62,7 @@ a.card-2:hover h5 { a.card-3 { width: 100%; - height: 192px; + min-height: 192px; display: inline-block; border-radius: 5px; padding: 10px 30px; @@ -83,4 +83,8 @@ img.icon { max-height: 80px; margin-bottom: 1rem; margin-top: 1rem; +} + +.date { + float: right; } \ No newline at end of file diff --git a/getting-started-oasgraph.html b/getting-started-oasgraph.html index e35e2ed..0a43e3b 100644 --- a/getting-started-oasgraph.html +++ b/getting-started-oasgraph.html @@ -226,7 +226,7 @@

Start GraphQL server

-

@ Copyright 2018 StrongLoop, an IBM company

+

@ Copyright 2019 StrongLoop, an IBM company

diff --git a/getting-started.html b/getting-started.html index 1278f50..f59e09d 100644 --- a/getting-started.html +++ b/getting-started.html @@ -324,7 +324,7 @@

Ready to continue your journey?
-

@ Copyright 2018 StrongLoop, an IBM company

+

@ Copyright 2019 StrongLoop, an IBM company

diff --git a/index.html b/index.html index f678639..7bea582 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,7 @@

Ready to build amazing things?
-

@ Copyright 2018 StrongLoop, an IBM company

+

@ Copyright 2019 StrongLoop, an IBM company

diff --git a/oasgraph.html b/oasgraph.html index 550f608..31bffc3 100644 --- a/oasgraph.html +++ b/oasgraph.html @@ -242,7 +242,7 @@

Git repository
-

@ Copyright 2018 StrongLoop, an IBM company

+

@ Copyright 2019 StrongLoop, an IBM company

diff --git a/resources.html b/resources.html index 7f792e1..0bb82b9 100644 --- a/resources.html +++ b/resources.html @@ -216,39 +216,23 @@

Blog posts

@@ -256,21 +240,21 @@

Blog posts

@@ -278,21 +262,21 @@
@@ -311,9 +295,9 @@
OLDER

- + -
+
@@ -377,7 +361,7 @@

Show off your LoopBack integration!
-

@ Copyright 2018 StrongLoop, an IBM company

+

@ Copyright 2019 StrongLoop, an IBM company

From 7edc105087d8f0273f5eff822b437b35f5c25211 Mon Sep 17 00:00:00 2001 From: Nora Date: Mon, 11 Mar 2019 18:03:29 -0400 Subject: [PATCH 2/2] add presentations section to resources page Signed-off-by: Nora --- css/resources.css | 38 ++++++++++++- getting-started-oasgraph.html | 2 +- getting-started.html | 2 +- img/resources/forward_32.svg | 2 +- img/resources/play_128.svg | 1 + img/resources/slideshare-brands.svg | 3 + index.html | 2 +- oasgraph.html | 2 +- resources.html | 88 ++++++++++++++++++++++++++++- 9 files changed, 132 insertions(+), 8 deletions(-) create mode 100644 img/resources/play_128.svg create mode 100644 img/resources/slideshare-brands.svg diff --git a/css/resources.css b/css/resources.css index cd2faf8..82b99da 100644 --- a/css/resources.css +++ b/css/resources.css @@ -56,6 +56,19 @@ a.card-2 { margin-bottom: 32px; } +.card-2 { + width: 100%; + display: inline-block; + border-radius: 5px; + padding: 10px 30px; + border-top: 2px solid var(--color-blue-d); + box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15); + text-align: left; + color: var(--color-gray-xd); + text-decoration: none; + margin-bottom: 32px; +} + a.card-2:hover h5 { color: var(--color-blue-d); } @@ -85,6 +98,29 @@ img.icon { margin-top: 1rem; } +img.slides-icon { + width: 6%; + height: 6%; + margin-right: 16px; + margin-top: 0px; + margin-left: 16px; +} + +.multiple-links:hover { + color: var(--color-blue-d); + cursor: pointer; +} + +.pres { + min-height: 180px; +} + +@media (min-width: 1200px) { + .pres .row { + transform: translateY(15%); + } +} + .date { float: right; -} \ No newline at end of file +} diff --git a/getting-started-oasgraph.html b/getting-started-oasgraph.html index 0a43e3b..c2420dc 100644 --- a/getting-started-oasgraph.html +++ b/getting-started-oasgraph.html @@ -226,7 +226,7 @@

Start GraphQL server

-

@ Copyright 2019 StrongLoop, an IBM company

+

© Copyright 2018-2019 StrongLoop, an IBM company

diff --git a/getting-started.html b/getting-started.html index f59e09d..9641455 100644 --- a/getting-started.html +++ b/getting-started.html @@ -324,7 +324,7 @@

Ready to continue your journey?
-

@ Copyright 2019 StrongLoop, an IBM company

+

© Copyright 2018-2019 StrongLoop, an IBM company

diff --git a/img/resources/forward_32.svg b/img/resources/forward_32.svg index ebb1c88..bbbe8c5 100644 --- a/img/resources/forward_32.svg +++ b/img/resources/forward_32.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/img/resources/play_128.svg b/img/resources/play_128.svg new file mode 100644 index 0000000..540d277 --- /dev/null +++ b/img/resources/play_128.svg @@ -0,0 +1 @@ + diff --git a/img/resources/slideshare-brands.svg b/img/resources/slideshare-brands.svg new file mode 100644 index 0000000..4273374 --- /dev/null +++ b/img/resources/slideshare-brands.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index 7bea582..a0b0e4a 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,7 @@

Ready to build amazing things?
-

@ Copyright 2019 StrongLoop, an IBM company

+

© Copyright 2018-2019 StrongLoop, an IBM company

diff --git a/oasgraph.html b/oasgraph.html index 31bffc3..83cdc11 100644 --- a/oasgraph.html +++ b/oasgraph.html @@ -242,7 +242,7 @@

Git repository
-

@ Copyright 2019 StrongLoop, an IBM company

+

© Copyright 2018-2019 StrongLoop, an IBM company

diff --git a/resources.html b/resources.html index 0bb82b9..da1838c 100644 --- a/resources.html +++ b/resources.html @@ -295,7 +295,91 @@

OLDER


- + + +
+ +
+
+
@@ -361,7 +445,7 @@

Show off your LoopBack integration!
-

@ Copyright 2019 StrongLoop, an IBM company

+

© Copyright 2018-2019 StrongLoop, an IBM company