-
Notifications
You must be signed in to change notification settings - Fork 0
/
sistema-de-mail-ace-cat.html
68 lines (68 loc) · 1.59 KB
/
sistema-de-mail-ace-cat.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
<!DOCTYPE html>
<html>
<head>
<title>Correu electrònic a ACE</title>
<meta charset="utf-8">
<style type="txt/css">
@font-face{
font-family: 'Droid Serif';
src: url('fonts/DroidSerif.ttf');
}
@font-face{
font-family: 'Yanone Kaffeesatz';
src: url('fonts/YanoneKaffeesatz-Regular.ttf');
}
@font-face{
font-family: 'Ubuntu Mono';
src: url('fonts/UbuntuMono-Regular.ttf');
}
</style>
<style>
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.footnote {
position: absolute;
bottom: 0.5em;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.inverse {
background: #272822;
color: #777872;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
color: #f3f3f3;
line-height: 0.8em;
}
.inverse a {
color: #777872;
}
/* Slide-specific styling */
#slide-inverse .footnote {
bottom: 12px;
left: 20px;
}
/* Hides slide number on the title slide */
.title-slide .remark-slide-number {
display: none;
}
</style>
</head>
<body>
<textarea id="source">
</textarea>
<script src="external/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
countIncrementalSlides: false,
highlightLines: true,
sourceUrl: 'contents-sistema-de-mail-ace-cat.md',
ratio: '4:3' // for printing
});
</script>
</body>
</html>