mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
352 lines
13 KiB
HTML
352 lines
13 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<title>SimpleWebConf 2021 - Make Web Development Simple</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="description" content="SimpleWebConf website" />
|
||
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
|
||
|
||
<!--
|
||
//////////////////////////////////////////////////////
|
||
|
||
FREE HTML5 TEMPLATE
|
||
DESIGNED & DEVELOPED by FREEHTML5.CO
|
||
|
||
Website: http://freehtml5.co/
|
||
Email: info@freehtml5.co
|
||
Twitter: http://twitter.com/fh5co
|
||
Facebook: https://www.facebook.com/fh5co
|
||
|
||
//////////////////////////////////////////////////////
|
||
-->
|
||
|
||
<!-- Facebook and Twitter integration -->
|
||
<meta property="og:title" content=""/>
|
||
<meta property="og:image" content=""/>
|
||
<meta property="og:url" content=""/>
|
||
<meta property="og:site_name" content=""/>
|
||
<meta property="og:description" content=""/>
|
||
<meta name="twitter:title" content="" />
|
||
<meta name="twitter:image" content="" />
|
||
<meta name="twitter:url" content="" />
|
||
<meta name="twitter:card" content="" />
|
||
|
||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||
<link rel="shortcut icon" href="favicon.ico">
|
||
|
||
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
|
||
|
||
<!-- Animate.css -->
|
||
<link rel="stylesheet" href="css/animate.css">
|
||
<!-- Icomoon Icon Fonts-->
|
||
<link rel="stylesheet" href="css/icomoon.css">
|
||
<!-- Simple Line Icons -->
|
||
<link rel="stylesheet" href="css/simple-line-icons.css">
|
||
<!-- Magnific Popup -->
|
||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||
<!-- Bootstrap -->
|
||
<link rel="stylesheet" href="css/bootstrap.css">
|
||
|
||
|
||
<!--
|
||
Default Theme Style
|
||
You can change the style.css (default color purple) to one of these styles
|
||
|
||
1. pink.css
|
||
2. blue.css
|
||
3. turquoise.css
|
||
4. orange.css
|
||
5. lightblue.css
|
||
6. brown.css
|
||
7. green.css
|
||
|
||
-->
|
||
<link rel="stylesheet" href="css/style5.css">
|
||
<!-- custom -->
|
||
<link rel="stylesheet" href="css/custom.css">
|
||
|
||
<!-- Modernizr JS -->
|
||
<script src="js/modernizr-2.6.2.min.js"></script>
|
||
<!-- FOR IE9 below -->
|
||
<!--[if lt IE 9]>
|
||
<script src="js/respond.min.js"></script>
|
||
<![endif]-->
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V5CKWQW54T"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag('js', new Date());
|
||
|
||
gtag('config', 'G-V5CKWQW54T');
|
||
</script>
|
||
|
||
</head>
|
||
<body>
|
||
<header role="banner" id="fh5co-header">
|
||
<div class="container">
|
||
<!-- <div class="row"> -->
|
||
<nav class="navbar navbar-default">
|
||
<div class="navbar-header">
|
||
<!-- Mobile Toggle Menu Button -->
|
||
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
|
||
<a class="navbar-brand" href="index.html"><img src="images/logo-white.png" alt="Image">SimpleWebConf</a>
|
||
</div>
|
||
<div id="navbar" class="navbar-collapse collapse">
|
||
<ul class="nav navbar-nav navbar-right">
|
||
|
||
<li><a href="#" data-nav-section="work"><span>Work</span></a></li>
|
||
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
|
||
<li><a href="#" data-nav-section="cfp"><span>Submit CFP</span></a></li>
|
||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||
<li><a href="#"><i class="icon-twitter"></i></a></li>
|
||
</ul>
|
||
</div>
|
||
</nav>
|
||
<!-- </div> -->
|
||
</div>
|
||
</header>
|
||
|
||
<section id="fh5co-home" data-section="home" style="background-image: url(images/full_image_2.jpg);" data-stellar-background-ratio="0.5">
|
||
<div class="gradient"></div>
|
||
<div class="container">
|
||
<div class="text-wrap">
|
||
<div class="text-inner">
|
||
<div class="row">
|
||
<div class="col-md-8 col-md-offset-2">
|
||
<h1 class="to-animate">SimpleWebConf 2021</h1>
|
||
<h2 class="to-animate">A conference celebrating web development made simple, from side project to enterprise!
|
||
</h2>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="slant"></div>
|
||
</section>
|
||
|
||
<section id="fh5co-intro">
|
||
<div class="container">
|
||
<div class="row row-bottom-padded-lg">
|
||
<div class="fh5co-block to-animate" style="background-image: url(images/img_7.jpg);">
|
||
<div class="overlay-darker"></div>
|
||
<div class="overlay"></div>
|
||
<div class="fh5co-text">
|
||
<i class="fh5co-intro-icon icon-bulb"></i>
|
||
<h2>No Frameworks</h2>
|
||
<p>When you learn a framework, you learn a skill that doesn’t directly transfer. You learn a temporary a skill abstraction instead. Spend your time learning a language and benefit from everything browser support offers. And browsers support so many things these days!</p>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="fh5co-block to-animate" style="background-image: url(images/img_8.jpg);">
|
||
<div class="overlay-darker"></div>
|
||
<div class="overlay"></div>
|
||
<div class="fh5co-text">
|
||
<i class="fh5co-intro-icon icon-wrench"></i>
|
||
<h2>No delays</h2>
|
||
<p>Web Development is about running code on other computers but it can also give extremely direct feedback. The short feedback loop makes it both fun and easy to learn because you can see what you do!</p>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="fh5co-block to-animate" style="background-image: url(images/img_10.jpg);">
|
||
<div class="overlay-darker"></div>
|
||
<div class="overlay"></div>
|
||
<div class="fh5co-text">
|
||
<i class="fh5co-intro-icon icon-rocket"></i>
|
||
<h2>No limitations</h2>
|
||
<p>The web is amazing. There are so many things you can in the browser today. We might have lost our good friends 'marque', 'blink' and spacer GIFs but we get so much in return! You can do anything as a developer</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- <div class="row watch-video text-center to-animate">
|
||
<span>Watch the video</span>
|
||
|
||
<a href="https://vimeo.com/channels/staffpicks/93951774" class="popup-vimeo btn-video"><i class="icon-play2"></i></a>
|
||
</div> -->
|
||
</div>
|
||
</section>
|
||
|
||
<section id="fh5co-about" data-section="about">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 section-heading text-center">
|
||
<h2 class="to-animate">About</h2>
|
||
<div class="row">
|
||
<div class="col-md-8 col-md-offset-2 subtext to-animate">
|
||
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="fh5co-person text-center to-animate">
|
||
<figure><img src="images/person1.jpg" alt="Image"></figure>
|
||
<h3>Jean Smith</h3>
|
||
<span class="fh5co-position">Web Designer</span>
|
||
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
|
||
<ul class="social social-circle">
|
||
<li><a href="#"><i class="icon-twitter"></i></a></li>
|
||
<li><a href="#"><i class="icon-facebook"></i></a></li>
|
||
<li><a href="#"><i class="icon-dribbble"></i></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="fh5co-person text-center to-animate">
|
||
<figure><img src="images/person2.jpg" alt="Image"></figure>
|
||
<h3>Rob Smith</h3>
|
||
<span class="fh5co-position">Web Developer</span>
|
||
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
|
||
<ul class="social social-circle">
|
||
<li><a href="#"><i class="icon-twitter"></i></a></li>
|
||
<li><a href="#"><i class="icon-facebook"></i></a></li>
|
||
<li><a href="#"><i class="icon-github"></i></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="fh5co-person text-center to-animate">
|
||
<figure><img src="images/person3.jpg" alt="Image"></figure>
|
||
<h3>Larry Ben</h3>
|
||
<span class="fh5co-position">Web Designer</span>
|
||
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
|
||
<ul class="social social-circle">
|
||
<li><a href="#"><i class="icon-twitter"></i></a></li>
|
||
<li><a href="#"><i class="icon-facebook"></i></a></li>
|
||
<li><a href="#"><i class="icon-dribbble"></i></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section data-section="tickets">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 section-heading text-center">
|
||
<h2>Reserve your spot</h2>
|
||
<div class="row"></div>
|
||
<div class="col-md-8 col-md-offset-2 subtext to-animate fadeInUp animated">
|
||
<h3>
|
||
Register now to get a reminder later when the agenda is defined
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-6 col-md-offset-3 text-center">
|
||
<p><a href="https://www.eventbrite.nl/e/tickets-simplewebconf-144376406719" class="btn btn-primary btn-large big-red-button">Get your ticket</a></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
<section id="fh5co-counters" style="background-image: url(images/full_image_1.jpg);" data-stellar-background-ratio="0.5">
|
||
<div class="fh5co-overlay"></div>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 section-heading text-center to-animate">
|
||
<h2>About the conference</h2>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-md-4 col-sm-6 col-xs-12">
|
||
<div class="fh5co-counter to-animate">
|
||
<i class="fh5co-counter-icon icon-briefcase to-animate-2"></i>
|
||
<span class="fh5co-counter-number js-counter" data-from="0" data-to="12" data-speed="500" data-refresh-interval="50">1</span>
|
||
<span class="fh5co-counter-label">Talks</span>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4 col-sm-6 col-xs-12">
|
||
<div class="fh5co-counter to-animate">
|
||
<i class="fh5co-counter-icon icon-code to-animate-2"></i>
|
||
<span class="fh5co-counter-number js-counter" data-from="0" data-to="8" data-speed="500" data-refresh-interval="50">1</span>
|
||
<span class="fh5co-counter-label">workshops</span>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4 col-sm-6 col-xs-12">
|
||
<div class="fh5co-counter to-animate">
|
||
<i class="fh5co-counter-icon icon-cup to-animate-2"></i>
|
||
<span class="fh5co-counter-number js-counter" data-from="0" data-to="5" data-speed="500" data-refresh-interval="50">1</span>
|
||
<span class="fh5co-counter-label">consecutive days</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section data-section="cfp">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 section-heading text-center">
|
||
<h2>Share knowledge</h2>
|
||
<div class="row"></div>
|
||
<div class="col-md-8 col-md-offset-2 subtext to-animate fadeInUp animated">
|
||
<h3>
|
||
Have a relevant story to tell - join the team on stage
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
|
||
<div class="col-md-6 col-md-offset-3 text-center">
|
||
<p><a href="https://sessionize.com/simplewebconf-2021/" class="btn btn-primary btn-large big-red-button">Sumbit your talk a CFP</a></p>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
<footer id="footer" role="contentinfo">
|
||
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
|
||
<div class="container">
|
||
<div class="">
|
||
<div class="col-md-12 text-center small-footer-text">
|
||
<p>© Elate Free HTML5. All Rights Reserved. Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
|
||
<!-- jQuery -->
|
||
<script src="js/jquery.min.js"></script>
|
||
<!-- jQuery Easing -->
|
||
<script src="js/jquery.easing.1.3.js"></script>
|
||
<!-- Bootstrap -->
|
||
<script src="js/bootstrap.min.js"></script>
|
||
<!-- Waypoints -->
|
||
<script src="js/jquery.waypoints.min.js"></script>
|
||
<!-- Stellar Parallax -->
|
||
<script src="js/jquery.stellar.min.js"></script>
|
||
<!-- Counter -->
|
||
<script src="js/jquery.countTo.js"></script>
|
||
<!-- Magnific Popup -->
|
||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||
<script src="js/magnific-popup-options.js"></script>
|
||
|
||
<!-- Main JS (Do not remove) -->
|
||
<script src="js/main.js"></script>
|
||
|
||
</body>
|
||
</html>
|
||
|