-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (85 loc) · 4.29 KB
/
index.html
File metadata and controls
109 lines (85 loc) · 4.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="description" content="Ganada Project is the project-based starts-up company based in South Korea."/>
<meta name="keywords" content="ganada,project,startsup,wearbe,웨어비,가나다,프로젝트,가나다프로젝트,ganadaproject,스타트업"/>
<meta name="author" content="Ganada Project"/>
<link rel="icon" href="favicon.png" type="image/png" sizes="16x16">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--★Social-tag★-->
<meta property="og:image" content="cont/socialshare.png"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.ganadaproject.com"/>
<meta property="og:title" content="Ganada Project"/>
<meta property="og:description" content="Ganada Project is the project-based starts-up company based in South Korea."/>
<!--★Fonts★-->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,500,600,900|Nanum+Gothic:400,700,800&display=swap" rel="stylesheet">
<!--★Icons★-->
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" type="text/css" href="fonts/flaticon/font/flaticon.css">
<!--★Universal CSS★-->
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<title>Ganada</title>
</head>
<body class="bg">
<nav class="container">
<ul class="font-eng">
<li class="nav-li-a-logo"><img class="img-fluid" src="cont/logo.png"></li>
<!--<li style="float:right"><a href="contact.html">contact</a></li>-->
</ul>
</nav>
<div class="container">
<div class="main">
<h3 class="big-title font-kor">
새로운 일상을 개발합니다.
</h3>
<p class="sub-title font-kor">서비스가 새로운 라이프스타일로 반영될 수 있도록 노력합니다.</p>
<!--<div style="margin-top:50px!important;">
<a class="text-button font-kor" href="https://wearbe.ganadaproject.com" target="_blank">
가나다의 첫번째 프로젝트 알아보기</a></div>-->
</div>
</div>
<!--
<div class="container">
<div class="main">
<p class="font-eng">
<b>Ganada is a project-based startup team.</b><br>
Our project is derived from an observation on daily discomfort.<br>
We shape the observation into an innovative idea.<br>
The idea turns into solutions with the passion of Ganada.<br>
And we hope the solution to be permeated the audiences with new habit.
</p>
</div>
</div>
-->
<div class="container">
<div class="wearbe">
</div>
</div>
<div class="container">
<footer>
<p class="font-eng" style="font-weight:normal!important;color:#111314!important;">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <b>Ganada Project</b><br>
contact@ganadaproject.com | 174-37-00535<br>
<!--
<a href="https://www.linkedin.com/company/ganadaproject" target="_blank" style="margin-right:5px;">Linkedin</a>
<a href="https://www.rocketpunch.com/companies/ganadaproject" target="_blank" style="margin-right:5px;">Rocketpunch</a>
<a href="https://www.facebook.com/ganadaproject" target="_blank" style="margin-right:5px;">Facebook</a>
<a href="https://www.instagram.com/ganadaproject/" target="_blank">Instagram</a>--></p>
</footer>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>