From 6fea89d08db88f7cf024c8c50020daea89e1e4e9 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sun, 3 Mar 2019 02:01:39 +0000 Subject: [PATCH] Add "much needed" "interesting" "content" --- README.md | 8 ++++++++ index.html | 8 ++++++++ style.css | 9 ++++++--- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d7a7d2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Hacksrus.uk + +The Hacks 'R' Us website. + +## Contributing +Yes +### Even dumb shit? +100% diff --git a/index.html b/index.html index a77b224..06b2f66 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,19 @@

Hacks 'R' Us Logo

+

Who?

+

What?

+

Dumb stuff with technology

+

Where?

+

Your local hacker camp or con

+

When?

+

Since 2018

diff --git a/style.css b/style.css index 1afd701..85562dd 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ +body { + font-family: Comic Sans MS; +} + div.container { max-width: 700px; margin: 0 auto; + text-align: center; } ul.people { @@ -44,6 +49,4 @@ ul.people>li>a { color: #fff; text-decoration: none; font-size: 20px; - font-family: Comic Sans MS -} - +} \ No newline at end of file