-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·246 lines (244 loc) · 14.9 KB
/
index.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html class="wide smoothscroll wow-animation" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9HQEV4NV6G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9HQEV4NV6G');
</script>
<!-- Site Title-->
<title>netlifyテストサイト</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Shadows+Into+Light%7CLibre+Franklin:200,300,400,600,700">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 10]>
<div style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2956339-4">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2956339-4');
</script>
</head>
<body>
<!-- Page-->
<!-- Page preloader-->
<div id="page-loader">
<div class="cssload-container">
<div class="cssload-speeding-wheel"></div>
</div>
</div>
<div class="text-center page">
<!-- Page Header-->
<header class="page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-default" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-sm-device-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-device-layout="rd-navbar-fixed" data-xl-device-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-layout="rd-navbar-fullwidth" data-xl-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-stick-up-clone="false" data-sm-stick-up="true" data-md-stick-up="true" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true" data-md-stick-up-offset="300px" data-lg-stick-up-offset="1px" data-stick-up="true">
<div class="rd-navbar-inner">
<!-- RD Navbar Panel-->
<div class="rd-navbar-panel">
<!-- RD Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand"><a class="brand-name" href="index.html">Netlify test site</a></div>
</div>
</div>
</nav>
</div>
</header>
<!-- Swiper-->
<section class="section swiper-container swiper-slider" id="home" data-loop="false" data-simulate-touch="false" data-autoplay="false">
<div class="swiper-wrapper">
<div class="swiper-slide-video swiper-slide" data-slide-bg="images/home-slider-01.jpg">
<div class="swiper-slide-caption text-lg-left">
<div class="container container-wide">
<div class="row justify-content-lg-between justify-content-center">
<div class="col-xl-4 col-lg-5 offset-xl-1">
<div class="oveflow-wrapper">
<h5 class="big text-accent" data-caption-animate="fadeInUp" data-caption-delay="400">簡単 & 早い!</h5>
</div>
<div class="oveflow-wrapper">
<h1 data-caption-animate="fadeInUp" data-caption-delay="500">Netlify</h1>
</div>
<p data-caption-animate="fadeInUp" data-caption-delay="600">アップテストしてみる</p>
<ul class="group text-xs-nowrap">
<li><a class="button button-white" href="#contact" data-caption-animate="fadeInUp" data-caption-delay="500">Live demo</a></li>
</ul>
</div>
<div class="col-md-9 col-xl-7 col-lg-6 video-caption-wrapper">
<div class="video-caption"><img class="video-caption-overlay" src="images/home-slider-04.png" alt="">
<!-- RD Video-->
<div class="rd-video play-on-scroll rd-video-player" data-rd-video-path="video/monstroid">
<div class="rd-video-wrap">
<div class="rd-video-preloader"></div>
<video></video>
<div class="rd-video-controls">
<!-- Play\Pause button--><a class="rd-video-play-pause mdi mdi-play icon icon-lg" href="#contact"></a>
<!-- Progress bar-->
<div class="rd-video-progress-bar">
<div class="current" style="width: 0%;"></div>
</div>
<div class="rd-video-time">
<!-- currentTime--><span class="rd-video-current-time">00:00</span> -
<!-- Track duration--><span class="rd-video-duration">02:49</span>
</div>
<div class="rd-video-volume-wrap">
<!-- Volume button--><a class="rd-video-volume mdi mdi-volume-high icon icon-sm" href="#contact"></a>
<div class="rd-video-volume-bar-wrap">
<!-- Volume bar-->
<div class="rd-video-volume-bar rd-video-volume-bar-vertical"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide" data-slide-bg="images/home-slider-02.jpg">
<div class="swiper-slide-caption">
<div class="container container-wide">
<h2 data-caption-animate="fadeInUp" data-caption-delay="300">Create and Customize Your Own Website</h2>
<h3 data-caption-animate="fadeInUp" data-caption-delay="400">It has never been easier!</h3>
<ul class="group text-xs-nowrap">
<li><a class="button button-white" href="#contact" data-caption-animate="fadeInUp" data-caption-delay="500">Live demo</a></li>
</ul>
</div>
</div>
</div>
<div class="swiper-slide" data-slide-bg="images/home-slider-03.jpg">
<div class="swiper-slide-caption">
<div class="container container-wide">
<h2 data-caption-animate="fadeInUp" data-caption-delay="300">A Variety of Available Customization Options</h2>
<ul class="group text-xs-nowrap">
<li><a class="button button-white" href="#contact" data-caption-animate="fadeInUp" data-caption-delay="500">Live demo</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Swiper Navigation-->
<div class="swiper-button-prev mdi mdi-chevron-left"></div>
<div class="swiper-button-next mdi mdi-chevron-right"></div>
</section>
<section class="section context-dark bg-accent section-cta">
<div class="container container-wide">
<div class="row align-items-center">
<div class="col-xl-9 col-xxl-8 offset-xxl-1 text-xl-left">
<h3><span class="font-weight-bold">netlify test </span>is the perfect start of your future website</h3>
<h5>We took into consideration all of the latest innovative user-experience researches and best practices.</h5>
</div>
<div class="col-xl-3 text-center"><a class="button button-white-style-1" target="_blank" href="#contact">Get it now</a></div>
</div>
</div>
</section>
<section class="section-80 section-md-90 section-lg-140 bg-gray-lighter" id="features">
<div class="container">
<!-- Text Rotator-->
<h2>Features are<span class="text-rotator" data-text-class="text-accent-2 font-accent" data-enable="1200" data-words="...flexible,...ready to use,...customizable" data-rotate-interval="3000" data-rotate-animation="fadeInUp, fadeOutUp"><span class="rotate-area"></span></span></h2>
<div class="row row-60 justify-content-center">
<div class="col-lg-3 col-md-5 col-sm-6"><span class="icon icon-primary-secondary icon-lg thin-icon-layers"></span>
<!-- CountTo-->
<div class="counter-postfix counter" data-speed="2000">400</div>
<h5 class="counter-title">HTML Pages</h5>
</div>
<div class="col-lg-3 col-md-5 col-sm-6"><span class="icon icon-primary-secondary icon-lg thin-icon-dublicate"></span>
<!-- CountTo-->
<div class="counter-svg">
<svg version="1.1" x="0px" y="0px" width="44" height="37" viewbox="0 0 81.196 40.831" style="enable-background:new 0 0 81.196 40.831;" xml:space="preserve">
<g>
<g>
<path style="clip-path:url(#SVGID_2_);" d="M61.521,0c-5.378,0-10.435,2.094-14.174,5.81l-6.516,6.265l-6.428-6.171 C30.6,2.094,25.543,0,20.165,0C14.763,0,9.706,2.094,5.903,5.903C2.094,9.706,0,14.763,0,20.165C0,25.543,2.094,30.6,5.903,34.403 c3.803,3.809,8.86,5.903,14.262,5.903c5.378,0,10.435-2.071,14.174-5.81l6.492-6.241l6.428,6.148 c3.803,3.809,8.86,5.903,14.262,5.903c5.378,0,10.436-2.071,14.239-5.903c3.809-3.803,5.903-8.86,5.903-14.239 c0-5.401-2.094-10.459-5.903-14.262C71.956,2.094,66.899,0,61.521,0L61.521,0z M26.155,26.155c-3.208,3.214-8.79,3.214-12.004,0 c-1.598-1.616-2.485-3.733-2.485-5.991c0-2.281,0.886-4.398,2.508-6.014c1.592-1.598,3.71-2.485,5.991-2.485 c2.257,0,4.398,0.887,6.084,2.572l6.177,5.926L26.155,26.155z M67.512,26.155c-3.214,3.214-8.703,3.284-12.098-0.088l-6.154-5.926 l6.247-5.991c3.208-3.214,8.791-3.214,12.004,0c1.598,1.592,2.485,3.733,2.485,5.991C69.997,22.422,69.11,24.54,67.512,26.155 L67.512,26.155z"></path>
</g>
</g>
</svg>
</div>
<h5 class="counter-title">Unlimited Layouts</h5>
</div>
<div class="col-lg-3 col-md-5 col-sm-6"><span class="icon icon-primary-secondary icon-lg thin-icon-document-edit"></span>
<!-- CountTo-->
<div class="counter-postfix counter" data-speed="3000">700</div>
<h5 class="counter-title">Visual Editor Presets</h5>
</div>
<div class="col-lg-3 col-md-5 col-sm-6"><span class="icon icon-primary-secondary icon-lg thin-icon-thumb-up"></span>
<!-- CountTo-->
<div class="counter-postfix counter" data-speed="2000">10</div>
<h5 class="counter-title">Years of Experience</h5>
</div>
</div>
</div>
</section>
<section class="section context-dark bg-accent section-cta section-60 section-xl-110">
<div class="container container-wide">
<div class="row align-items-center">
<div class="col-xl-8 col-xxl-6 offset-xxl-2 offset-xl-1 text-xl-left">
<h3>24/7 Effective and Friendly<span class="font-weight-bold"> Premium Support</span></h3>
</div>
<div class="col-xl-2 text-xl-right"><a class="button button-white-style-1" target="_blank" href="#contact">Get it now</a></div>
</div>
</div>
</section>
<section class="section-80 section-md-90 section-lg-140 bg-gray-lighter" id="contact">
<div class="container">
<section class="section-md">
<h5>お問い合わせ</h5>
<!-- RD Mailform-->
<form class="rd-mailform rd-mailform_style-1 text-left" data-form-output="form-output-global" data-form-type="contact" name="contact" method="post" netlify-honeypot="bot-field" data-netlify="true" data-netlify-recaptcha="true">
<div style="display:none">
<label>ハニーポットフィールド: <input name="bot-field" /></label>
</div>
<div class="form-wrap form-wrap_icon linear-icon-man">
<input class="form-input" id="contact-name" type="text" name="name" data-constraints="@Required">
<label class="form-label" for="contact-name">名前</label>
</div>
<div class="form-wrap form-wrap_icon linear-icon-envelope">
<input class="form-input" id="contact-email" type="email" name="email" data-constraints="@Email @Required">
<label class="form-label" for="contact-email">メールアドレス</label>
</div>
<div class="form-wrap form-wrap_icon linear-icon-telephone">
<input class="form-input" id="contact-phone" type="text" name="phone" data-constraints="@Numeric">
<label class="form-label" for="contact-phone">電話番号</label>
</div>
<div class="form-wrap form-wrap_icon linear-icon-feather">
<textarea class="form-input" id="contact-message" name="message" data-constraints="@Required"></textarea>
<label class="form-label" for="contact-message">問い合わせ内容</label>
</div>
<div data-netlify-recaptcha="true"></div>
<button class="button button-primary" type="submit">送信</button>
</form>
</section>
</div>
</section>
<!-- Page Footer-->
<footer class="page-footer">
<div class="container">
<p>netlify test © <span id="copyright-year"></span>. All Rights Reserved.
</p>
</div>
</footer>
<!-- Coded by Mnemon1k-->
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Javascript-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>