Skip to content

Commit 644a1ad

Browse files
committed
Replace master branch with page content via GitHub
1 parent c211cb2 commit 644a1ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3253
-329
lines changed

fonts/OpenSans-Bold-webfont.eot

20.7 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.svg

+146
Loading

fonts/OpenSans-Bold-webfont.ttf

20.5 KB
Binary file not shown.

fonts/OpenSans-Bold-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.eot

23 KB
Binary file not shown.

fonts/OpenSans-BoldItalic-webfont.svg

+146
Loading

fonts/OpenSans-BoldItalic-webfont.ttf

22.8 KB
Binary file not shown.
15.2 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.eot

23.3 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.svg

+146
Loading

fonts/OpenSans-Italic-webfont.ttf

23.1 KB
Binary file not shown.

fonts/OpenSans-Italic-webfont.woff

15.5 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.svg

+146
Loading

fonts/OpenSans-Light-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Light-webfont.woff

13.6 KB
Binary file not shown.
23.5 KB
Binary file not shown.

fonts/OpenSans-LightItalic-webfont.svg

+146
Loading
23.3 KB
Binary file not shown.
15.6 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.eot

20.4 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.svg

+146
Loading

fonts/OpenSans-Regular-webfont.ttf

20.2 KB
Binary file not shown.

fonts/OpenSans-Regular-webfont.woff

13.7 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.eot

20.6 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.svg

+146
Loading

fonts/OpenSans-Semibold-webfont.ttf

20.4 KB
Binary file not shown.

fonts/OpenSans-Semibold-webfont.woff

13.7 KB
Binary file not shown.
23.3 KB
Binary file not shown.

fonts/OpenSans-SemiboldItalic-webfont.svg

+146
Loading
23.1 KB
Binary file not shown.
15.4 KB
Binary file not shown.

images/bullet.png

139 Bytes
Loading

images/hr.gif

1.09 KB
Loading

images/nav-bg.gif

1.21 KB
Loading

index.html

+27-17
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,42 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<title>Bleeding Edge Web by edgeATX</title>
7-
87
<link rel="stylesheet" href="stylesheets/styles.css">
98
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
10-
<script src="javascripts/scale.fix.js"></script>
11-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
12-
9+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10+
<script src="javascripts/respond.js"></script>
1311
<!--[if lt IE 9]>
14-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1513
<![endif]-->
14+
<!--[if lt IE 8]>
15+
<link rel="stylesheet" href="stylesheets/ie.css">
16+
<![endif]-->
17+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
18+
1619
</head>
1720
<body>
21+
<div id="header">
22+
<nav>
23+
<li class="fork"><a href="https://github.com/edgeATX">View On GitHub</a></li>
24+
</nav>
25+
</div><!-- end header -->
26+
1827
<div class="wrapper">
19-
<header>
20-
<h1>Bleeding Edge Web</h1>
21-
<p>A meetup for the discerning web app developer</p>
22-
<p class="view"><a href="https://github.com/edgeATX">View the Project on GitHub <small>edgeATX</small></a></p>
23-
<ul>
24-
<li class="single"><a href="https://github.com/edgeATX/edgeATX.github.io">View On <strong>GitHub</strong></a></li>
25-
</ul>
26-
</header>
28+
2729
<section>
30+
<div id="title">
31+
<h1>Bleeding Edge Web</h1>
32+
<p>A meetup for the discerning web app developer</p>
33+
<hr>
34+
<span class="credits left">Project maintained by <a href="https://github.com/edgeATX">edgeATX</a></span>
35+
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
36+
</div>
37+
2838
<h1>
2939
<a name="bleeding-edge-web" class="anchor" href="#bleeding-edge-web"><span class="octicon octicon-link"></span></a>Bleeding Edge Web</h1>
3040

41+
<p><em>A meetup for the discerning web app developer</em></p>
42+
3143
<p><a href="http://www.meetup.com/bleeding-edge-web/">http://www.meetup.com/bleeding-edge-web/</a></p>
3244

3345
<p>We meet at the awesome <a href="http://capitalfactory.com/">Capital Factory</a> at 7pm on the 4th Wednesday of each month.</p>
@@ -36,10 +48,8 @@ <h1>
3648

3749
<p>Follow us on <a href="https://twitter.com/edgeatx">Twitter</a>.</p>
3850
</section>
51+
3952
</div>
40-
<footer>
41-
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
42-
</footer>
4353
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
4454
<script type="text/javascript">
4555
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
@@ -53,4 +63,4 @@ <h1>
5363
</script>
5464

5565
</body>
56-
</html>
66+
</html>

0 commit comments

Comments
 (0)