-
Notifications
You must be signed in to change notification settings - Fork 0
/
aegee_footer.php
61 lines (57 loc) · 2.41 KB
/
aegee_footer.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
<!-- REQUIRES BOOTSTRAP -->
<style>
.icon.twitter{
background:url('images/icon_twitter.png');
}
.icon.facebook{
background:url('images/icon_facebook.png');
}
.icon.linkedin{
background:url('images/icon_linkedin.png');
}
.icon.youtube{
background:url('images/icon_youtube.png');
}
.icon {
background-position: 0 0px;
vertical-align: top;
display: block;
height: 32px;
width: 32px;
}
.icon:hover {
background-position: 0 -32px;
}
</style>
<div class='row'>
<div class='col-md-12'>
<div style='text-align:center;'>
<div class='row'>
<div class='col-md-12'>
<div class='row' style='text-align:center'>
<div class='col-md-4' style='height:150px;'>
<img src='images/aegee-europe.png' class='img-responsive' style='height:150px;margin-left: auto;margin-right: auto;display: block;'>
</div>
<div class='col-md-4'>
<a href='http://www.aegee.org'><h1 style='height:120px;line-height: 120px;'>EUROPEAN STUDENT'S FORUM</h1></a>
</div>
<div class='col-md-4' style='height:150px;display:flex;flex:1;align-items:center;justify-content:center;flex-direction:column;'>
<div style='text-align:center;display:flex;flex:1;align-items:center;justify-content:center;'>
<a class="icon twitter" href="http://www.twitter.com/aegee_europe" target="_blank"></a>
<a class="icon facebook" href="https://www.facebook.com/aegee" target="_blank"></a>
<a class="icon linkedin" href="https://www.linkedin.com/company/aegee" target="_blank"></a>
<a class="icon youtube" href="https://www.youtube.com/user/AEGEEEuropeChannel" target="_blank"></a>
</div>
<div style='margin-top:20px;flex:1;'>
<a href='mailto:[email protected]' style='color:black;'>
<img src='images/icon_email.png'>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>