-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 2.15 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 2.15 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CodeMontage Resources by CodeMontage</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>CodeMontage Resources</h1>
<p>Resources for CodeMontage coding superheroes.</p>
<p class="view"><a href="https://github.com/CodeMontage">View the Project on GitHub <small>CodeMontage</small></a></p>
<ul>
<li class="single"><a href="">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>CodeMontage Resources</h2>
<p>Welcome! Here's where we keep track of references, tips, and tricks that help us improve our coding skills through social good projects.</p>
<h3>CodeMontage Core Principles</h3>
<ul>
<li>Computing is among the most efficient and effective ways to improve the human experience.</li>
<li>Open Source Software advances our collective human progress. (We don't believe TMI exists in software, and will try to share and open source as much as possible).</li>
<li>Engaging diverse contributors is essential to improving the software industry, and thus the impact of computing on humanity.</li>
</ul><h3>About Us</h3>
<p>These resources are maintained by the <a href="https://github.com/CodeMontage" class="user-mention">@CodeMontage</a> team, founded in 2012 and led by <a href="https://github.com/DBNess" class="user-mention">@DBNess</a>. You can reach us at <a href="mailto:hello@codemontage.com">hello@codemontage.com</a>.</p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>