-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (39 loc) · 2.56 KB
/
index.html
File metadata and controls
67 lines (39 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<header>
<h1>Codehub</h1>
<p>Code hub is a place to code, share, and learn from one another. At Code hub, we will be working on a set project, but you are welcome to bring your own. If you are developing for the web and wish to exchange knowledge and skills, come and join us.</p>
</header>
<section class="about">
<div class="for-you">
<h2>Is Code Hub for you?</h2>
<p>Freelance designers, developers, engineers and anyone who makes stuff for the web are welcome.</p>
</div>
<div class="learnings">
<h2>What are we learning at Code Hub?</h2>
<p>We will be touching on all the technologies that we use in our daily work. These include, HTML, CSS, JavaScript, JQuery, Mobile Web, PHP, MySQL, APIs, JSON, Open Data, Python, etc.</p>
</div>
<div class="meet">
<h2>Where do we meet?</h2>
<p>We meet the first Monday of the month (venue to be determined) for a morning session, from 9:30 - 1:30pm</p>
<p>With a 30min talk/discussion of a learning topic. The rest of the time is for hacking. We will continue to collaborate remotely outside the fixed session.</p>
</div>
</section>
<section class="organisers">
<h2>Codehub is organised by:</h2>
<p><strong>Gicela: (<a href="http://twitter.com/gicela" title="Follow Gicela on Twitter">@gicela</a>)</strong> I've been developing web sites since the mid 1990's and have never stopped learning. Pretty much everythig I know I have learnt it from other people. I feel we need to create a hub of learners where we can meet, share knowledge and collaborate with each other. </p>
<p><strong>Katja: (<a href="https://twitter.com/kdurrani" title="Follow Katja on Twitter">@kdurrani</a>)</strong> I have been fascinated by the web since uploading my first html file in 2000 and creating a personal website. I have now been developing for the web professionally for over 5 years. I too keep learning new things all the time and I'm loving it. The only thing is that working and learning from home can become a bit solitary, and for long stretches there is no feedback. So teaming up with others in a similar situation seems a good idea!</p>
Email address: <a href="mailto:info@codehub.org.uk">info@codehub.org.uk</a>
</section>
<footer>
</footer>
</body>
</html>