Skip to content

Commit

Permalink
add jist button to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcui committed May 29, 2016
1 parent 51dbd71 commit 3748261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added public/images/jist-dark-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions views/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ block head
block page_content
#top.header.alt.vert
.container
br
br
h1.home YASP
p.lead Yet Another Stats Page
div  
a.btn.btn-default.btn-lg(href='/login')
img(src='http://steamcommunity-a.akamaihd.net/public/images/signinthroughsteam/sits_large_border.png')
h4 Start parsing my matches
div  
a.btn.btn-default.btn-lg(href="/request")
h4 Parse a match by ID<br>(no login required)
div &nbsp;
a.btn.btn-default.btn-lg(href="https://www.jist.tv/create.php")
img.small(src='/public/images/jist-dark-logo.png')
h4 Get a video of your match

section.main
a.arrow-wrap(href='#philosophy')
Expand Down

0 comments on commit 3748261

Please sign in to comment.