-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpart.footer.html
91 lines (84 loc) · 3.69 KB
/
part.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
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
<footer>
<div id="footer-inner">
<!--
# Closing section
-->
<div class="section light" id="closing">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 make-footer-border">
<div class="closing-present">
<h2>Dipersembahkan oleh</h2>
<a>
<img class="pure-img" src="img/logo-ugm.png" alt="">
</a>
<a>
<img class="pure-img" src="img/logo-kmteti.png" alt="">
</a>
</div>
<div class="closing-contact">
<h2>Kontak</h2>
<p>
<img src="img/icon-cp.png" alt="Kontak ketua" class="ico-footer"> Kristian Saragih - 085762013010
</p>
<p>
<img src="img/icon-alamat.png" alt="Alamat kami" class="ico-footer"> Jalan Grafika No. 2 Yogyakarta 55281
</p>
<p>
<img src="img/icon-peta.png" alt="Peta" class="ico-footer"> <a href="https://www.google.co.id/maps/place/Magister+Teknologi+Informasi+UGM/@-7.7658414,110.3718439,19z/data=!4m2!3m1!1s0x2e7a584e11609fe5:0xfc81eee11023155?hl=en" target="_blank">Lihat lokasi di Google Map</a></p>
<p>
<a href="//facebook.com/TechnocornerUGM" target="_blank"><img src="img/icon-sosmedf.png" alt="fb" class="ico-footer"> TechnocornerUGM</a>
</p>
<p>
<a href="//twitter.com/TechnocornerUGM" target="_blank"><img src="img/icon-sosmedt.png" alt="tw" class="ico-footer"> @TechnocornerUGM</a>
</p>
<p>
<a href="//ask.fm/technocornerUGM" target="_blank"><img src="img/icon-sosmedaskfm16.png" alt="AskFm"> Ask TechnocornerUGM</a>
</p>
<p>
<div class="see-button pure-u-1-3">
<a href="contact.html" class="more-contact"><strong>More</strong> Details</a>
</div>
</p>
</div>
</div>
<div class="pure-u-1 pure-u-md-2-3 closing-sponsor">
<h2>Partnership with</h2>
<a id="icio-logo">
<img class="pure-img bronze white-protect" src="img/sponsor/logo-icio.png" alt="partnership : iCIO">
</a>
<h2>Sponsored By</h2>
<object class="pure-img white-protect" data="img/sponsor/sponsor.svg" type="image/svg+xml" width="80%"></object>
<h2>Our Media Partner</h2>
<a>
<img class="pure-img" style="height: 10em;" src="img/media-partner/media-partner.png" alt="media-partner">
<!-- <map name="sponsor"> -->
<!-- <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun"> -->
<!-- </map> -->
</a>
</div>
</div>
</div> <!-- Closing ends -->
<!--
# Copyright section
-->
<div id="copyright" class="section dark">
<div class="pure-g">
<div class="pure-u-3-4 pure-u-md-3-4">
<p>Hak cipta © 2015<br/>Tim Technocorner</p>
</div>
<div class="pure-u-1-4 pure-u-md-1-4 license">
<p><small>Common Creative License</small> <br/><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Lisensi Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"></a>
</p>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51856252-2', 'auto');
ga('send', 'pageview');
</script>
</footer>