master
E. Almqvist 3 years ago
parent b5db23185f
commit 1cba2cb370
  1. 2
      src/const.rb
  2. 8
      src/views/index.slim
  3. 7
      src/views/stylesheets/style.sass

@ -31,4 +31,4 @@ BIO_REGEX_STR = "{#{MIN_BIO_LEN},#{MAX_BIO_LEN}}"
# Routes that needs auth
AUTH_ROUTES = %w[/settings]
AUTH_ROUTES = %w[/settings /auction/post]

@ -2,7 +2,9 @@ article
h1.tcenter The Auction House
p.tcenter
| Welcome to the Auction House! With our convenient online auction platform, you can easily browse through listings and find great deals on everything from clothes to electronics.
ul.button-container
li
a.button href="/auction" = "Browse Auctions"
li
a.button href="/auction/post" = "Post Auction"
article
h2.tcenter Stuff
a href="/" = "jahiofhsoifhio"

@ -120,13 +120,6 @@ article
.inlbutton:hover
opacity: .6
.sticky
position: fixed
width: 100%
top: 0
.sticky + .sticky_content
padding-top: 102px
a.button
display: inline-block
font-size: .8rem

Loading…
Cancel
Save