-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (62 loc) · 3.7 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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>opensource@wes</title>
</head>
<body>
<header>
<div class="container">
<h1>opensource@wes</h1>
<h2>Wesleyan University's GitHub</h2>
<section id="downloads">
<a href="https://github.com/wesleyan" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a name="welcome-to-open-source-at-wesleyan-university" class="anchor" href="#welcome-to-open-source-at-wesleyan-university"><span class="octicon octicon-link"></span></a>Welcome to Open Source at Wesleyan University!</h3>
<p>This page aggregates all the open source projects developed by the bright minds of the greater <a href="http://www.wesleyan.edu">Wesleyan</a> community.</p>
<h3>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Projects</h3>
<ul>
<li><a href="http://wesleyan.github.io/cmdr">cmdr</a>: An A/V control system built in Ruby with an HTML5 frontend</li>
<li><a href="http://wesleyan.github.io/spec">spec</a>: An event management application built on Node.js</li>
<li><a href="http://wesleyan.github.io/pulleffect">pulleffect</a>: A customizable dashboard built on Flask and Backbone.js</li>
</ul><h3>
<a name="current-contributors" class="anchor" href="#current-contributors"><span class="octicon octicon-link"></span></a>Current Contributors</h3>
<ul>
<li>Robert Christensen (<a href="https://github.com/rchristensen" class="user-mention">@rchristensen</a>)</li>
<li>Brent Morgan (<a href="https://github.com/brentmorgan" class="user-mention">@brentmorgan</a>)</li>
<li>Brian Gapinski '14 (<a href="https://github.com/bgapinski" class="user-mention">@bgapinski</a>)</li>
<li>Arthur Burkart '14 (<a href="https://github.com/Chachi-inactive" class="user-mention">@Chachi-inactive</a>)</li>
<li>Justin Raymond '14 (<a href="https://github.com/jrraymond" class="user-mention">@jrraymond</a>)</li>
<li>Cumhur Korkut '17 (<a href="https://github.com/joom" class="user-mention">@joom</a>)</li>
<li>Sam Giagtzoglou '16 (<a href="https://github.com/samgiagtzoglou" class="user-mention">@samgiagtzoglou</a>)</li>
<li>Jack Lashner '16 (<a href="https://github.com/jlashner" class="user-mention">@jlashner</a>)</li>
<li>Denise Francisco '16 (<a href="https://github.com/denfrancisco" class="user-mention">@denfrancisco</a>)</li>
<li>Maksim Trifunovski '17 (<a href="https://github.com/trifunovski" class="user-mention">@trifunovski</a>)</li>
<li>Tyler Harden '17 (<a href="https://github.com/barca" class="user-mention">@barca</a>)</li>
<li>Kevin Ault '17 (<a href="https://github.com/kault" class="user-mention">@kault</a>)</li>
<li>Kira FitzGerald '17 (<a href="https://github.com/KiraFitz" class="user-mention">@KiraFitz</a>)</li>
</ul>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5332725-11");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>