-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
373 lines (359 loc) · 16 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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" data-simply-field="meta description" content="Solid Symposium">
<meta name="author" data-simply-field="meta author" content="Muze B.V.">
<meta name="robots" data-simply-field="meta robots" content="index, follow">
<title data-simply-field="meta title">Solid Symposium </title>
<!-- Theme CSS -->
<link rel="stylesheet" href="./assets/css/main.css" />
<!-- Component CSS -->
<style>
</style>
<!-- /Component CSS -->
<!-- Page CSS -->
<style>
</style>
<!-- /Page CSS -->
<!-- Head HTML -->
<!-- additional-head -->
<!-- Just some filler -->
<!-- /Head HTML -->
<script>
var simplyDataApi = {};
var simplyApp = {};
window.addEventListener("simply-content-loaded", function() {
simply.bind = false;
/* Raw API */
var simplyRawApi = {
};
/* End of Raw API */
/* Data API */
simplyDataApi = {
};
/* End of Data API */
simplyApp = simply.app({
/* Actions */
actions: {
},
/* /Actions */
/* Commands */
commands: {
},
/* /Commands */
/* Routes */
routes: {
}
/* /Routes */
});
});
function clone(ob) {
return JSON.parse(JSON.stringify(ob));
}
function updateDataSource(name) {
document.querySelectorAll('[data-simply-data="'+name+'"]').forEach(function(list) {
editor.list.applyDataSource(list, name);
list.dataBindingPaused = 0;
});
}
</script>
</head>
<body id="page-top" class="landing is-loading">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Body HTML -->
<!-- /Body HTML -->
<!-- Component HTML templates -->
<template id="Code">
<li>
<a href="#" data-simply-field="link" data-simply-content="fixed">
<i class="icon fa-code major style1"></i>
</a>
</li>
</template>
<template id="Diamond">
<li>
<a href="#" data-simply-field="link" data-simply-content="fixed">
<i class="icon fa-diamond major style1"></i>
</a>
</li>
</template>
<template id="Features">
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2 data-simply-field="section three title">Accumsan mus tortor nunc aliquet</h2>
<p data-simply-field="section three description">Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br>
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="features" data-simply-list="section three features" data-simply-sortable>
<template>
<li>
<div class="icon-wrapper"><i class="icon fa" data-simply-field="icon"></i></div>
<h3 data-simply-field="title">Arcu accumsan</h3>
<p data-simply-field="description">Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
</template>
</ul>
</div>
</section>
</template>
<template id="header">
<header id="header" class="alt">
<h1><a href="/" data-simply-field="homelink" data-simply-path="/">Spectral</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul data-simply-list="menu" data-simply-sortable data-simply-path="/">
<template>
<li><a href="index.html" data-simply-field="link">Home</a></li>
</template>
</ul>
</div>
</li>
</ul>
</nav>
</header>
</template>
<template id="Heart">
<li>
<a href="#" data-simply-field="link" data-simply-content="fixed">
<i class="icon fa-heart-o major style1"></i>
</a>
</li>
</template>
<template id="Spotlight">
<section class="spotlight wrapper alt style2">
<div class="image"><img data-simply-field="image" src="./assets/img/pic01.jpg" alt=""></div>
<div class="content">
<h2 data-simply-field="title">Magna primis lobortis<br>
sed ullamcorper</h2>
<p data-simply-field="description">Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.</p>
</div>
</section>
</template>
<template id="banner-nowork">
<div class="inner">
<h2 data-simply-field="banner title">Spectral</h2>
<p data-simply-field="banner description">Another fine responsive<br>
site template freebie<br>
crafted by <a href="http://html5up.net">HTML5 UP</a>.</p>
<ul class="actions">
<li><a href="#" class="button special" data-simply-field="banner button">Activate</a></li>
</ul>
</div>
<a href="#one" class="more scrolly" data-simply-field="banner link">Learn More</a>
</template>
<template id="contact">
<section class="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-simply-field="section heading">Contact Us</h2>
<h3 class="section-subheading text-muted" data-simply-field="section subheading">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" class="contactForm" novalidate action="https://api.formbucket.com/f/buk_qqf4ZpBT36K7gG86u1zwvYwT" method="post">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" name="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" name="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" name="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" name="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div class="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</template>
<template id="cta">
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2 data-simply-field="cta title">Arcue ut vel commodo</h2>
<p data-simply-field="cta description">Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions vertical" data-simply-list="cta actions" data-simply-sortable>
<template data-simply-template="Special">
<li><a href="#" class="button fit special" data-simply-field="link">Activate</a></li>
</template>
<template data-simply-template="Normal">
<li><a href="#" class="button fit" data-simply-field="link">Learn More</a></li>
</template>
</ul>
</div>
</section>
</template>
<template id="footer">
<ul class="icons" data-simply-list="footer icons" data-simply-sortable data-simply-path="/">
<template data-simply-template="Twitter">
<li><a data-simply-field="link" href="#" class="icon fa-twitter"><span class="label" data-simply-field="label">Twitter</span></a></li>
</template>
<template data-simply-template="Facebook">
<li><a data-simply-field="link" href="#" class="icon fa-facebook"><span class="label" data-simply-field="label">Facebook</span></a></li>
</template>
<template data-simply-template="Instagram">
<li><a data-simply-field="link" href="#" class="icon fa-instagram"><span class="label" data-simply-field="label">Instagram</span></a></li>
</template>
<template data-simply-template="Dribbble">
<li><a data-simply-field="link" href="#" class="icon fa-dribbble"><span class="label" data-simply-field="label">Dribbble</span></a></li>
</template>
<template data-simply-template="Email">
<li><a data-simply-field="link" href="#" class="icon fa-envelope-o"><span class="label" data-simply-field="label">Email</span></a></li>
</template>
</ul>
<div class="copyright">
<span>Muze B.V. © 2024</span>
</div>
</template>
<template id="menu-item">
<li>
<a data-simply-field="item" class="page-scroll" href="#services">Services</a>
</li>
</template>
<template id="menu">
<div class="container">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" data-simply-list="menu" data-simply-sortable>
<li class="hidden">
<a href="#page-top"></a>
</li>
<template data-simply-template="menu-item" rel="menu-item"></template>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</template>
<template id="one-template">
<div class="inner">
<header class="major">
<h2 data-simply-field="section one title">Arcu aliquet vel lobortis ata nisl<br>
eget augue amet aliquet nisl cep donec</h2>
<p data-simply-field="section one description">Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br>
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="icons major" data-simply-list="section one icons" data-simply-sortable>
<template data-simply-template="Diamond" rel="Diamond"></template>
<template data-simply-template="Heart" rel="Heart"></template>
<template data-simply-template="Code" rel="Code"></template>
</ul>
</div>
</template>
<!-- /Component HTML templates -->
<header data-simply-path="/">
<simply-render rel="header"></simply-render>
</header>
<section id="banner">
<div class="inner">
<h2 data-simply-field="banner title">Spectral</h2>
<p data-simply-field="banner description">Another fine responsive<br>
site template freebie<br>
crafted by <a href="http://html5up.net">HTML5 UP</a>.</p>
<ul class="actions">
<li><a href="#" class="button special" data-simply-field="banner button">Activate</a></li>
</ul>
</div>
<a href="#one" class="more scrolly" data-simply-field="banner link">Learn More</a>
</section>
<div class="sections" data-simply-list="sections" data-simply-sortable>
<template data-simply-template="Icons" data-simply-template-icon="fa-diamond">
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2 data-simply-field="section one title">Arcu aliquet vel lobortis ata nisl<br />
eget augue amet aliquet nisl cep donec</h2>
<p data-simply-field="section one description">Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="icons major" data-simply-list="section one icons" data-simply-sortable>
<template data-simply-template="Diamond" rel="Diamond"></template>
<template data-simply-template="Heart" rel="Heart"></template>
<template data-simply-template="Code" rel="Code"></template>
</ul>
</div>
</section>
</template>
<template data-simply-template="Spotlight" data-simply-template-icon="fa-sun-o"></template>
<template data-simply-template="Features" data-simply-template-icon="fa-check-square-o"></template>
</div>
<div class="main" data-simply-field="page" data-simply-content="template">
<!-- Page HTML templates -->
<!-- /Page HTML templates -->
</div>
<script src="./assets/js/simply.everything.js"></script>
<script src="./assets/js/simply-edit.js" data-api-key="github" data-simply-repo-branch="main/data"></script>
<script>
/* Transformers */
editor.transformers = {
};
/* /Transformers */
</script>
<script>
/* Sorters */
editor.sorters = {
};
/* /Sorters */
</script>
<script>
window.addEventListener("simply-content-loaded", function() {
/* Data sources */
/* /Data sources */
});
</script>
<!-- Foot HTML -->
<section data-simply-field="footer" data-simply-content="template" data-simply-default-value="footer">
<template data-simply-template='footer' rel="footer"></template>
</section>
<!-- /Foot HTML -->
<!-- jQuery -->
<script src="./assets/vendor/jquery/jquery.min.js"></script>
<script src="./assets/js/jquery.scrollex.min.js"></script>
<script src="./assets/js/jquery.scrolly.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="./assets/vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script>
<!-- Contact Form JavaScript -->
<script src="./assets/js/jqBootstrapValidation.js"></script>
<script src="./assets/js/contact_me.js"></script>
<!-- Agency Theme JavaScript -->
<script src="./assets/js/agency.js"></script>
<script src="./assets/js/simplyedit-helper.js"></script>
<!-- SimplyDomain Theme JavaScript -->
<script src="./assets/js/skel.min.js"></script>
<script src="./assets/js/util.js"></script>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/settings.js"></script>
</div>
</body>
</html>