-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTurkey.html
More file actions
45 lines (44 loc) · 1.95 KB
/
Turkey.html
File metadata and controls
45 lines (44 loc) · 1.95 KB
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
<h1>Turkey</h1>
<p>Mr. Stodola set my life on the track that lead me to where I am today. It's not just what he taught me, but how he taught, and the latitude he allowed for us all to learn material in our own way. <!--Thank you, Turkey--></p>
<h2><marquee direction="left">Teaching HTML Web Programming Since <blink>1997</blink></marquee></h2>
<p>With an eye toward the future, Mr. Stodola was providing the skills of today, back in 1997. His HTML programming class that allowed students to create their own webpage, as well as contribute to MVAO's own website, helped us gain skills while also showing MVAO as a first class school. Even when I broke with convention and ...</p>
<div style="background-color:black;color:#00FF00;padding:5px;">
<h1>My Site</h1>
<p>...put light text on a dark background, Mr. Stodola embraced the incomformity, and found his own way to add to the</p>
<img src='https://lh3.google.com/u/0/d/1TIUsmAHmMUaEwhRVFd4Ixi2dXPA3YtE0=w1920-h888-iv1' style="-webkit-transform: scaleX(-1);transform: scaleX(-1);"><blink>MAGIC</blink><img src='https://lh3.google.com/u/0/d/1TIUsmAHmMUaEwhRVFd4Ixi2dXPA3YtE0=w1920-h888-iv1'>
<br />
</div>
<p>It was an honor to have you as a teacher, sir.</p>
To see this post in all its glory please visit: <a href="https://jdivis.github.io/Turkey.html">Mr. Stodola's Tribute</a>
<style>
.resultMarquee {
animation: scroll 7s linear 0s infinite;
position: absolute;
}
blink {
-webkit-animation: 2s linear infinite condemned_blink_effect; // for Safari 4.0 - 8.0
animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for Safari 4.0 - 8.0
0% {
visibility: hidden;
}
50% {
visibility: hidden;
}
100% {
visibility: visible;
}
}
@keyframes condemned_blink_effect {
0% {
visibility: hidden;
}
50% {
visibility: hidden;
}
100% {
visibility: visible;
}
}
</style>