-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 2.26 KB
/
index.html
File metadata and controls
50 lines (41 loc) · 2.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Präsentationen » Alexander Bogomolov</title>
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.">
<meta name="author" content="Alexander Bogomolov" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="lib/css/impress-js.css" rel="stylesheet" />
<link href="lib/css/style.css" rel="stylesheet" />
<link href="lib/plugins/highlight/styles/default.css" rel="stylesheet" />
</head>
<body>
<section>
<header>
<progress id="presentation-progress" max="19" value="1"></progress>
</header>
<div id="impress" class="impress-not-supported">
<article id="intro" class="step" data-x="0" data-y="0" data-scale="1">
<h1 data-hello="Hello!">TechTalks » EOS UPTRADE GmbH</h1>
<ul>
<li><a href="01-html5-basics.html" title="">HTML5 Basics</a></li>
<li><a href="02-css3-basics.html" title="">CSS3 Basics</a></li>
<li><a href="03-sass-compass.html" title="">SASS/Compass</a></li>
<li><a href="04-jquery-basics.html" title="">jQuery Basics</a></li>
<li><a href="05-javascript.html" title="">JavaScript</a></li>
<li><a href="06-responsive-webdesign.html" title="">Responsive Webdesign</a></li>
<li><a href="07-responsive-webdesign-pl.html" title="">Responsive Webdesign (PLs)</a></li>
<li><a href="08-web-tools.html" title="">Tools (Frontend)</a></li>
</ul>
</article>
<article id="overview" class="step" data-x="800" data-y="0" data-scale="10"></article>
</div>
<footer>Alexander Bogomolov - <span class="eos-color">EOS</span> UPTRADE GmbH</footer>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="lib/js/impress.js"></script>
<script src="lib/plugins/highlight/highlight.pack.js"></script>
<script src="lib/js/scripts.js"></script>
</body>
</html>