-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (108 loc) · 5.2 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Wikimedia Indonesia</title>
<!-- Bootstrap Core CSS -->
<link href="besutkode/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="besutkode/css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="besutkode/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80001227-1', 'auto');
ga('send', 'pageview');
</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<section>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center team-member">
<a href="http://wikimedia.or.id/wiki/Halaman_Utama"><img src="besutkode/img/logos/wiki.png" class="img-responsive" alt=""></a>
</div>
<div class="col-md-6 text-center">
</br>
<a href="besutkode/beranda-universitas.html"><button type="submit" class="btn btn-danger">Besut Kode</br>Universitas</button></a>
</div>
<div class="col-md-6 text-center">
</br>
<a href="besutkode/beranda.html"><button type="submit" class="btn btn-xl">Besut Kode</br>SMA</button></a>
</div>
</div>
</div>
</section>
<div class="portfolio-modal modal fade" id="comingsoon" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="modal-body">
<div class="col-md-6">
<!-- Project Details Go Here -->
<h2>Halaman ini belum tersedia</h2>
<p>Halaman ini akan dibuka pada tanggal 21 September 2016.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i>Tutup Pesan</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Wikimedia Indonesia 2016-2017 | <a href="http://creativecommons.or.id/" style="color:#166df0;">CC-BY-NC 4.0</a></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/wikimediaid"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/wikimedia.indonesia"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="besutkode/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="besutkode/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="besutkode/js/jqBootstrapValidation.js"></script>
<script src="besutkode/js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="besutkode/js/agency.js"></script>
</body>
</html>