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

Use FontAwesome for ALL! the icons #58

Merged
merged 1 commit into from
Aug 13, 2014
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: 1 addition & 3 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
---

<div class='hero-unit'>
<h1>C</h1>
<img src='/img/github.png' />
<h1>ntribute</h1>
<h1>C<i class="icon-github"></i>ntribute</h1>
<p>...and become a part of the Shoes Team!</p>
<center>
<img id='team' src='/img/team.jpg' />
Expand Down
72 changes: 11 additions & 61 deletions css/shoes.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,6 @@
font-size: 40px;
}
}
#tutorials{
background: url('/img/sprite.png') no-repeat 0px -482px;
width: 45px;
height: 33px;
display: inline-block;
vertical-align: middle;
margin: 5px;
}
#blog{
background: url('/img/sprite.png') no-repeat -1px -524px;
width: 45px;
height: 35px;
display: inline-block;
vertical-align: middle;
margin: 5px;
}
#contribute{
background: url('/img/sprite.png') no-repeat -57px -515px;
width: 48px;
height: 44px;
display: inline-block;
vertical-align: middle;
margin: 5px;
}
#nobody{
position: absolute;
top: -50px;
Expand Down Expand Up @@ -137,44 +113,12 @@
width: 128px;
height: 128px;
}
.arrow1{
opacity: 0.8;
background: url('/img/arrow.jpg') no-repeat;
.download-arrow.icon-download{
color: #cde4a8;
font-size: 110px;
float: left;
width: 128px;
height: 128px;
}
#walk{
background: url('/img/sprite2.png') no-repeat -52px -4px;
width: 40px;
height: 42px;
display: inline-block;
vertical-align: middle;
margin: 2px;
}
#book{
background: url('/img/sprite2.png') no-repeat 0 0;
width: 44px;
height: 48px;
display: inline-block;
vertical-align: middle;
margin: 2px;
}
#manual{
background: url('/img/sprite2.png') no-repeat -163px -1px;
width: 62px;
height: 48px;
display: inline-block;
vertical-align: middle;
margin: 2px;
}
#rdocs{
background: url('/img/sprite2.png') no-repeat -95px 0;
width: 63px;
height: 49px;
display: inline-block;
vertical-align: middle;
margin: 2px;
min-height: 2.2em;
}
.tut {
position: relative;
Expand All @@ -188,4 +132,10 @@
position: absolute;
top: -40px;
right: 0px;
}
}
h2 i{
color: #595959;
}
h1 i.icon-github{
font-size: .75em;
}
4 changes: 2 additions & 2 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Downloads</h1>
<div class='span5 downloads'>
<div id="download-main-content">
<h2>Shoes</h2>
<div class='arrow1'></div>
<i class="icon-download download-arrow"></i>
Shoes 3.2: <a href="http://shoes.mvmanila.com/federales/">(see here for what's new)</a>
<ul>
<li><a href="http://shoes.mvmanila.com/public/shoes/shoes-3.2.14-gtk2-x86_64.run">Shoes 3.2 for Linux 64 bit</a></li>
Expand Down Expand Up @@ -49,7 +49,7 @@ <h2>Shoes</h2>
</div>
<div class='span5 downloads'>
<h2>Shoes Accessories</h2>
<div class='arrow1'></div>
<i class="icon-download download-arrow"></i>
<div>
<a href='https://s3.amazonaws.com/net.wasnotrice.shoes/wrappers/shoes-app-template-0.0.1.zip'>OS X .app wrapper</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions get_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Get Help</h1>
</div>
<div class='row'>
<div class='span5'>
<h2>Help</h2>
<h2><i class="icon-question-sign"></i> Help</h2>
<ul>
<li>
<a href='http://stackoverflow.com/questions/tagged/shoes'>Stackoverflow</a>
Expand All @@ -25,7 +25,7 @@ <h2>Help</h2>
</ul>
</div>
<div class='span5'>
<h2>Bugs/Feature Requests</h2>
<h2><i class="icon-bug"></i> Bugs/Feature Requests</h2>
<ul>
<li>
<a href='https://github.com/shoes/shoes/issues'>GitHub Issue tracker</a>
Expand Down
Binary file removed img/arrow.jpg
Binary file not shown.
Binary file removed img/sprite.png
Binary file not shown.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h1>Shoes!</h1>
</div>
<div class='row'>
<div class='span3'>
<h2>Tutorials</h2>
<div id='tutorials'></div>
<h2><i class="icon-question-sign"></i> Tutorials</h2>

<p>
New to Shoes? Great! There are tons of resources available to get
you started with Shoes.
Expand All @@ -42,8 +42,8 @@ <h2>Tutorials</h2>
</p>
</div>
<div class='span3'>
<h2>Blog</h2>
<div id='blog'></div>
<h2><i class="icon-rss-sign"></i> Blog</h2>

<p>
Keep up with the latest developments, see what
other people are building, and hear about new features as we build
Expand All @@ -54,8 +54,8 @@ <h2>Blog</h2>
</p>
</div>
<div class='span3'>
<h2>Contribute</h2>
<div id='contribute'></div>
<h2><i class="icon-github"></i> Contribute</h2>

<p>
Want to contribute? Fantastic! The Shoes Team is always looking
for motivated contributers. Help us make Shoes even better.
Expand Down
18 changes: 9 additions & 9 deletions tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@ <h1>Tutorials</h1>
</div>
<div class='row'>
<div class='span5'>
<h2>The Walkthrough</h2>
<div id='walk'></div>
<h2><i class="icon-map-marker"></i> The Walkthrough</h2>

<p>The quickest way to get started with Shoes. If you are new
to Shoes start here.
</p>
<a href='/walkthrough.html'>Click here.</a>
</div>
<div class='span5'>
<h2>The Manual</h2>
<div id='manual'></div>
<h2><i class="icon-file-text"></i> The Manual</h2>

<p>The manual documents all the shoes methods. (Kind of like
an API Reference.)
</p>
<a href='/manual/Hello.html'>Click here.</a>
</div>
<div class='span5'>
<h2>The Book</h2>
<div id='book'></div>
<h2><i class="icon-book"></i> The Book</h2>

<p>"Nobody Knows Shoes" by _why. Read this if you want to get a solid understanding of the basic concepts of Shoes.
</p>
<a href='http://cloud.github.com/downloads/shoes/shoes/nks.pdf'>Click here.</a>
</div>
<div class='span5'>
<h2>The RDocs</h2>
<div id='rdocs'></div>
<h2><i class="icon-list-alt"> The RDocs</i></h2>

<p>Thorough technical documentation in rdoc format.</p>
<a href='http://rdoc.info/github/shoes/shoes'>Click here.</a>
</div>
<div class='span5'>
<h2>The Wiki</h2>
<h2><i class="icon-edit-sign"></i> The Wiki</h2>
<p>Ideas and documentation on Github.</p>
<a href='https://github.com/shoes/shoes/wiki'>Click here.</a>
</div>
Expand Down