Skip to content

Commit

Permalink
adding books/sites buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AnEmortalKid committed Oct 8, 2017
1 parent e05af2d commit 238bf20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added assets/images/apocalypse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/books.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions dnd-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,31 @@ <h2>Villains</h2>
<p><a class="btn btn-default" href="./villains/" role="button">View Villains &raquo;</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/rooms.png" alt="Fhttp://www.paperspencils.com/wp-content/uploads/2013/04/HangingCrown.png" width="140" height="140">
<img class="img-circle" src="assets/images/rooms.png" alt="http://www.paperspencils.com/wp-content/uploads/2013/04/HangingCrown.png" width="140" height="140">
<h2>Rooms</h2>
<p>It takes a moment for your eyes to adjust to the flickering torchlight, the chamber walls are not at all what you had been expecting...</p>
<p><a class="btn btn-default" href="./rooms/" role="button">View Rooms &raquo;</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/books.png" alt="https://flavorwire.files.wordpress.com/2012/06/laramee1.jpg" width="140" height="140">
<h2>Books</h2>
<p>I'd like to look around the library to find a book...</p>
<p><a class="btn btn-default" href="./books/" role="button">View Rooms &raquo;</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/apocalypse.png" alt="https://fineartamerica.com/images/artworkimages/medium/1/four-horsemen-alex-ruiz.jpg" width="140" height="140">
<h2>Apocalypses</h2>
<p>The world's coming to an end! Or came to an end!</p>
<p><a class="btn btn-default" href="./books/" role="button">View Rooms &raquo;</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- ./row -->
<hr class="featurette-divider">
<div class="row text-center block-center">
<p class="lead">Dont forget to check out <a href="//reddit.com/r/DnDBehindTheScreen">r/DnDBehindTheScreen</a>, where you can find more cool resources like this and <a href="https://www.reddit.com/r/DnDBehindTheScreen/comments/3ez8tr/10000_compilation_lists/">contribute</a> to them, too!</p>
<p>Help out by adding to the <a href="https://www.reddit.com/r/DnDBehindTheScreen/comments/3ez8tr/10000_compilation_lists/">reddit threads</a>, visiting <a href="https://github.com/AnEmortalKid/anemortalkid.github.io">the site repo</a> or <a href="https://github.com/AnEmortalKid/reddit-parser"> the code repo</a>.
</p>
<p>Old version Made by <a href="//reddit.com/u/Crow1170">/u/crow1170</a> and <a href="//reddit.com/u/AnEmortalKid">/u/AnEmortalKid</a> for DMs everywhere.</p>
<p>New version updated by AnEmortalKid</p>
<p>Currently updated and maintained by AnEmortalKid</p>
</div><!-- ./row -->
</div><!-- /.container -->
<!-- JavaScript
Expand Down

0 comments on commit 238bf20

Please sign in to comment.