forked from backdrop-ops/slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (29 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Backdrop CMS Slide Repository</title>
<meta name="description" content="General presentations on Backdrop CMS.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/css/theme/backdrop.css" id="theme">
</head>
<body>
<section>
<h2>Backdrop CMS Presentations:</h2>
<ul>
<li><a href="intro-mini.html">Introducing Backdrop CMS</a> (~30 min)</a></li>
<li><a href="intro-mini-es.html">Introducing Backdrop CMS (Spanish)</a> (~30 min)</a></li>
<li><a href="intro.en.html">Introducing Backdrop CMS (longer version)</a> (~1 hr)</a></li>
<li><a href="intro-and-layouts-alternative.html">Intro + Layouts</a> (~30 min)</li>
<li><a href="layouts.html">Blocks & Layouts in Backdrop CMS</a> (~30 min)</li>
<li><a href="upgrade.html">Upgrading from Drupal 7 to Backdrop CMS</a> (~30 min)</li>
</ul>
<h3>Demo outlines</h3>
<ul>
<li><a href="demos/use-backdrop.html">Use Backdrop CMS demo</a> (~20 min demo)</a></li>
<!--li><a href="demos/two-years.html">Two Years of Backdrop CMS</a> (~20 min demo)</a></li-->
<!--li><a href="demos/intro.html">Introducing Backdrop CMS</a> (~15 min demo)</a></li-->
</ul>
</section>
</body>
</html>