-
Notifications
You must be signed in to change notification settings - Fork 0
/
Personal.html
91 lines (61 loc) · 2.94 KB
/
Personal.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
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TWKN9DVYJD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TWKN9DVYJD');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">Irena Vaňková</a></h1>
</div>
<div id="banner"><img src="images/sermilik.jpg" width="667" height="118" alt="" /></div>
</div>
<div id="menu" class="container">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Papers_Talks.html">Publications and Talks</a></li>
<li><a href="Teaching.html">Teaching</a></li>
<li class="active"><a href="#">Personal</a></li>
</ul>
</div>
<div id="top-bar" class="container">
<div class="bar">
</div>
</div>
<div id="page" class="container">
<div id="content">
<div class="post">
<div class="entry">
<p>I used to take long weekend rides on a road bike while at NYC and in Cambridge. Now I spend a lot of time wandering and backpacking around the mountains of Southern Colorado and Northern New Mexico.</p>
<p>I hiked the <a href="http://johnmuirtrail.org/" rel="nofollow">John Muir Trail</a> and the southern part of the <a href="https://www.israeltrail.net/" rel="nofollow">Israel National Trail</a> and both were pretty amazing.</p>
<p>I played basketball for many years and was a member of these teams: <a href="http://sokolnusle.sklub.cz/" rel="nofollow">Sokol Nusle</a>, <a href="http://www.fibaeurope.com/compID_-aL-KlCzJc-SVAwk29g5d0.season_2004.roundID_3776.teamID_2612.playerID_48558.html" rel="nofollow">Czech junior team</a>, <a href="http://www.gowyo.com/roster.aspx?path=wbball" rel="nofollow">University of Wyoming</a>, <a href="http://cfhs.cfsd16.org/index.php/activities-sports/athletics" rel="nofollow">Catalina Foothills High School</a>, and <a href="http://www.cambridgecats.co.uk/index.php/teams/senior-ladies/" rel="nofollow">Cambridge Cats</a>. </p>
<p>
I have also volunteered as a basketball coach for Cambridge Cats and as a referee for YMCA-Los Alamos, both for children aged 8-11 years. </p>
</div>
</div>
</div>
<div id="sidebar">
<p><img src="images/SC.jpg" width="240" height=“80” alt="" class="border" /></p>
</div>
<div class="clearfix"> </div>
<div id="footer-bar" class="two-cols">
<div class="clearfix"> </div>
</div>
</div>
</div>
<div id="footer" class="container">
</div>
</body>
</html>