-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
78 lines (65 loc) · 2.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Kevin Thull. Video Guy and Malort Expert" />
<meta name="keywords" content="Malort, Kevin Thull, DrupalCamp, Drupal, Github, NotKevinThull, Recording" />
<meta name="author" content="metatags generator">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 month">
<title>Clicked the damned button!</title>
<!-- Kevin, Thull, Malort -->
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<style>
@keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
</style>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "person",
"name": "Kevin Thull",
"jobTitle": "Video Guy and Malort Expert",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chicago",
"addressRegion": "IL",
"addressCountry": "US"
}
}
</script>
</head>
<body>
<img style="width: 800px; max-width: 100%;" src="kevinpic.jpg" alt="Kevin Thull telling you to push the damn button!" width="100%">
<br>
<h2><a href="https://opencollective.com/drupal-recording-initiative">Support Kevin’s efforts and the (unofficial) Drupal Recording Initiative on Open Collective!</a></h2>
<p>
<p>
<br>
<h3>Proper credit to <a href="https://twitter.com/kevinjthull/status/1032732604187992064"> Mike Herchel</a> for the amazing photo </h3>
<p>⭐️️️️⭐️️️️⭐️️️️ <a href="kthull-click-the-damned-button.zip" download>Download the images and slides here.</a> ⭐️️️️⭐️️️️⭐️️️️</p>
<br>
<p>Hey, want to make this page better? If you are not named Kevin Thull, feel free to do a pull request over at <a href="https://github.com/mcdwayne/kevinthull-dot-com">the official github repo for this project</a>.</p>
<p>Also, feel free to peruse the <a href="https://github.com/kthull/session-recording">equipment list that Kevin uses, along with his incredibly amazing docs</a>.</p>
<p>Dancing Malort says <em>"Don't forget to stop your recording when your session's done!"</em></p>
<div style="
width: 100%px; height: 70px; white-space: nowrap;
overflow: hidden;
overflow-x:-webkit-marquee;
-webkit-marquee-direction: forwards;
-webkit-marquee-style: scroll;
-webkit-marquee-speed: normal;
-webkit-marquee-increment: small;
-webkit-marquee-repetition: 5;
overflow-x: marquee-line;
marquee-direction: forward;
marquee-style: scroll;
marquee-speed: normal;
marquee-play-count: 5;
background-image: url('dancing-malort.gif');
background-repeat: repeat-x;
background-size: contain;
animation: animatedBackground 10s linear infinite;
" role="img" aria-label="A dancing line of Malort bottles."></div>
</body>