moved jumptotop
This commit is contained in:
parent
a32884dc0f
commit
af69d3daac
2 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,10 @@
|
|||
<div class="row">
|
||||
<div class="small-12 columns" style="text-align: right;">
|
||||
<a class="entypo entypo-48" href="#top-of-page">  </a>
|
||||
</div><!-- /.small-12.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
||||
<footer id="footer-content" class="bg-grau">
|
||||
<div id="footer">
|
||||
<div class="row">
|
||||
|
@ -35,12 +42,6 @@
|
|||
</div><!-- /.large-3.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
<div class="row">
|
||||
<div class="small-12 columns" style="text-align: right;">
|
||||
<a class="entypo entypo-48" href="#top-of-page">  </a>
|
||||
</div><!-- /.small-12.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
</div><!-- /#footer -->
|
||||
|
||||
|
||||
|
@ -49,7 +50,7 @@
|
|||
<section id="subfooter-left" class="bottom-30 small-12 medium-6 columns">
|
||||
<ul class="inline-list">
|
||||
<li><a href="{{ site.url }}/about/">About</a></li>
|
||||
<li>Built with <a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a> using <a style="display:inline;" href="http://phlow.github.io/feeling-responsive/"><em>Feeling Responsive</em></a></li>
|
||||
<li>We ♥ <a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a> & <a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a> </li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@ permalink: "/roadmap/"
|
|||
## ToDo
|
||||
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Clean up color scheme
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
* Optimize HTML and use Schema.org-Attributes
|
||||
* Add draft-templates for new pages/posts
|
||||
|
|
Reference in a new issue