Created
February 10, 2016 08:18
-
-
Save thetutlage/92d8e2e0358394e5eada to your computer and use it in GitHub Desktop.
Stories list view for tweedle app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends '../partials/master' %} | |
{% block content %} | |
<div class="__band"> | |
<div class="__text"> | |
<p><b>Tweedle</b> is a place to share your tech stories in 140 characters. It is built on top of <a href="http://adonisjs.com/"> AdonisJs </a></p> | |
</div> | |
<div class="button__area"> | |
<a href="/signup" class="__button">Join us</a> | |
</div> | |
</div> | |
<div class="blog__list"> | |
<div class="__post"> | |
<h4><a href="/stories/1"> Dummy title </a></h4> | |
<p>12 hours ago by dummy <a href="/stories/id"> View </a></p> | |
</div> | |
</div> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment