-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
114 lines (95 loc) · 3.52 KB
/
index2.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
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
110
111
112
113
114
<!-- /*
* Template Name: Property
* Template Author: Untree.co
* Template URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Untree.co">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="" />
<meta name="keywords" content="bootstrap, bootstrap5" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/tiny-slider.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<title>Lucky Vicky Generator</title>
</head>
<body>
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<nav class="site-nav">
<div class="container">
</div>
</nav>
<div class="bg-video overlay">
<video class="bg-video__content" autoplay muted loop>
<source src="images/wonyoung.mp4" type="video/mp4" />
Your browser is not supported!
</video>
</div>
<div class="hero">
<div class="hero-slide">
<!-- <div class="img overlay" style="background-image: url('images/hero_bg_3.jpg')"></div> -->
</div>
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-9 text-center">
<h1 class="heading title_h1" data-aos="fade-up">🍀 원영적 사고 변환기 💛✨</h1>
<style>
.title_h1 {
font-family: 'PyeongChangPeace-Bold' !important;
}
</style>
<form action="#" class="narrow-w form-search d-flex align-items-stretch mb-3" data-aos="fade-up" data-aos-delay="200">
<input type="text" class="form-control px-4 btn_text" placeholder="러키비키하게 바꾸고 싶은 상황을 적어봐!">
<button type="submit" class="btn btn-primary btn_text btn_color">헉, 진짜? 나도 얼마 전에 비슷한 상황이었어.<br>
근데 생각해보니까, 이걸 계기로 더 잘 배울 수 있었던 것 같아. <br>
이제는 더 신중하게 투자하게 되더라구. <br>
🤭 완전 럭키비키잔앙🍀🍀</button>
<button type="submit" class="btn btn-primary btn_text btn_color">GO!</button>
<style>
.btn_text {
font-family: 'BMJUA' !important;
}
.btn_color {
background-color: #2DB400 !important;
border-color: #2DB400 !important;
}
</style>
</form>
</div>
</div>
</div>
</div>
</div> <!-- /.container -->
</div> <!-- /.site-footer -->
<!-- Preloader -->
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- <script src="js/tiny-slider.js"></script> -->
<script src="js/aos.js"></script>
<script src="js/navbar.js"></script>
<script src="js/counter.js"></script>
<script src="js/custom.js"></script>
</body>
</html>