mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
Merge branch 'main' of https://github.com/SimpleWebConf/website into nljug
This commit is contained in:
152
agenda.html
Normal file
152
agenda.html
Normal file
@@ -0,0 +1,152 @@
|
||||
|
||||
<!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="snowpack, lit-html, html imports, conference celebrating web development made simple, from side project to enterprise!" />
|
||||
|
||||
<!-- Facebook and Twitter integration -->
|
||||
<meta property="og:title" content="SimpleWebConf 2021"/>
|
||||
<meta property="og:image" content="http://simplewebconf.com/images/simplewebconf-event-preview.png"/>
|
||||
<meta property="og:url" content="http://simplewebconf.com/"/>
|
||||
<meta property="og:site_name" content="SimpleWebConf 2021"/>
|
||||
<meta property="og:description" content="A conference celebrating web development made simple, from side project to enterprise!"/>
|
||||
<meta name="twitter:title" content="SimpleWebConf 2021" />
|
||||
<meta name="twitter:image" content="http://simplewebconf.com/images/simplewebconf-event-preview.png" />
|
||||
<meta name="twitter:url" content="http://simplewebconf.com/" />
|
||||
<meta name="twitter:card" content="A conference celebrating web development made simple, from side project to enterprise!" />
|
||||
|
||||
<!-- 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">
|
||||
|
||||
|
||||
<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 id="coc">
|
||||
<header role="banner" id="fh5co-header">
|
||||
<div class="container">
|
||||
<div class="row navbar navbar-default">
|
||||
<div class="col-md-3 col-xs-12">
|
||||
<!-- 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 col-md-6 col-xs-12">
|
||||
<ul class="nav navbar-nav navbar-right"
|
||||
style="padding-top: .5em;">
|
||||
|
||||
<li><a href="index.html#program" class="external" data-nav-section="program"><span>Program</span></a></li>
|
||||
<li><a href="index.html#themes" class="external" data-nav-section="themes"><span>Themes</span></a></li>
|
||||
<li><a href="index.html#about" class="external" data-nav-section="about"><span>About</span></a>
|
||||
</li>
|
||||
<li><a href="agenda.html" class="external" data-nav-section="about"><span>Agenda</span></a>
|
||||
</li>
|
||||
<li><a href="index.html#cfp" class="external" data-nav-section="cfp"><span>Submit CFP</span></a></li>
|
||||
<li><a href="index.html#tickets" class="external" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
<li id="navbar-2nd-logo">
|
||||
<a href="https://www.ing.com/" target="_blank">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
powered by
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section id="fh5co-about">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 section-heading text-center">
|
||||
<h2 class="to-animate">Event agenda</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 subtext to-animate">
|
||||
<script type="text/javascript" src="https://sessionize.com/api/v2/qh9n590f/view/GridSmart"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
<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>
|
||||
|
||||
@@ -101,3 +101,6 @@ html {
|
||||
.top-actions {
|
||||
margin-top: 3em;
|
||||
}
|
||||
h3 {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -91,6 +91,7 @@
|
||||
</h2>
|
||||
<br>
|
||||
<h1 class="to-animate">24-25 June, 2021 - online - free</h1>
|
||||
<h3 class="to-animate">Workshops will be held online, 21-22 June</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row top-actions">
|
||||
@@ -343,7 +344,7 @@
|
||||
<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="4" data-speed="500" data-refresh-interval="50">1</span>
|
||||
<span class="fh5co-counter-number js-counter" data-from="0" data-to="2" data-speed="500" data-refresh-interval="50">1</span>
|
||||
<span class="fh5co-counter-label">days</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
167
speakers.html
Normal file
167
speakers.html
Normal file
@@ -0,0 +1,167 @@
|
||||
|
||||
<!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="snowpack, lit-html, html imports, conference celebrating web development made simple, from side project to enterprise!" />
|
||||
|
||||
<!-- Facebook and Twitter integration -->
|
||||
<meta property="og:title" content="SimpleWebConf 2021"/>
|
||||
<meta property="og:image" content="http://simplewebconf.com/images/simplewebconf-event-preview.png"/>
|
||||
<meta property="og:url" content="http://simplewebconf.com/"/>
|
||||
<meta property="og:site_name" content="SimpleWebConf 2021"/>
|
||||
<meta property="og:description" content="A conference celebrating web development made simple, from side project to enterprise!"/>
|
||||
<meta name="twitter:title" content="SimpleWebConf 2021" />
|
||||
<meta name="twitter:image" content="http://simplewebconf.com/images/simplewebconf-event-preview.png" />
|
||||
<meta name="twitter:url" content="http://simplewebconf.com/" />
|
||||
<meta name="twitter:card" content="A conference celebrating web development made simple, from side project to enterprise!" />
|
||||
|
||||
<!-- 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">
|
||||
|
||||
|
||||
<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 id="coc">
|
||||
<header role="banner" id="fh5co-header">
|
||||
<div class="container">
|
||||
<div class="row navbar navbar-default">
|
||||
<div class="col-md-3 col-xs-12">
|
||||
<!-- 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 col-md-6 col-xs-12">
|
||||
<ul class="nav navbar-nav navbar-right"
|
||||
style="padding-top: .5em;">
|
||||
|
||||
<li><a href="index.html#program" class="external" data-nav-section="program"><span>Program</span></a></li>
|
||||
<li><a href="index.html#themes" class="external" data-nav-section="themes"><span>Themes</span></a></li>
|
||||
<li><a href="index.html#about" class="external" data-nav-section="about"><span>About</span></a>
|
||||
</li>
|
||||
<li><a href="agenda.html" class="external"><span>Agenda</span></a>
|
||||
</li>
|
||||
<li><a href="speakers.html" class="external"><span>Speakers</span></a>
|
||||
</li>
|
||||
<li><a href="index.html#cfp" class="external" data-nav-section="cfp"><span>Submit CFP</span></a></li>
|
||||
<li><a href="index.html#tickets" class="external" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
<li id="navbar-2nd-logo">
|
||||
<a href="https://www.ing.com/" target="_blank">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
powered by
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section id="fh5co-about">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 section-heading text-center">
|
||||
<h2 class="to-animate">Speakers</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 subtext to-animate">
|
||||
<script type="text/javascript" src="https://sessionize.com/api/v2/qh9n590f/view/SpeakerWall"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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">Speakers</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 subtext to-animate">
|
||||
<script type="text/javascript" src="https://sessionize.com/api/v2/qh9n590f/view/GridSmart"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user