-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
86 lines (75 loc) · 2.88 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php
$date = date('m/d/Y h:i:s',time());
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset="UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
<title>Curriculum Vitae Yano Andriyanto </title>
<!-- Bootstrap core CSS -->
<link href="CSS/bootstrap.css" rel="stylesheet">
<link href="CSS/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="CSS/main.css" rel="stylesheet">
<link href="CSS/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" media="all" >
<script src="JS/jquery-1.8.2.min.js"></script>
<script src="JS/hover.zoom.js"></script>
<script src="JS/hover.zoom.conf.js"></script>
<script src="JS/jquery-1.9.1.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="JS/jquery.lightbox-0.5.min.js" type="text/javascript" charset="utf-8"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="JS/html5shiv.js"></script>
<script src="JS/respond.min.js"></script>
<![endif]-->
</head>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4></h4>
<p>
Depok, West Java<br/>
Indonesia
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<!-- <a href="#">Google Plus</a><br/>-->
<a href="https://www.twitter.com/yanoandri">Twitter</a><br/>
<a href="https://www.facebook.com/yano.andriyanto">Facebook</a>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>Copyright ©</h4>
<p> This resume template is brought to you by <a href="http://www.blacktie.co/demo/stanley/about.html">Stanley</a> All Right Reserved</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="JS/bootstrap.min.js"></script>
<script type="text/javascript">
$(function(){
$('a[rel=lightbox]').lightBox({
containerResizeSpeed: 250,
fixedNavigation: true
});
$('a[rel=2ndlightbox]').lightBox({
overlayBgColor: '#fff',
overlayOpacity: 0.7
});
});
</script>
</body>
</html>