-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnippets.html
More file actions
55 lines (50 loc) · 1.73 KB
/
snippets.html
File metadata and controls
55 lines (50 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
<!-- SECTION ARROWS -->
<article class="section-nav">
<a class="button-rounded upper" href="about.html">← Prev section</a>
<a style="margin-left:10px" class="button-rounded upper" href="relevance.html">Next section →</a>
</article>
<!-- QUOTATION -->
<blockquote>
Automata theory represented for him a synthesis of his
early interest in logic and proof theory and his later work,
during World War II and after, on large scale electronic
computers.
</blockquote>
<a href="references.html#1.2.2" class="quote-ref">C E Shannon<br> Ref. 1.2.2</a>
<!-- IMAGE W/ REF -->
<div class="block-reference">
<span class="block-reference-content">
<img class="article-image--pop" src="img/img.jpg" alt="" />
</span>
<span class="block-reference-comment">
<a href="references.html#1.2.1">Ref. 1.2.1</a>
</span>
</div>
<!-- VERTICAL NAV -->
<nav class="v-nav">
<ol>
<li><a href="#facts">Factfile</a></li>
<li><a href="#early">Early Life</a></li>
<li><a href="#late">Later Life</a></li>
</ol>
</nav>
<!-- VIDEO W/ OVERLAY -->
<div class="tutorial">
<div class="video-overlay" style="background:rgb(35,44,50)">
<div class="text">
<h3 class="video-title">Timesuite Tutorial</h3>
<a class="button-rounded upper play-button">Play Video</a>
</div>
</div>
<video poster="img/timesuite-tutorial.png">
<source src="vid/timesuite.mp4" type="video/mp4">
<source src="vid/timesuite.webm" type="video/webm">
<source src="vid/timesuite.ogg" type="video/ogg">
Your browser doesn't support the <code>video</code> tag.
</video>
</div>
<!-- OVERLAPPING IMAGES -->
<a class="screenshots">
<img class="main" src="img/timesuite-dashboard.png"/>
<img class="secondary" src="img/timesuite.png"/>
</a>