diff --git a/index.html b/index.html index dbc873a..c4ce460 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Glasgow Coders - + @@ -13,7 +13,7 @@ @@ -22,31 +22,47 @@

Who are we?

Amongst the bustling tech scene in Glasgow, lives the glasgowCoderCollective.

-

We aim to fill the gap as a community for adult coders at all levels to code, learn, inspire, collaborate... The list is endless! We're an informal yet friendly, hands on bunch with weekly meets on Thurdays evenings at GCU library 6.30pm+. Think laptops, drinks, and bad jokes


-

If you want to meet people like this, join us!

+

We're a small community of adult coders at all levels of experience who code together. At the collective we want friendships to evolve amidst coffee, cake, chat and coding. Think laptops, drinks, and laughter!


+
+
+

When and where?

+

Weekly meets are on Thurdays evenings at GCU library 6.30pm+. We all live busy lives so drop in for as long as it suits you.

+

With the new year, we hope to start monthly excursions to other tech events.


+

Um, so I'm still not clear what to do at a meet!

+

Here's a few of the possibilities, just bring your laptop:

+
+

Beginners and experts alike, if you have an interest in coding and want to join us, then checkout the fb link below

+ + +
+ + +--> diff --git a/style.css b/style.css index 6a1b34a..b5e1236 100644 --- a/style.css +++ b/style.css @@ -2,10 +2,11 @@ body{ } .navbar{ - padding:2em; + padding:1.2em; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 !important; + color:#b2d8d8; } .main_container{ @@ -15,9 +16,13 @@ body{ padding: 35px; margin-top: -20px; } + +.info{ + padding:35px; + margin-bottom: 20px; +} .container{ padding:0 10px 0 10px; - background-color: #004c4c; border-radius: none; } @@ -29,25 +34,31 @@ section{ grid-template-columns: 1fr; } -section,iframe{ - border-radius: 5px +section{ + border-radius: 5px; text-align: center; } +a:link{ + text-decoration: none; +} h1,h2,h3{ text-align: center; padding-bottom: 20px; + font-weight: bold; } .about{ background-color: white; - opacity:0.7; + opacity:0.8; padding: 30px !important; border-radius: 5px; - } -.join, .calender{ +.info{ + padding-top:25px; +} +.join{ grid-column: 1; text-align: center; margin:auto; @@ -57,22 +68,14 @@ h1,h2,h3{ .g-recaptcha{ width:70px; } -.calender{ - - font-weight: bold; - - height:200px; - border-radius: 5px; -} -iframe{ - display:block; - margin:auto; - width:100%; -} footer{ background-color: black; + color:#b2d8d8; text-align: center; - margin-bottom: 20px 0 -10px 0; + margin-bottom: 30px 0 -10px 0; padding:10px; } +footer>p{ + padding:5px; +}