-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprevious.htm
136 lines (136 loc) · 6.2 KB
/
previous.htm
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VSA 2016 | Previous VSA</title>
<meta content="Program of Visnjan School of Astronomy" name="Description">
<meta content="school astronomy program" name="Keywords">
<link href="bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="vsa_main.css" rel="stylesheet" type="text/css">
<link href="fonts/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container-fluid main white">
<div class="row visnjan_banner">
<div class="col-xs-12" id="header">
<img alt="VSA" src="vsa_white.png">
</div>
</div>
<div class="row white">
<div class="menu col-xs-12 col-sm-3 col-md-2">
<ul class="nav">
<li id="nav_hom">
<a href=".">Home</a>
</li>
<li id="nav_prog">
<a href="program.htm">Program</a>
</li>
<li id="nav_proj">
<a href="projects.htm">Projects</a>
</li>
<li id="nav_lec">
<a href="lectures.htm">Lectures</a>
</li>
<li id="nav_app">
<a href="application.htm">Application</a>
</li>
<li id="nav_spo">
<a href="sponsors.htm">Sponsors</a>
</li>
<li id="nav_pre" class="active">
<a href="previous.htm">Previous</a>
</li>
<li id="nav_con">
<a href="contact.htm">Contact</a>
</li>
</ul>
</div>
<div id="" class="col-xs-12 col-sm-9 col-md-10">
<h1>Previous VSA</h1>
<div class="captioned_photo">
<img alt="Big orange box" height="200" src="previous_big.jpg" width="200">
<p><span>This big orange box is here because the space seems empty without....</span></p>
</div>
<p>VSA has been going for twenty years now, and it has always been somewhat different summer school. Here you can find fishing oysters' excursions, Mars rovers made from lego bricks which can get a yoghurt from the kitchen, domestic animals on electronic circuits and even big orange boxes :). To find out more, or simply remember good old times, visit the webpages of previous VSA, which date back to the Internet pioneering days in 1996.</p>
<p> </p>
<ul class="past_vsa_links nav clearfix clear two-col">
<li class="alt">
<a href="http://www.astro.hr/vsa96/engver.htm">VSA 1996</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa97/eng/index.html">VSA 1997</a>
</li>
<li>
<a href="http://www.astro.hr/vsa98/">VSA 1998</a>
</li>
<li>
<a href="http://www.astro.hr/vsa98fun/index.html">1998 special</a>
</li>
<li>
<a href="http://www.astro.hr/vsa99/index.html">VSA 1999</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2000/VSA_Report/vsa_report.html">VSA 2000</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2001/news/news.html">VSA 2001</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2002/report_hr/report_hr.html">VSA 2002</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2003/">VSA 2003</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2004/">VSA 2004</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2005/">VSA 2005</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2006">VSA 2006</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2007">VSA 2007</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2008/">VSA 2008</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2009/">VSA 2009</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2010">VSA 2010</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2011">VSA 2011</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2012/">VSA 2012</a>
</li>
<li class="alt">
<a href="http://www.astro.hr/vsa2013/">VSA 2013</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2014">VSA 2014</a>
</li>
<li>
<a href="http://www.astro.hr/vsa2015">VSA 2015</a>
</li>
</ul>
<p></p>
</div>
</div>
</div>
<div class="container-fluid footer">
<div class="row">
<div class="col-xs-12" id="footer">
<p class="pull-left">Visnjan Observatory, Istarska 5, 52463 Visnjan, Croatia</p>
<p class="pull-right">April, 2016</p>
</div>
</div>
</div>
</body>
</html>