1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00

Added blog

This commit is contained in:
2015-07-21 13:20:21 -05:00
parent c17442131f
commit 38c9fab9cc
10 changed files with 317 additions and 52 deletions

View File

@@ -6,6 +6,7 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='jquery-ui-1.11.4/jquery-ui.css')
link(rel='stylesheet', href='jquery-timepicker/jquery.timepicker.css')
link(rel='stylesheet', href='bootstrap/css/bootstrap.icon-large.min.css')
link(href='http://fonts.googleapis.com/css?family=Arvo', rel='stylesheet', type='text/css')
body
block content
@@ -13,5 +14,4 @@ html
script(src="bootstrap/js/bootstrap.js")
script(src="jquery-ui-1.11.4/jquery-ui.js")
script(src="jquery-timepicker/jquery.timepicker.js")
script(src="javascripts/notify.min.js")
script(src="javascripts/custom.js")