-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodcasts.html
82 lines (77 loc) · 3.89 KB
/
Podcasts.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lena Runarsdottir</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="Favicon.png">
</head>
<body>
<div class="container">
<!--<div class="jumbotron">
<h1>Lena Dís</h1>
<div class="rights">
<object type="image/svg+xml" data="logolena1.svg">
</object>
</div>-->
<div class="header">
<a href="index.html"><h1>Lena Dís <span class="hideonsmalldevices">Rúnarsdóttir</span></h1></a>
<a href="index.html"><img alt="Lena Logo" src="logolena1.svg" class="logo"></a>
</div>
<div id="column1"> <!--left column-->
<div class="tocenter">
<div class="button">
<a href="AboutMe.html">About Me</a>
</div>
<div class="button"><a href="CV.html">CV</a>
</div>
<div class="button">
<a href="recipes.html">Recipes</a>
</div>
<div class="button">
<a href="Traveling.html">Traveling</a>
</div>
</div>
</div>
<div id="column2"><!--center column-->
<div class="column2inside">
<div class="centercontent">
<h2>My Favorite Podcasts</h2>
<p>In 2013 I found this beautiful thing that is podcasts. Podcasts are radioshows or radio stations that are online and easily accessable. I have an app on my phone that I use to listen to podcasts and find new ones to listen to. I have found that podcasts are the perfect way to make chores fun, my apartment has never been as clean. Here are a few of my top ones.</p>
<div class="leftalignedrecipes">
<dl>
<dt>Serial</dt>
<dd>A show that goes through the murder case from 1999.</dd>
<dt>This American Life</dt>
<dd>Each show has a theme and usually true stories about everyday people</dd>
<dt>Death, Sex & Money</dt>
<dd>A program about the big questions and hard choices often left out in polite conversations.</dd>
<dt>TED Radio Hour</dt>
<dd>TED talks adapted to radio, each show has a theme, like the source of happiness, power shifts and inexplicable connections.</dd>
<dt>TED Talks Technology</dt>
<dd>These are short TED Talks about all kinds of techology with video just more accessable than searching for them online, as the just pop up on your app.</dd>
<dt>Radio Ambulante</dt>
<dd>This is kind of the Latin American version of This American Life. Telling stories in spanish that are uniquely Latin American.</dd>
<dt>Criminal</dt>
<dd>I have recently found this one and I am really enjoying it. It is as the name suggest a podcast about crime, but more so about people who have been wronged or who have done wrong.</dd>
</dl>
</div>
</div>
</div>
</div>
<div id="column3"> <!--right column-->
<div class="tocenter">
<div class="button"><a href="Poetry.html">Poetry</a></div>
<div class="button"><a href="Implemented.html">Implemented</a></div>
<div class="button"><a href="Iceland.html">Iceland</a></div>
<div class="button active"><a href="Podcasts.html">Podcasts</a></div>
</div>
</div>
<div> <!--container-->
</div>
</div>
</body>