Skip to content

Commit

Permalink
schedule on pager
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Nov 28, 2012
1 parent 58a27fb commit ccb1c98
Show file tree
Hide file tree
Showing 6 changed files with 642 additions and 11 deletions.
Binary file modified img/t1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/t2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/t3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=1024">

<link rel="stylesheet" href="style.css">
<link href="http://fonts.googleapis.com/css?family=Doppio+One|Open+Sans" rel="stylesheet" type="text/css">
Expand Down Expand Up @@ -37,9 +37,9 @@

<div class="wrapper">
<h2>Schedule</h2>
<h3><a href="#day1" class="active">Day 1</a><a href="#day2">Day 2</a></h3>

<table class="schedule day1">
<h3>Day 1: 29 Nov 2012</h3>
<table class="schedule">
<tr>
<td><div class="day"><p class="panel-day">Thursday</p></div></td>
<td><span class="track1">Under Water Track</span></td>
Expand All @@ -54,7 +54,7 @@ <h3><a href="#day1" class="active">Day 1</a><a href="#day2">Day 2</a></h3>
</tr>
<tr>
<td>9:15am</td>
<td><a href="http://blog.jscamp.asia/post/35110120470/jscamp-talk-jason-smith-real-world-javascript">Real World Javascript <span>Jason Smith</span></a></td>
<td><a href="http://blog.jscamp.asia/post/35110120470/jscamp-talk-jason-smith-real-world-javascript">Real World Javascript <br><span>Jason Smith</span></a></td>
<td></td>
<td></td>
</tr>
Expand All @@ -79,7 +79,7 @@ <h3><a href="#day1" class="active">Day 1</a><a href="#day2">Day 2</a></h3>
<tr>
<td>11:45am</td>
<td><a href="http://blog.jscamp.asia/post/35036976524/jscamp-talk-tim-oxley-client-side-frameworks-a">Client-Side Frameworks: A Vehicle of Opression <span>Tim Oxley</span></a></td>
<td><a href="http://blog.jscamp.asia/post/35327936017/jscamp-talk-jan-jongboom-the-architect-way">The Architect Way <span>Jan Jongboom</span></a></td>
<td><a href="http://blog.jscamp.asia/post/35327936017/jscamp-talk-jan-jongboom-the-architect-way">The Architect Way <br><span>Jan Jongboom</span></a></td>
<td></td>
</tr>
<tr>
Expand All @@ -96,14 +96,14 @@ <h3><a href="#day1" class="active">Day 1</a><a href="#day2">Day 2</a></h3>
</tr>
<tr>
<td>2:00pm</td>
<td><a href="http://blog.jscamp.asia/post/34889081313/jscamp-talk-eric-bidelman-web-components-are-the">Web Components Are The Future<span>Eric Bidelman</span></a></td>
<td><a href="http://blog.jscamp.asia/post/34889081313/jscamp-talk-eric-bidelman-web-components-are-the">Web Components Are The Future <span>Eric Bidelman</span></a></td>
<td></td>
<td></td>
</tr>
<tr>
<td>2:45pm</td>
<td><a href="http://blog.jscamp.asia/post/35328141319/jscamp-talk-bradley-priest-a-shallow-dive-into">A Shallow Dive into Ember.js <span>Bradley Priest</span></a></td>
<td><a href="http://blog.jscamp.asia/post/35619694277/jscamp-talk-henrik-karlstom-developing-a">Developing a Multiplatform PvP Game in JS <span>Henrik Karlstrom</span></a></td>
<td><a href="http://blog.jscamp.asia/post/35619694277/jscamp-talk-henrik-karlstom-developing-a">Developing a Multiplatform PvP Game in JS <br><span>Henrik Karlstrom</span></a></td>
<td></td>
</tr>
<tr>
Expand All @@ -120,13 +120,14 @@ <h3><a href="#day1" class="active">Day 1</a><a href="#day2">Day 2</a></h3>
</tr>
<tr>
<td>5pm</td>
<td><p>The Art of Abstraction <span>Divya Manian, Jed Schmidt, Tim Oxley, Alex McCaw</span></p></td>
<td><p>The Art of Abstraction <br><span>Divya Manian, Jed Schmidt, Tim Oxley, Alex McCaw</span></p></td>
<td></td>
<td></td>
</tr>
</table>

<table class="schedule day2">
<h3>Day 2: 30 Nov 2012</h3>
<table class="schedule">
<tr>
<td><div class="day"><p class="panel-day">Friday</p></div></td>
<td><span class="track1">Under Water Track</span></td>
Expand Down
2 changes: 1 addition & 1 deletion sass/pages/schedule.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.schedule
background-color: white
border: 1px solid lighten(black, 80%)
margin: 20px 0
margin: 20px 0 100px 0
padding-bottom: 30px
position: relative
a
Expand Down
Loading

0 comments on commit ccb1c98

Please sign in to comment.