-
Notifications
You must be signed in to change notification settings - Fork 0
/
venue.html
54 lines (50 loc) · 1.7 KB
/
venue.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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<style>
#map {
width: 50%;
height: 400px;
background-color: grey;
}
</style>
<title>Warszawsko-Krakowskie Seminarium z Machine Learningu</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/bootstrap.css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div class="main-nav">
<ul class="nav-right">
<!--<img class="logo" src="MI2 DataLab logo.jpg">-->
<li class="navbar-left">ML nad Wisłą</li>
<li><a href="projects.html" >Projekty</a></li>
<li><a href="meetings.html">Spotkania</a></li>
<li><a class = "active" href="venue.html">Miejsce</a></li>
<li><a href="index.html">O Seminariach</a></li>
</ul>
</div>
</div>
<br><br>
<div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 text-left">
</div>
<div class="col-lg-5 col-md-5 col-sm-5 text-left">
<p>Pierwsze spotkanie odbędzie się 28 maja 2018r. o 12:00 na <a href="http://www.mini.pw.edu.pl/tikiwiki/">Wydziale Matematyki i Nauk Informacyjnych Politechniki Warszawskiej</a> ul. Koszykowa 75 w sali 107 (1 piętro).</p>
</div>
<div class="col-lg-5 col-md-5 col-sm-5 text-left">
<div class="mapouter">
<div class="gmap_canvas">
<iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=wydział matematyki i nauk informacyjnych politechniki warszawskiej&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>