-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.html
53 lines (53 loc) · 5.08 KB
/
footer.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
<div class="container">
<header class="major">
<h2>GeoMundus History</h2>
<p>The first GeoMundus conference was held successfully in 2009 at ISEGI, Lisbon, Portugal. Since then, the conference has been held annually always alternating between Castellón (Spain), Münster (Germany) and Lisbon (Portugal) as central locations.
</p>
<br>
<div class="videoWrapper">
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/BZhaYuEm-A0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<iframe width="100%" height="500" src="https://www.youtube.com/embed/1l--VBTPv_Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
</header>
<div class="select-wrapper">
<select onchange="location.href=this.options[this.selectedIndex].value" name="elige" size="1">
<option value="placeholder" selected>
<span class="red-black-text">Select previous GeoMundus Conference...</span>
<option value="https://geomundus.org/2018/">
<span class="red-black-text">Lisbon, Portugal 2018 <img src="https://geomundus.org/2014/images/portugal.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">7<sup>th</sup>-8<sup>th</sup> of December 2018</span></option>
<option value="https://geomundus.org/2017/">
<span class="red-black-text">Münster, Germany 2017 <img src="https://geomundus.org/2014/images/german.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">10<sup>th</sup>-11<sup>th</sup> of November 2017</span></option>
<option value="https://geomundus.org/2016/" >
<span class="red-black-text">Castellón, Spain 2016 <img src="https://geomundus.org/2014/images/spain.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">04<sup>th</sup>-05<sup>th</sup> of November 2016</span></option>
<option value="https://geomundus.org/2015/" >
<span class="red-black-text">Lisbon, Portugal 2015 <img src="https://geomundus.org/2014/images/portugal.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">20<sup>th</sup>-21<sup>th</sup> of November 2015</span></option>
<option value="https://geomundus.org/2014/">
<span class="red-black-text">Münster, Germany 2014 <img src="https://geomundus.org/2014/images/german.png" alt="SmashingConf Münster, Germany 2014" /></span> <span class="date">7<sup>th</sup>-8<sup>th</sup> of November 2014</span></option>
<option value="https://geomundus.org/2013/">
<span class="red-black-text">Castellón, Spain 2013 <img src="https://geomundus.org/2014/images/spain.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">15<sup>th</sup>-16<sup>th</sup> of November 2013</span></option>
<option value="https://geomundus.org/2012/index-2.html">
<span class="red-black-text">Lisbon, Portugal 2012 <img src="https://geomundus.org/2014/images/portugal.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">9<sup>th</sup>-10<sup>th</sup> of November 2012</span></option>
<option value="https://geomundus.org/2011/index2011.php">
<span class="red-black-text">Münster, Germany 2011 <img src="https://geomundus.org/2014/images/german.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">28<sup>th</sup>-29<sup>th</sup> of October 2011</span>
<option value="https://geomundus.wordpress.com/">
<span class="red-black-text">Castellón, Spain 2010 <img src="https://geomundus.org/2014/images/spain.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">22<sup>th</sup>-23<sup>th</sup> of October 2010</span>
<option value="https://geomundus.wordpress.com/previous-editions/geomundus-2009/">
<span class="red-black-text">Lisbon, Portugal 2009 <img src="https://geomundus.org/2014/images/portugal.png" alt="SmashingConf Freiburg 2014" /></span> <span class="date">29<sup>th</sup>-30<sup>th</sup> of October 2009</span>
</select>
</div>
<br>
<section id="social_networks">
<ul class="icons">
<li><a href="https://twitter.com/geomundus" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/geomundus/?fref=ts" class="icon alt fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/geomundus_conference/" class="icon alt fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/GeomundusConference" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://t.me/geomundus" class="icon alt fa fa-telegram" target="_blank"><span class="label">Telegram</span></a></li>
</ul>
</section>
<ul class="copyright">
<li><a href="https://github.com/erasmus-mundus-geotech-master/Geomundus2019" target="_blank"> © GeoMundus 2019</a></li>
<li>Designed by GeoMundus WebTeam</li>
</ul>
</div>