Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 25 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Glasgow Coders</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style3.css" type="text/css"/>
<link rel="stylesheet" href="styles/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Expand All @@ -13,7 +13,7 @@
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">glasgowCoderCollective</a>
<h4>glasgowCoderCollective</h4>
</div>
</div>
</nav>
Expand All @@ -22,31 +22,47 @@
<div class="container about">
<h3>Who are we?</h3>
<p>Amongst the bustling tech scene in Glasgow, lives the glasgowCoderCollective. </p>
<p>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</p></br>
<p>If you want to meet people like this, join us!</p>
<p>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!</p></br>

</div>
</div>

<div class="container info">
<h3>When and where?</h3>
<p>Weekly meets are on Thurdays evenings at<a href="https://www.google.co.uk/maps/place/Glasgow+Caledonian+University/@55.8661538,-4.2508041,212m/data=!3m2!1e3!4b1!4m5!3m4!1s0x4888441f6d37e73b:0xe44f66a88fe29ff5!8m2!3d55.8661538!4d-4.2508041"> GCU library</a> 6.30pm+. We all live busy lives so drop in for as long as it suits you.</p>
<p>With the new year, we hope to start monthly excursions to other tech events.</p></br>
<h3>Um, so I'm still not clear what to do at a meet!</h3>
<p>Here's a few of the possibilities, just bring your laptop:</p>
<ul>
<li>Progress through freeCodeCamp/codeAcademy/Treehouse tutorials</li>
<li>Do some of your own projects </li>
<li>Talk geeky stuff</li>
</ul></br>
<h4>Beginners and experts alike, if you have an interest in coding and want to join us, then checkout the fb link below</h4>


</div>
<!--
<section>
<div class="container-fluid jumbotron join">
<h3><strong>Join our Slack</strong></h3>
<h3><strong>Join our Slack or Facebook</strong></h3>
<fieldset>
<form action="slack" method="post">
<input type="email" name="email" placeholder="[email protected]" autofocus/><br><br>
<input style="strong" type="submit" value="Join Us", disabled>
<input style="strong" type="submit" value="Join our slack", disabled>
</form><br>
<div class="g-recaptcha" data-sitekey="Your site key goes here"></div>
</fieldset>
</div>

<!--<div class="container-fluid calender" id="calender"><h3><strong>Calender</strong></h3><iframe src="#" style="border-width:0" frameborder="0" scrolling="no"></iframe>
</div>
-->

</section>
-->

<footer>
<a href="https://www.facebook.com/groups/136019366986372/"><img alt="Facebook" src="http://dev.redink.dk/otterup/wp-content/uploads/2017/09/facebook-f-logo.png" height="30em"/></a>
<a href="https://github.com/GlasgowCoderCollective/"><img alt="Github" src="https://pbs.twimg.com/profile_images/616309728688238592/pBeeJQDQ.png" height="30em"/></a>
<p>In memory of handsome Neil, who we sadly lost in December 2017</p>
</footer>

</body>
Expand Down
43 changes: 23 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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;
}

Expand All @@ -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;
Expand All @@ -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;
}