Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Add Presentation Section to Resources Page #63

Merged
merged 2 commits into from
Mar 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ <h3 class="section-heading" style="padding-top: 48px;">Contribute to LoopBack</h

<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href=" https://loopback.io/doc/en/contrib/Reporting-issues.html">
<a class="card-2" href=" https://loopback.io/doc/en/contrib/Reporting-issues.html" target="_blank">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="img/contribute/issue-icon-1x.png" alt="Documentation icon"/>
<img class="icon" src="img/contribute/issue-icon-1x.png" alt="Issues icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Report an issue</h5>
Expand All @@ -116,7 +116,7 @@ <h5 class="card-title">Report an issue</h5>
<a class="card-2" href="https://loopback.io/doc/en/contrib/code-contrib.html" target="_blank">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="img/contribute/devgroup-icon-1x.png" alt="Issues icon"/>
<img class="icon" src="img/contribute/devgroup-icon-1x.png" alt="Contribute icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Contribute to code</h5>
Expand All @@ -133,7 +133,7 @@ <h5 class="card-title">Contribute to code</h5>
<a class="card-2" href="https://loopback.io/doc/en/contrib/doc-contrib.html" target="_blank">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="img/contribute/contribute-icon-1x.png" alt="Chat room icon"/>
<img class="icon" src="img/contribute/contribute-icon-1x.png" alt="Contribute icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Contribute to documentation</h5>
Expand All @@ -148,7 +148,7 @@ <h5 class="card-title">Contribute to documentation</h5>
<a class="card-2" href="https://groups.google.com/forum/#!forum/loopbackjs" target="_blank">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="img/contribute/devchat-icon-1x.png" alt="Contribute icon"/>
<img class="icon" src="img/contribute/devchat-icon-1x.png" alt="Chat icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Participate in the community</h5>
Expand Down
44 changes: 42 additions & 2 deletions css/resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,26 @@ 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);
}

a.card-3 {
width: 100%;
height: 192px;
min-height: 192px;
display: inline-block;
border-radius: 5px;
padding: 10px 30px;
Expand All @@ -83,4 +96,31 @@ img.icon {
max-height: 80px;
margin-bottom: 1rem;
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;
}
2 changes: 1 addition & 1 deletion getting-started-oasgraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h3 class="feature-heading">Start GraphQL server</h3>
<hr class="hairline-footer">
<div class="row text-center">
<div class="col-md-6">
<p class="regular"> @ Copyright 2018 StrongLoop, an IBM company</p>
<p class="regular"> &copy; Copyright 2018-2019 StrongLoop, an IBM company</p>
</div>
<div class="col-md-6">
<p style="float:right">
Expand Down
2 changes: 1 addition & 1 deletion getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 style="color:white">Ready to continue your journey?
<hr class="hairline-footer">
<div class="row text-center">
<div class="col-md-6">
<p class="regular"> @ Copyright 2018 StrongLoop, an IBM company</p>
<p class="regular"> &copy; Copyright 2018-2019 StrongLoop, an IBM company</p>
</div>
<div class="col-md-6">
<p style="float:right">
Expand Down
2 changes: 1 addition & 1 deletion img/resources/forward_32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/resources/play_128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/resources/slideshare-brands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h3 style="color:white">Ready to build amazing things?
<hr class="hairline-footer">
<div class="row text-center">
<div class="col-md-6">
<p class="regular"> @ Copyright 2018 StrongLoop, an IBM company</p>
<p class="regular"> &copy; Copyright 2018-2019 StrongLoop, an IBM company</p>
</div>
<div class="col-md-6">
<p style="float:right">
Expand Down
2 changes: 1 addition & 1 deletion oasgraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h5 class="card-title">Git repository</h5>
<hr class="hairline-footer">
<div class="row text-center">
<div class="col-md-6">
<p class="regular"> @ Copyright 2018 StrongLoop, an IBM company</p>
<p class="regular"> &copy; Copyright 2018-2019 StrongLoop, an IBM company</p>
</div>
<div class="col-md-6">
<p style="float:right">
Expand Down
Loading