116 lines
4.7 KiB
HTML
116 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
/>
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<meta name="title" content="Vanilla Meta" />
|
|
<meta name="description" content="최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, Vanilla Meta" />
|
|
<title>Vanilla Meta</title>
|
|
|
|
<meta property="og:title" content="Vanilla Meta" />
|
|
<meta property="og:description" content="최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, Vanilla Meta" />
|
|
<meta property="og:image" content="https://vanillameta.net/assets/img/vanilla-meta-og.jpg" />
|
|
<meta property="og:url" content="https://vanillameta.net" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Vanilla Meta" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Vanilla Meta" />
|
|
<meta property="twitter:image" content="https://vanillameta.net/assets/img/vanilla-meta-og.jpg" />
|
|
<meta name="twitter:site" content="https://vanillameta.net" />
|
|
<meta name="twitter:description" content="최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, Vanilla Meta" />
|
|
|
|
<link rel="icon" href="https://vanillameta.net/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="https://vanillameta.net/assets/img/vanilla-meta-og.jpg" />
|
|
<link rel="manifest" href="https://vanillameta.net/manifest.json" />
|
|
|
|
<link rel="stylesheet" href="fonts/pretendard.css" />
|
|
<link rel="stylesheet" href="./css/common/reset.css" />
|
|
<link rel="stylesheet" href="./css/common/common.css" />
|
|
<link rel="stylesheet" href="./css/src/index.css" />
|
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
|
<link rel="apple-touch-icon" href="./favicon.ico" />
|
|
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrap">
|
|
<header id="headBox">
|
|
<nav class="navbar">
|
|
<div class="container-fluid">
|
|
<a href="./">
|
|
<h1 class="blind">Vanilla Meta</h1>
|
|
<img class="logo_img" src="./img/vanilla-meta-logo.png" alt="Vanilla Meta Logo" />
|
|
</a>
|
|
<a href="https://github.com/vanillabrain/vanillameta">
|
|
<h2 class="blind">Github Link</h2>
|
|
<img class="github_img" src="./img/ic-github.svg" alt="Github Logo" />
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="viewBox">
|
|
<div class="container-fluid">
|
|
<h2 class="typo">누구나 쉽게 사용하는 통합 데이터 분석</h2>
|
|
<p class="typo">VanillaMeta with open source on Github</p>
|
|
<div class="btn_area">
|
|
<button type="button" class="btn source_btn">소스 보기</button>
|
|
<button type="button" class="btn demo_btn">데모 보기</button>
|
|
</div>
|
|
<div class="img_area">
|
|
<img src="./img/main-visual.png" alt="" />
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="whyBox">
|
|
<div class="container-fluid">
|
|
<h2>Why VanillaMeta?</h2>
|
|
<p>
|
|
바닐라메타는 최신 데이터 탐색적 분석 및 데이터 시각화 솔루션입니다.<br />
|
|
비즈니스 인텔리전스 도구를 대체하거나 보강할 수 있으며, 다양한 데이터 소스와 잘 통합 됩니다.<br />
|
|
이러한 바닐라메타는 Github에서 Open Sorce로 제공 받아 사용하실 수 있습니다.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer id="footBox">
|
|
<div class="container-fluid">
|
|
<div class="footer_logo">
|
|
<a href="./">
|
|
<img class="logo_img" src="./img/vanilla-meta-logo.png" alt="Vanilla Meta" />
|
|
</a>
|
|
</div>
|
|
<div class="copyright">
|
|
<p>
|
|
Copyright ©VanillaBrain Inc.<br />
|
|
All Rights Reserved.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|