Skip to content

Commit

Permalink
Update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoeskau committed Aug 27, 2014
1 parent 03c381e commit 89dbf84
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.project
Binary file added images/bleeding-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 42 additions & 53 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,45 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bleeding Edge Web by edgeATX</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<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>Bleeding Edge Web</h1>
<p>A meetup for the discerning web app developer</p>


<p class="view"><a href="https://github.com/edgeATX">View My GitHub Profile</a></p>

</header>
<section>
<h1>
<a name="bleeding-edge-web" class="anchor" href="#bleeding-edge-web"><span class="octicon octicon-link"></span></a>Bleeding Edge Web</h1>

<p><em>A meetup for the discerning web app developer</em></p>

<p><a href="http://www.meetup.com/bleeding-edge-web/">http://www.meetup.com/bleeding-edge-web/</a></p>

<p>We meet at the awesome <a href="http://capitalfactory.com/">Capital Factory</a> at 7pm on the 4th Wednesday of each month.</p>

<p>Events are <a href="http://capitalfactory.lifesize.com/videos/">livestreamed and recorded</a>.</p>

<p>Follow us on <a href="https://twitter.com/edgeatx">Twitter</a>.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<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-18103207-9");
pageTracker._trackPageview();
} catch(err) {}
</script>

</body>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bleeding Edge Web Meetup - Austin, TX</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<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>Bleeding Edge Web</h1>
<img src="images/bleeding-edge.png" alt="Bleeding Edge Web">
</header>

<section>
<p><em><strong>A meetup for the discerning web app developer</strong></em></p>
<p>&rArr; View our <a href="slides">presentations</a></p>
<p>Join: <a href="http://www.meetup.com/bleeding-edge-web/">http://www.meetup.com/bleeding-edge-web/</a></p>
<p>We meet at the awesome <a href="http://capitalfactory.com/">Capital Factory</a> at 7pm on the 4th Wednesday of each month</p>
<p>Events are <a href="http://capitalfactory.lifesize.com/videos/">livestreamed and recorded</a></p>
<p>Follow us on <a href="https://twitter.com/edgeatx">Twitter</a></p>
<p>Organized by <a href="http://moeskau.com/">Brian</a> &amp; <a href="http://www.coreybutler.com/">Corey</a></p>
</section>

<footer></footer>
</div>

<script src="javascripts/scale.fix.js"></script>
<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-18103207-9");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>
35 changes: 18 additions & 17 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

body {
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font:20px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#333;
font-weight:300;
}

Expand All @@ -25,6 +25,7 @@ h1 {
}

h2 {
font-size: 24px;
color:#393939;
}

Expand Down Expand Up @@ -65,7 +66,7 @@ code, pre {

pre {
padding:8px 15px;
background: #f8f8f8;
background: #f8f8f8;
border-radius:5px;
border:1px solid #e5e5e5;
overflow-x: auto;
Expand Down Expand Up @@ -104,17 +105,17 @@ header {
header ul {
list-style:none;
height:40px;

padding:0;

background: #eee;
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);

border-radius:5px;
border:1px solid #d2d2d2;
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
Expand All @@ -140,7 +141,7 @@ header ul a {

strong {
color:#222;
font-weight:700;
font-weight:600;
}

header ul li + li {
Expand Down Expand Up @@ -184,33 +185,33 @@ footer {
}

@media print, screen and (max-width: 960px) {

div.wrapper {
width:auto;
margin:0;
}

header, section, footer {
float:none;
position:static;
width:auto;
}

header {
padding-right:320px;
}

section {
border:1px solid #e5e5e5;
border-width:1px 0;
padding:20px 0;
margin:0 0 20px;
}

header a small {
display:inline;
}

header ul {
position:absolute;
right:50px;
Expand All @@ -222,15 +223,15 @@ footer {
body {
word-wrap:break-word;
}

header {
padding:0;
}

header ul, header p.view {
position:static;
}

pre, code {
word-wrap:normal;
}
Expand All @@ -240,7 +241,7 @@ footer {
body {
padding:15px;
}

header ul {
display:none;
}
Expand Down

0 comments on commit 89dbf84

Please sign in to comment.