-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (79 loc) · 2.92 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awesome presentation - A template for making tech talks.</title>
<meta name="description" content="A template for making tech talks and presentations.">
<meta name="keywords" content="html, css, javascript, readme, github">
<!-- CSS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/flickity.css">
<link rel="stylesheet" href="/app.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<!-- JavaScript -->
<script src="/assets/js/flickity.pkgd.min.js"></script>
</head>
<body>
<main class="center">
<div class="main-carousel child" data-flickity='{ "cellAlign": "center", "contain": true }'>
<div class="carousel-cell flex f-column align-items-center justify-content-center">
<div>
<div class="flex f-row">
<img src="/assets/img/small-discuss.png" alt="" srcset="" width="auto">
<div>
<h1 class="title--color">
Awesome Presentation
</h1>
<p class="paragraph--color">
A template for making tech talks and presentations.
</p>
<a href="https://github.com/CofferHub/awesome-presentation" class="anchor--custom">Star
Us</a>
</div>
</div>
</div>
</div>
<div class="carousel-cell flex f-column align-items-center justify-content-center">
<div class="center-div">
<p class="paragraph--color justify-text">
Awesome Presentations is a template for build tech talks. Idealize for create small
documentations and a guided
example
for a practice presentation. The main idea is to suit your main presentation and keep a
documentation track for your
future presentation.
</p>
<ul>
<li>
Where is the code?
<p class="item-list--custom">
Into the folder example, your can share with your students and classmates any code. For challenges, guided examples and
great documentation.
</p>
</li>
<li>
For who is this repository?
<p class="item-list--custom">
For anyone who wants to have a save the time for create a simple structure to organize your presentation and share
later, and improve open-source.
</p>
</li>
<li>
What's next?
<p class="item-list--custom">
We want to improve always, and a good idea for this repository, would be to build a custom slider with pagination as a
template for create a great presentation.
</p>
</li>
</ul>
</div>
</div>
</div>
</main>
</body>
</html>