-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlectures.htm
82 lines (82 loc) · 3.61 KB
/
lectures.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
<!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 | Lectures</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" class="active">
<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">
<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>Lectures</h1>
<div class="captioned_photo">
<img alt="Projector for lectures" src="lectures_big.jpg" width=200 height=200>
<p><span>Combining modern technology and interesting topics for the best experience.</span></p>
</div>
<p>
Beside the practical work, divided in groups, all participants will have
lectures together. Lectures are held in Visnjan City Hall and are open to the
public. The topics cover various areas of astronomy, and here is the tentative
list of lecturers:
</p>
<ul>
<li><strong>Mario Jurić</strong>, University of Washington, USA</li>
<li><strong>Vibor Jelić, </strong> Ruđer Bosković Institute, Croatia</li>
<li><strong>Korado Korlević</strong>, Višnjan Observatory, Croatia</li>
<li><strong>Tomislav Jurkić</strong>, University of Rijeka, Croatia</li>
<li>more coming soon...</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>