Skip to content

Commit

Permalink
fix update hook hopefully, and new chat page styling
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Feb 2, 2017
1 parent 91e82eb commit fb237b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions contact.moon
Expand Up @@ -4,19 +4,21 @@ class extends lapis.Application
[chat: "/chat"]: =>
@title = "Chat on Discord"
@html ->
h2 "My Discord Server"
div ->
link rel: "stylesheet", href: @build_url "static/css/pure-responsive-grids.css"
div class: "pure-u-1-3", ->
h2 "My Discord Server"
iframe src: "https://discordapp.com/widget?id=98612945000345600&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0
h2 "YouTuber Gamers"
p ->
text "Kind of a ghost town right now, but "
em "you"
text " can fix that."
div ->
a href: @url_for("chat_rules"), "Rules"
div class: "pure-u-1-3", ->
h2 "YouTuber Gamers"
p ->
text "Kind of a ghost town right now, but "
em "you"
text " can fix that."
iframe src: "https://discordapp.com/widget?id=98996659454775296&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0
h2 "Kerbal Warfare"
p "(Will be) Used for organizing multiplayer Kerbal warfare."
div ->
div class: "pure-u-1-3", ->
h2 "Kerbal Warfare"
p "(Will be) Used for organizing multiplayer Kerbal warfare."
iframe src: "https://discordapp.com/widget?id=115597534726062086&theme=dark", width: 350, height: 500, allowtransparency: true, frameborder: 0

[chat_rules: "/chat/rules"]: =>
Expand Down
2 changes: 1 addition & 1 deletion githook
Submodule githook updated 1 files
+5 −5 githook.moon

0 comments on commit fb237b5

Please sign in to comment.