Skip to content

Commit

Permalink
Update developer portal icons and change sidebar header colour
Browse files Browse the repository at this point in the history
  • Loading branch information
neynah committed Apr 22, 2016
1 parent 330763b commit ff13b45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
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
19 changes: 11 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,9 +54,8 @@
}

.next-step {
max-width: 25%;
width: 33%;
text-align: center;
min-width: 140px;
}
.next-step::before {
background-size: 100px 100px;
Expand All @@ -63,20 +66,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");
}

0 comments on commit ff13b45

Please sign in to comment.