forked from NathanBland/unioncollege-webtechnology.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (43 loc) · 2.87 KB
/
Copy pathindex.html
File metadata and controls
66 lines (43 loc) · 2.87 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
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Union College Web Technology Group : Exploring web technologies at Union College in Lincoln, Nebraska." />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Union College Web Technology Group</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/unioncollege-webtechnology">View on GitHub</a>
<h1 id="project_title">Union College Web Technology Group</h1>
<h2 id="project_tagline">Exploring web technologies at Union College in Lincoln, Nebraska.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Welcome!</h3>
<p>The Web Technology Group is a collaboration between students and faculty/staff at Union College who are interested in web design and development. This group includes students in both the computing and graphic design programs, as well as computing faculty and staff in information technology.</p>
<p><strong>The goal of this collaboration is to make awesome stuff and have fun doing it.</strong></p>
<h3>What's Going On</h3>
<p>We are in the early days of this collaboration, but we are sharing resources and ideas on <a href="https://github.com/unioncollege-webtechnology/unioncollege-webtechnology.github.io/wiki">the wiki</a> and asking questions and getting feedback on the <a href="https://github.com/unioncollege-webtechnology/unioncollege-webtechnology.github.io/issues">issue tracker</a>.</p>
<h3>Get Involved</h3>
<p>If you are a student or faculty/staff member at Union College and would like to get involved, contact Gary Dickerson (<a href="https://github.com/gadicker">@gadicker</a>) or Ben Barber (<a href="https://github.com/barberboy">@barberboy</a>) and we'll add you to the Github organization (once you <a href="https://github.com/edu">have a Github account</a>).</p>
<p>If you are a web professional and interested in collaborating/mentoring, we'd love for you to participate as well. Contribute code, join the discussion, add to the wiki; or send an email to Gary or Ben and we'll find a way for you to be more involved.</p>
<h3>Thanks!</h3>
<p>Thanks again for stopping by, and please let us know if you have an questions or feedback.</p>
<p>Sincerely,</p>
<p><a href="https://github.com/gadicker">gd</a> / <a href="https://github.com/barberboy">bpb</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>