Skip to content

Commit

Permalink
update links for getting-started (and minor style changges)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Howorka committed Feb 21, 2016
1 parent d693025 commit 0e266da
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions themes/openframeworks/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1483,3 1483,8 @@ table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inh
.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#bf6900}
.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}
.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}


.how-tos ul {
padding-left: 0px;
}
2 changes: 1 addition & 1 deletion themes/openframeworks/templates/tutorials.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,7 @@
<h2>how-tos <small>a quick reference for common questions</small></h2>
</div>
<div class="page-wide">
<div class="page-wide how-tos">
% for category in categories:
% if len(category["articles"]) > 0 and category["isHowTo"]:
<div style="width: 30% !important; float: left; height: 200px; margin: 5px;">
Expand Down
6 changes: 3 additions & 3 deletions tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 3,9 @@
<h2>Getting Started!</h2>

<ol>
<li> <a href="/download/"> Download openFrameworks </a> </li>
<li> <a href="/download/"> Set up your IDE </a> </li>
<li> <a href="/download/"> Create a new project </a> </li>
<li> <a href="/download/"> Download &amp; set up openFrameworks </a> </li>
<li> <a href="https://github.com/openframeworks/openFrameworks/tree/master/examples" target="_blank"> Explore the examples
<li> <a href="/tutorials/howto_basics/create_a_new_project"> Create a new project </a> </li>
<li> <a href="#how_tos">Check out the how-tos!</a> </li>
</ol>

Expand Down
8 changes: 8 additions & 0 deletions tutorials/howto_basics/create_a_new_project.markdown
Original file line number Diff line number Diff line change
@@ -0,0 1,8 @@
---
.. title: How to create a new project
.. type: howto
---

Check out these resources about creating new projects:

* [Video about the projectGenerator on YouTube](https://www.youtube.com/watch?v=4k2ZcvC0YEA)

0 comments on commit 0e266da

Please sign in to comment.