This repository was archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
37 lines (36 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JS presentations</title>
<link href="shared/css/index.css" rel="stylesheet">
</head>
<body cz-shortcut-listen="true">
<!-- Да, эта страница полностью слизана с http://rubygarage.github.io/ -->
<a href="https://github.com/kottans/js-slides"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/c6625ac1f3ee0a12250227cf83ce904423abf351/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png"></a>
<div class="presentations">
<h2>JS Presentations</h2>
<div class="list">
<div class="row">
<div class="clmn">
<h3>Dummy presentation</h3>
<p>
Check this template out. It also demonstrates <a href="http://lab.hakim.se/reveal-js/">reveal.js</a> capabilities.
</p>
<p>
<a class="btn" href="dummy">Take me there</a>
</p>
</div>
<div class="clmn">
<h3>Archive</h3>
<p>
Slides from past courses
</p>
<p>
<a class="btn" href="https://github.com/Kottans/js-slides/tree/9ab0fb21964055027697ea3935025b894d576bc7">Take me there</a>
</p>
</div>
</div>
</div>
</div>
</body></html>