mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
fix program styles
This commit is contained in:
@@ -79,4 +79,12 @@ html {
|
||||
#fh5co-services .section-heading {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.box-testimony blockquote h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#fh5co-services .box-testimony .author > figure img[alt~="conference"] {
|
||||
border-radius: 0;
|
||||
}
|
||||
41
index.html
41
index.html
@@ -143,11 +143,11 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12 section-heading text-center">
|
||||
<h2 class="to-animate">Program</h2>
|
||||
<div class="row">
|
||||
<!-- <div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 subtext to-animate">
|
||||
<h3>Stay tuned!</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -155,37 +155,30 @@
|
||||
<div class="box-testimony">
|
||||
<blockquote class="to-animate-2">
|
||||
<h3>A modern web setup for static sites with a sprinkle of JavaScript</h3>
|
||||
<p>
|
||||
Join me in taking a brief history in how web development started with html, css, js and how is it different to the complex js heavy development from today.
|
||||
Not everyone likes these complexities so we will explore some (upcoming) web standards and tools which allow us go full circle and working with html, css, js again without compromises in Developer or User Experience.
|
||||
</p>
|
||||
</blockquote>
|
||||
<div class="author to-animate">
|
||||
<figure><img src="https://sessionize.com/image/dc94-200o200o2-WJxBwHYSyNYyBMY7n69Mwk.jpg" alt="Thomas Allmer image"></figure>
|
||||
<p>
|
||||
Founder of <a href="https://open-wc.org/" target="_blank">open-wc</a> and <a href="https://modern-web.dev/" target="_blank">Modern Web</a>
|
||||
|
||||
<span class="subtext">Developer since the golden ages and strong believer in the web and its standard process. I like simplicity and avoid complexities by splitting them up. I like to automate things because then I can't forget them.</span>
|
||||
</p>
|
||||
<span>
|
||||
<a href="https://twitter.com/daKmoR">Thomas Allmer</a>, founder of <a href="https://open-wc.org/" target="_blank">open-wc</a> and <a href="https://modern-web.dev/" target="_blank">Modern Web</a>
|
||||
</span>
|
||||
|
||||
<p class="subtext">Developer since the golden ages and strong believer in the web and its standard process</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="col-md-4"> -->
|
||||
<!-- <div class="box-testimony">
|
||||
<div class="col-md-4">
|
||||
<div class="box-testimony">
|
||||
<blockquote class="to-animate-2">
|
||||
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
|
||||
<h3>Stay tuned!</h3>
|
||||
</blockquote>
|
||||
<div class="author to-animate">
|
||||
<figure><img src="images/person1.jpg" alt="Person"></figure>
|
||||
<p>
|
||||
Jean Doe, CEO <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> <span class="subtext">Creative Director</span>
|
||||
</p>
|
||||
<figure><img alt="conference logo" src="images/logo-white.png" alt="Person"></figure>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </div> -->
|
||||
<!-- <div class="col-md-4"> -->
|
||||
<!-- <div class="box-testimony">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="col-md-4">
|
||||
<div class="box-testimony">
|
||||
<blockquote class="to-animate-2">
|
||||
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. ”</p>
|
||||
</blockquote>
|
||||
@@ -195,8 +188,8 @@ Not everyone likes these complexities so we will explore some (upcoming) web sta
|
||||
Chris Nash, Director <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> <span class="subtext">Creative Director</span>
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user