-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (37 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="INSERT MODE : putting people into tech" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>INSERT MODE</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/insertmode">View on GitHub</a>
<h1 id="project_title">INSERT MODE</h1>
<h2 id="project_tagline">putting people into tech</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="creating-learning-platforms-for-social-coding" class="anchor" href="#creating-learning-platforms-for-social-coding"><span class="octicon octicon-link"></span></a>Creating Learning Platforms for Social Coding</h3>
<p>There are not enough skilled software developers in this world that we can ask to build the web applications we want to exist. That's why we decided to show more people how fun and rewarding programming can be.</p>
<p>There is no lack of free learning resources on the Internet. What people need however, is orientation, a path through all the free tutorials out there. They need help in deciding <em>what</em> to learn and in what <em>order</em>. We show them one good path to knowledge and successful collaboration. We preselect and curate online resources. This means we are <em>opinionated</em> about technology.</p>
<p>Our learning environment will emphasise fun, collaboration and communication. From a very early stage on, students will have pair programming sessions with peers that have similar skill set. They will review each other's code and help improving the learning experience.</p>
<p>The percentage of women in the software industry is very low and less than two percent of all open-source developers are female. This tells us that there is obviously a lot of undiscovered talent in this half of humanity. With our first collaborative-learning community, we want to encourage women to seek their inner geek. Check it out at <a href="http://www.she.codes">she.codes</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>