-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.php
104 lines (89 loc) · 4.04 KB
/
banner.php
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
<?php
if ($lang == "en") : /* English banner part goes below:*/
?>
<div class="row header-image">
<div class="col-md-12">
<div class="row">
<div class="col-md-12 main-title">
<a href="<?php echo home_url(); ?>"><img class="img-responsive main_img" src="<?php bloginfo('template_url');?>/main_logo.png"></a>
</div>
</div>
<!--
<div class="row">
<div class="col-md-12 date">
May, 18<sup>th</sup> - 20<sup>th</sup>, 2015</span><span class="sub_date"><br>
<a class="where" href="http://osm.org/go/0Ismjz4s1" target="_blank">Unska 3,</a> <a class="where" href="http://www.fer.hr">FER - Zagreb, Croatia</a>
</div>
</div>-->
<div class="row">
<div class="container sponsor-message">
<h3>May 18<sup>th</sup> - 20<sup>th</sup>, 2015</h3>
<h4>ZAGREB</h4>
<h4>
<a href="http://osm.org/go/0Ismjz4s1?m=">Faculty of Electrical Engineering and Computing, Unska 3</a>
</h4>
</div>
</div>
</div>
</div>
<div class="row gray-bg action-links">
<div class="container">
<div class="row gray-bg">
<div class="col-md-8 ">
<a href="/en/keynotes/" class="subbanner-link">
<div>Take a look at</div>
<div>the keynotes!</div>
</a>
</div>
<div class="col-md-4">
<!--<a class="subbanner-link-blue" href="/hr/raspored-predavanja" >Conference schedule</a>-->
<a class="subbanner-link-blue" href="http://www.open.hr/2015/02/natjecaj-za-dodjelu-nagrade-otvorena-informatika-za-postignuca-u-2014-godini/" >Open IT award</a>
<br><span class="white-text">Croatian only</span>
</div>
</div>
</div>
</div>
<?php
else: /*Croatian banner part goes below:*/
?>
<div class="row header-image">
<div class="col-md-12">
<div class="row">
<div class="col-md-12 main-title">
<a href="<?php echo home_url(); ?>"><img class="img-responsive main_img" src="<?php bloginfo('template_url');?>/main_logo.png"></a>
</div>
</div>
<!--<div class="row">
<div class="col-md-12 date">
18. - 20. svibnja, 2015.<span class="sub_date"><br>
<a class="where" href="http://osm.org/go/0Ismjz4s1" target="_blank">Unska 3,</a> <a class="where" href="http://www.fer.hr">FER - Zagreb</a>
</div>
</div>-->
<div class="row">
<div class="container sponsor-message">
<h3>18. - 20. svibnja 2015.</h3>
<h4>ZAGREB</h4>
<h4>
<a href="http://osm.org/go/0Ismjz4s1?m=">Fakultet elektrotehnike i računarstva, Unska 3</a>
</h4>
</div>
</div>
</div>
</div>
<div class="row gray-bg action-links">
<div class="container">
<div class="row gray-bg">
<div class="col-md-8 ">
<a href="/hr/keynote-predavaci" class="subbanner-link">
<div>Pogledajte ovogodišnja</div>
<div>uvodna predavanja!</div>
</a>
</div>
<div class="col-md-4">
<!--<a class="subbanner-link-blue" href="/hr/raspored-predavanja" >Conference schedule</a>-->
<a class="subbanner-link-blue" href="http://www.open.hr/2015/02/natjecaj-za-dodjelu-nagrade-otvorena-informatika-za-postignuca-u-2014-godini/" >Nagrada Otvorena informatika</a>
</div>
</div>
</div>
</div>
<?php endif; ?>