Skip to content

Commit e76f5a9

Browse files
author
Eric Kepes
committed
setting up the first page
1 parent 3ae37ad commit e76f5a9

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pghtechfest.com

index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
6+
<title>PghTechFest/PghTechFest @ GitHub</title>
7+
8+
<style type="text/css">
9+
body {
10+
margin-top: 1.0em;
11+
background-color: #fefee7;
12+
font-family: Helvetica, Arial, FreeSans, san-serif;
13+
color: #000000;
14+
}
15+
#container {
16+
margin: 0 auto;
17+
width: 700px;
18+
}
19+
h1 { font-size: 3.8em; color: #010118; margin-bottom: 3px; }
20+
h1 .small { font-size: 0.4em; }
21+
h1 a { text-decoration: none }
22+
h2 { font-size: 1.5em; color: #010118; }
23+
h3 { text-align: center; color: #010118; }
24+
a { color: #010118; }
25+
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
26+
.download { float: right; }
27+
pre { background: #000; color: #fff; padding: 15px;}
28+
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
29+
.footer { text-align:center; padding-top:30px; font-style: italic; }
30+
</style>
31+
</head>
32+
33+
<body>
34+
<a href="https://github.com/PghTechFest/PghTechFest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
35+
36+
<div id="container">
37+
38+
<div class="download">
39+
<a href="https://github.com/PghTechFest/PghTechFest/zipball/master">
40+
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
41+
<a href="https://github.com/PghTechFest/PghTechFest/tarball/master">
42+
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
43+
</div>
44+
45+
<h1><a href="https://github.com/PghTechFest/PghTechFest">PghTechFest</a>
46+
<span class="small">by <a href="https://github.com/PghTechFest">PghTechFest</a></span></h1>
47+
48+
<div class="description">
49+
Pittsburgh TechFest is a community-run conference for the developer community in Southwestern Pennsylvania and the surrounding areas.
50+
</div>
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
<h2>Contact</h2>
64+
<p>[email protected]<br/> </p>
65+
66+
67+
<h2>Download</h2>
68+
<p>
69+
You can download this project in either
70+
<a href="https://github.com/PghTechFest/PghTechFest/zipball/master">zip</a> or
71+
<a href="https://github.com/PghTechFest/PghTechFest/tarball/master">tar formats.
72+
</p>
73+
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
74+
by running:
75+
<pre>$ git clone git://github.com/PghTechFest/PghTechFest</pre>
76+
</p>
77+
78+
<div class="footer">
79+
get the source code on GitHub : <a href="https://github.com/PghTechFest/PghTechFest">PghTechFest/PghTechFest</a>
80+
</div>
81+
82+
</div>
83+
84+
</body>
85+
</html>

0 commit comments

Comments
 (0)