-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
82 lines (74 loc) · 3.83 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/fullPage.js/dist/fullpage.min.css">
<link rel="stylesheet" href="assets/plugins/slick-1.8.1/slick/slick.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="./assets/imgs/favicon.png">
<title>Konnco Studio | Bring your idea to the next level!</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/imgs/logo.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link color-brand-primary" href="index.html">WORK <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link color-brand-primary" href="process.html">PROCESS</a>
</li>
<li class="nav-item">
<a class="nav-link color-brand-primary" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="btn ml-4 btn-outline-brand my-2 my-sm-0" target="_blank" href="https://frankysomail.typeform.com/to/hJTHRH">START YOUR PROJECT</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="fullpage">
<div class="section introduction">
<div class="container">
<div class="row">
<div class="col-md-5">
<h1 class="color-brand-primary intro-text">Start Your Project</h1>
<div class="section-line"></div>
<p>Konnco is an agency that was started in the fall of 2014 by three friends and previous
co-workers at iPaymu, Franky, Rizal & Wahyu.</p>
<p>It was there, and on other side projects, that Franky, Rizal & Wahyu learned of their
unique drive and coding philosophy separating them from the herd. So they decided to start
Konnco, where the focus is on building clean, scalable products on top of the latest
technology available. And, as they say, the rest was history…
</p>
<div class="pt-4"></div>
<a class="btn btn-outline-brand my-2 my-sm-0 mt-5" href="start.html">LET'S GET STARTED</a>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery.js"></script>
<script src="assets/plugins/fullPage.js/dist/fullpage.min.js"></script>
<script src="assets/plugins/typeit/dist/typeit.min.js"></script>
<script src="assets/plugins/slick-1.8.1/slick/slick.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>