forked from dubsnipe/FabXLive-Open-Know-How
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides.html
More file actions
158 lines (137 loc) · 4.31 KB
/
slides.html
File metadata and controls
158 lines (137 loc) · 4.31 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<title>FabXLive Open Know-How Workshop</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,500;1,300;1,500&display=swap" rel="stylesheet">
<style>
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Viga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');
body{
font-family: 'Rubik', sans-serif;
color: rgba(10, 10, 10, 0.85);
}
.remark-slide-content{
background: #e7d77f;
}
div p {font-size:2rem;}
h1,h2{
text-shadow: 3px -3px .05px #ee84a4, -3px 2px #e7d77f;
transition:text-shadow .5s;
}
#upcoming h2, h3{
text-shadow: 2px -2px .05px #ee84a4, -2px 1px #e7d77f;
transition:text-shadow .5s;
}
h1:hover,h2:hover,h3:hover{
text-shadow: -3px 3px .05px #ee84a4, 3px -2px #e7d77f;
transition:text-shadow .5s;
}
h1::selection,h2::selection,h3::selection{
text-shadow: -3px 3px .05px #ee84a4, 3px -2px #e7d77f;
transition:text-shadow .5s;
background:white;
}
.footnote a, .footnote a:hover, .footnote a:visited{text-decoration:none;}
.inverse a, .inverse a:visited{color:white; text-decoration:underline;}
a:visited{color:blue;}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.footnote {
position: absolute;
bottom: 1em;
right: 5rem;
/* color: #ffca28; */
color: #111;
padding: 0.3rem;
margin: 5px;
text-align: right;
font-size: 0.6rem;
}
h3{color:#555; border-left: 10px solid #666; padding-left: 1rem;}
p{font-size:1.4rem;}
ul, ol{margin-bottom: 1.4rem; font-size:2rem;}
ol li, ul li{margin-bottom: 1rem; margin-top:1rem;}
blockquote, .blockquote {display:block; border-left: 8px solid #e55e74; padding-left: 1rem; color:#555; font-size:2rem;}
{border-left: 8px solid #ddd; padding-left: 1rem; color:#555; font-size:2rem;}
.inverse blockquote{border-left: 8px solid #ddd; padding-left: 1rem; color:#e3e3e3 font-size:2rem;}
.inverse .footnote {
color: #ffca28;
}
.inverse {
background: #26bdbd;
color: #fefefe;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
color: #111;
line-height: 0.8em;
}
/* Two-column layout */
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
img{
max-width: 70%;
max-height: 70%;
text-align: center;
margin: 0 auto;
}
.large-image img{
min-width: 100%;
text-align: center;
margin: 0 auto;
}
</style>
</head>
<body>
<textarea id="source">
class: left, middle, inverse
# Using the Open Know-How Standard for evaluating COVID-19 medical projects
---
# About Open Know-How
---
# The Open Know-How Manifest
---
# The Open Know-How Manifest
It contains information about
- Who created the thing
- Who documented the thing
- What is it intended for
- Language and region
-
</textarea> <script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>
<!--
# Vídeo
```
<iframe width="560" height="315" src="https://www.youtube.com/embed/xxxxxxxxx" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
```
# Images
```
.center[]
.right[]
```
# Background images
The background-image slide property lets you set the background-image CSS property for the slide:
``
background-image: url(image.jpg)
Slide with background image
```
-->