-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.81 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.81 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - SinauGIS</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic">
</head>
<body>
<nav class="navbar navbar-light navbar-expand bg-light navigation-clean">
<div class="container"><a class="navbar-brand" href="#">SinauGIS</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"></button>
<div class="collapse navbar-collapse" id="navcol-1"></div>
</div>
</nav>
<section class="showcase">
<div class="container">
<div class="row">
<div class="col-md-12 col-xl-12 text-center"><div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/id_ID/sdk.js#xfbml=1&version=v8.0" nonce="RklJ9yRR"></script>
<div class="fb-page"
data-href="https://www.facebook.com/sinaugis"
data-tabs="timeline"
data-width="500"
data-height="1200"
data-small-header="false"
data-adapt-container-width="true"
data-hide-cover="false"
data-show-facepile="true"><blockquote cite="https://www.facebook.com/sinaugis"
class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/sinaugis">Sinau GIS : GIS Training I Digital Mapping I Field Survey</a></blockquote>
</div>
<br/><br/><br/></div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>