-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (40 loc) · 2.4 KB
/
index.html
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
63
<!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>
Mailing list form (MailChimp) to catch email addresses
<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="organisers">
<h2>Codehub is organised by:</h2>
<p>Gicela: I’ve been developing for the web since the mid 1990’s and have never stopped learning. I feel we need to create a hub of learners where we can share knowledge, help each other and create an environment where we feel comfortable learning.</p>
<p>Katja: 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:[email protected]">[email protected]</a>
</section>
<footer>
</footer>
</body>
</html>