diff --git a/includes/css/style.css b/includes/css/style.css new file mode 100644 index 0000000..d42b90c --- /dev/null +++ b/includes/css/style.css @@ -0,0 +1,4 @@ +body { +border: dotted 2px black; +padding:1em; +} diff --git a/includes/foot.pug b/includes/foot.pug index f7d611f..f5f4171 100644 --- a/includes/foot.pug +++ b/includes/foot.pug @@ -1,3 +1,3 @@ //- includes/foot.pug footer#footer - p Copyright (c) HacklabBO + p Credits: CC v4.0 BY-NC-SA http://ecn.org/xm24/ , http://hackordie.gattini.ninja , www.hackmeeting.org ,contact us: hord.cal@posta.indivia.net (?) - Fork us on http://git.lattuga.net/hacklabbo/2017lunario - Visit the web project to confirm the dates: http://hackordie.gattini.ninja/2017lunario/ diff --git a/includes/head.pug b/includes/head.pug index 87a805b..72d240b 100644 --- a/includes/head.pug +++ b/includes/head.pug @@ -1,5 +1,7 @@ //- includes/head.pug head - 2017 lunario + title 2017 lunario + style + include css/style.css script(src='/javascripts/jquery.js') script(src='/javascripts/app.js') diff --git a/index.pug b/index.pug index 4c03d4e..9949e48 100644 --- a/index.pug +++ b/index.pug @@ -2,6 +2,10 @@ doctype html html include includes/head.pug body - h1 2017 - 0x7E1 - 3741 - 11111100001 - p 4° year After Snowden's age + h1 2017 - 0x7E1 - 3741 - 11111100001 + h2 4 + sup th + year year of After Snowden's age + p Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 - + p Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net include includes/foot.pug