-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 2.47 KB
/
index.html
File metadata and controls
61 lines (53 loc) · 2.47 KB
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
---
layout: map
title: Welcome to ISEGI Campus Map Open Source Team Site
---
<div class="row header_map">
<div class="large-2 columns">
<div id='branding'></div>
</div>
<div class="large-10 columns">
<div id="about ">
<h1>UNL - Campus Campolide </h1>
<a class="button medium" href="http://www.unl.pt">← Return to UNL.pt</a>
<a class="button medium" href="{{site.baseurl}}/foursquare">Hungry?</a>
<a class="button medium" href="{{site.baseurl}}/transport">Need Transport?</a>
<p id="firstStop">This is the Universidade de Lisboa Campus at Campolide. The NOVA School of Business and Economy, NOVA School of Law and ISEGI NOVA are located here.</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns" style="padding-top:20px;">
</div>
</div>
<div class="row map_container">
{% include filter.html %}
<div id="maps" class="large-9 columns" style="border:1px solid #ddd; background:#e7e7e7;padding-left:0;padding-right:0;">
<div id='map-ui'></div>
<div id="map" data-map="map" class="map"></div>
</div>
{% include mobile_filter.html %}
</div>
<script src="{{site.baseurl}}/javascripts/site/script1.js"></script>
<!-- At the bottom of your page but inside of the body tag -->
<ol id="tour" class="joyride-list" data-joyride data-options="cookieName:'joyride'">
<li data-id="firstStop" data-text="To the map →" data-options="tipLocation:bottom;">
<p>Welcome to the new UNL Campus Map. Use the buttons above to change your map type.</p>
</li>
<li data-id="maps" data-class="custom so-awesome" data-text="← To Layers" data-options="tipLocation:top;">
<h4>The Map</h4>
<p>We have completely redesigned the map and create new cartography. Click on a marker or hover over a building for more information.</p>
</li>
<li data-id="map-ui" data-class="custom so-awesome" data-text="← to Search" data-options="tipLocation:bottom;">
<h4>Choose Layers</h4>
<p>Use this control to toggle your layers on and off.</p>
</li>
<li data-id="search" data-button="Next" data-options="tipLocation:bottom;tipAnimation:fade">
<h4>Search</h4>
<p>Not sure what you're looking for? We got it covered type your search here to filter e.g. Toilets...</p>
</li>
<li data-button="End">
<h4>Suggestions?</h4>
<p>Have you noticed any problems with the map? Help us improve it by opening an issue at <a href="https://github.com/NOVAGIS/os_campus_map">NOVAGIS/os_campus_map</a></p>
</li>
</ol>