Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update developer portal icons and change sidebar header colour #1891

Merged
merged 1 commit into from
Apr 22, 2016
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
4 changes: 2 additions & 2 deletions docs/developing.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Here in the **Sandstorm developer portal**, you will find to resources that help people build new
Here in the **Sandstorm developer portal**, you will find to resources to help you build new
apps on top of Sandstorm, package existing apps, and understand how apps and Sandstorm fit together.

<div class="developer-next-steps">
<div class="next-step tutorial"><a href="../vagrant-spk/packaging-tutorial/">New? Try tutorial</a></div>
<div class="next-step why"><a href="https://sandstorm.io/developer">Why Sandstorm</a></div>
<div class="next-step discussion"><a href="https://groups.google.com/d/forum/sandstorm-dev">Community Q&amp;A</a></div>
<div class="next-step app-market"><a href="https://apps.sandstorm.io/">See app market</a></div>
<div class="next-step app-market"><a href="https://apps.sandstorm.io/">See App Market</a></div>
<div class="next-step live-chat"><a href="https://kiwiirc.com/client/irc.freenode.net/?channel=#sandstorm">Live chat via IRC</a></div>
<div class="next-step demo-app"><a href="https://apps.sandstorm.io/app/0dp7n6ehj8r5ttfc0fj0au6gxkuy1nhw2kx70wussfa1mqj8tf80">Try a demo app</a></div>
</div>
Expand Down
26 changes: 18 additions & 8 deletions docs/extra.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wy-side-nav-search {
background-color: #4d52ac;
}

.wy-side-nav-search>.home-and-project {
display: flex;
text-align: left;
Expand Down Expand Up @@ -50,10 +54,16 @@
}

.next-step {
max-width: 25%;
width: 33%;
text-align: center;
min-width: 140px;
}

@media (max-width: 320px) {
.next-step {
width: 50%;
}
}

.next-step::before {
background-size: 100px 100px;
background-repeat: no-repeat;
Expand All @@ -63,20 +73,20 @@
display: block;
}
.next-step.tutorial::before {
background-image: url("https://sandstorm.io/images/help-package.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/try-tutorial.svg");
}
.next-step.why::before {
background-image: url("https://sandstorm.io/images/help-share.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/sandstorm.svg");
}
.next-step.discussion::before {
background-image: url("https://sandstorm.io/images/help-write.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/write.svg");
}
.next-step.app-market::before {
background-image: url("https://sandstorm.io/images/core-apps-growing.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/app-market.svg");
}
.next-step.live-chat::before {
background-image: url("https://sandstorm.io/images/help-discuss.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/live-chat.svg");
}
.next-step.demo-app::before {
background-image: url("https://sandstorm.io/images/core-single-sign-on.svg");
background-image: url("https://alpha-evgl4wnivwih0k6mzxt3.sandstorm.io/try-demo-app.svg");
}