forked from SuperFriendly/project-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (60 loc) · 3.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title>Zephyr Podcast Show Notes</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="" />
<!-- http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="http://fonts.googleapis.com/css?family=Karla:400,700,400italic" rel="stylesheet" type="text/css" />
<link href="c/project-hub.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrap clearfix">
<div class="page-header-wrap">
<header class="page-header" role="banner">
<h1 class="page-header-title">Zephyr Podcast</h1>
<h2 class="page-header-subtitle">Show Notes</h2>
</header>
</div><!-- .page-header-wrap -->
<section role="main" class="main">
<article class="entry entry-future">
<h1 class="entry-title">Episode 2</h1>
<p class="entry-date">TBD</p>
<p>Topics include:</p>
<ul>
<li>?</li>
</ul>
</article><!-- .entry -->
<article class="entry entry-latest">
<h1 class="entry-title">Episode 2 (The real rehearsal) </h1>
<p class="entry-date">June 21, 2015</p>
<p>Krishna learns how to record Facetime calls.</p>
<p>So, the first episode didn't really happen because we(I) couldn't record my converation.
This week we will be a rehash of last week's topics and a couple of new ones.</p>
</article><!-- .entry -->
<article class="entry">
<h1 class="entry-title">Episode 1 (The rehearsal) </h1>
<p class="entry-date">June 14, 2015</p>
<p>Josh and Krishna learn how to talk on the phone.</p>
<p>Topics include:</p>
<ul>
<li>Pronounciation and languages</li>
<li>Podcast lists</li>
<li>Audible book lists</li>
<li>Naming things</li>
<li><a href="//andjosh.com">Josh's website</a></li>
<li><a href="//ybv.github.io">Krishna's website</a></li>
</ul>
</article><!-- .entry -->
</section><!-- .main -->
</div><!-- .wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="j/project-hub.js"></script>
</body>
</html>