-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added index for hosting the site on github
- Loading branch information
Showing
1 changed file
with
373 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="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=""></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> |