-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpage.html
executable file
·46 lines (44 loc) · 2.56 KB
/
page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Circle Creative Office</title>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link href="assets/fonts/font-awesome/font-awesome.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/maven-pro/maven-pro.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/animate.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/aos/aos.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/theme.css">
</head>
<body>
<main>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-8">
<div class="brand-info d-flex align-items-center" data-aos="fade-down">
<div>
<div class="logo">
<a href="http://circle-creative.com/" target="_blank">
<img src="assets/img/logo.png">
</a>
</div>
<h4 class="text-light font-weight-normal mt-3">"Ya inilah bumi, sebelum kita meninggalkannya. Tempatmu tumbuh, bersama yang lain, menjadi bagian dari cerita hidupmu, mudah-mudahan yang indah dikenang" - Pidi Baiq</h4>
</div>
</div>
</div>
</div>
</div>
</main>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/waypoint.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/libraries/popper.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="assets/packages/aos/aos.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
</html>