Skip to content

Commit

Permalink
http archive
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Oct 22, 2014
1 parent 88e8166 commit affeab9
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html
Expand Up @@ -63,11 +63,7 @@
background-color: rgba(255,255,255,0);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.70, rgba(255,255,255,0)), color-stop(0.3, rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 100%);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 100%);
-moz-background-size: 7px 7px;
background-size: 7px 7px;
background-repeat: repeat;
background-color: #C5CCD4;
Expand All @@ -82,9 +78,6 @@
z-index: 500;
background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(176, 188, 205, 1)), to(rgba(129, 149, 175, 1)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.0) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.0) 100%);
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.0) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.0) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.0) 100%);;
padding: 7px 10px;
background-color: #8195AF;
Expand Down Expand Up @@ -778,6 +771,15 @@ <h1 class="intro">Mobile: Web Performance</h1>
<img src="images/top-smartphones.jpg" width="650" height="283" alt="phones" style="margin: 50px auto 0 auto; display:block;"/> </section>
</div>


<div class="slide object">

<object data="http://httparchive.org/interesting.php"></object>

<header><h1>Houston, we've got a problem</h1></header>
<a href="http://httparchive.org/interesting.php" class="objectlink" target="_foo">Download Zip</a>
</div>

<div class="slide normal">
<header><h1>Web Performance Optimization</h1></header>
<section class="content">
Expand Down

0 comments on commit affeab9

Please sign in to comment.