Skip to content

Commit

Permalink
Fixed div#highlight glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
samdutton committed Mar 5, 2019
1 parent 18d3e8d commit bb2b38e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
4 changes: 3 additions & 1 deletion getusermedia/hd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ <h1><a href="../../index.html" title="simpl.info home page">simpl.info</a> getUs
<br><br>
<a href="https://shearch.me">shearch.me</a>
<br><br>
This searches all of Shakespeare's plays and poems, including locations and stage directions. More details <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a></p>
This searches all of Shakespeare's plays and poems, including locations and stage directions.
<br><br>
Find out more <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a>.</p>
</div>

<p id="dimensions"></p>
Expand Down
4 changes: 3 additions & 1 deletion getusermedia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
<br><br>
<a href="https://shearch.me">shearch.me</a>
<br><br>
This searches all of Shakespeare's plays and poems, including locations and stage directions. More details <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a></p>
This searches all of Shakespeare's plays and poems, including locations and stage directions.
<br><br>
Find out more <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a>.</p>
</div>

<h1><a href="../index.html" title="simpl.info home page">simpl.info</a> getUserMedia</h1>
Expand Down
10 changes: 9 additions & 1 deletion rtcdatachannel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,18 @@

<div id="container">

<div id="highlight">
<!-- <div id="highlight">
<p>New(ish) article:
<a href="https://samdutton.wordpress.com/2018/06/04/a-manifesto-for-teaching-web-development/">A manifesto for teaching web development</a>
</p>
</div> -->

<div id="highlight">
<p>I built a PWA to demonstrate fast, offline-enabled search:
<br><br>
<a href="https://shearch.me">shearch.me</a>
<br><br>
This searches all of Shakespeare's plays and poems, including locations and stage directions. Find out more <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a>.</p>
</div>

<h1><a href="../index.html" title="simpl.info home page">simpl.info</a> RTCDataChannel</h1>
Expand Down
10 changes: 9 additions & 1 deletion rtcpeerconnection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,18 @@
<p>Check out my new article: <a href="https://medium.com/@samdutton/website-prelaunch-checklist-14d0002b4c7c">Website prelaunch checklist</a><br>— simple techniques to find and fix glitches.</p>
</div> -->

<div id="highlight">
<!-- <div id="highlight">
<p>I wrote an app!
<br><br>
<a href="https://medium.com/@samdutton/website-prelaunch-checklist-14d0002b4c7c">Multihouse</a> gets median scores for multiple URLs for multiple Lighthouse runs.</p>
</div> -->

<div id="highlight">
<p>I built a PWA to demonstrate fast, offline-enabled search:
<br><br>
<a href="https://shearch.me">shearch.me</a>
<br><br>
This searches all of Shakespeare's plays and poems, including locations and stage directions. Find out more <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a>.</p>
</div>

<h1><a href="../index.html" title="simpl.info home page">simpl.info</a> RTCPeerConnection</h1>
Expand Down
3 changes: 1 addition & 2 deletions simpl.info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
<body>

<div id="container">
x`cx`zcx`cx`zc
<!-- <div id="highlight">
<p>Subscribe to my free newsletter for audio, video and realtime.</p>
<p>Sign up: <a href="http://bit.ly/signupmedia" title="Newsletter sign-up">bit.ly/signupmedia</a>.</p>
Expand All @@ -192,7 +191,7 @@
<br><br>
<a href="https://shearch.me">shearch.me</a>
<br><br>
This searches all of Shakespeare's plays and poems, including locations and stage directions. More details <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a></p>
This searches all of Shakespeare's plays and poems, including locations and stage directions. Find out more <a href="https://samdutton.wordpress.com/2019/02/19/search-shakespeare/" title="Link to blog post about shearch.me">here</a>.</p>
</div>

<h1>simpl.info</h1>
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FILES = [
'index.html'
];

const CACHE = 'v1.9';
const CACHE = 'v2.0';

self.addEventListener('install', (event) => {
console.log('Service worker:', event);
Expand Down

0 comments on commit bb2b38e

Please sign in to comment.