This repository has been archived by the owner on May 29, 2023. It is now read-only.
forked from baseonmars/moonslide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (106 loc) · 2.87 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
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
<!DOCTYPE html>
<!--
Google HTML5 slide template
Authors: Luke Mahé (code)
Marcin Wichary (code and design)
Dominic Mazzoni (browser compatibility)
Charles Chen (ChromeVox support)
URL: http://code.google.com/p/html5slides/
-->
<html>
<head>
<title>Pinboard Presentation</title>
<meta charset='utf-8'>
<script
src='http://html5slides.googlecode.com/svn/trunk/slides.js'></script>
<style>
/**
* A *tiny* Last.fm template for the Google HTML5 slide template.
*
* Author: Dan Etherington <[email protected]>
* Authors: Marek Ventur <[email protected]>, Sam Smith <[email protected]>
*
*/
.slides.template-moonfruit article {
background: #FFFFFF url(images/moonfruitlogo.png) 685px 655px no-repeat;
}
.slides.template-moonfruit .biglogo {
background-position: center;
}
.slides.template-moonfruit .nobackground {
background-image: none;
}
</style>
</head>
<body style='display: none'>
<section class='slides layout-regular template-moonfruit'>
<!-- Your slides (<article>s) go here. Delete or comment out the
slides below. -->
<article class='biglogo'>
</article>
<article>
<h1>
Moonfruit Pinboard
</h1>
<p>
Emma Lodwick<br>
Gray MacGregor<br>
Harley Faggetter<br><br>
July 2014
</p>
</article>
<article class="smaller">
<h3>
What is Pinboard?
</h3>
<div class='build'>
<p>
Pinboard is a Moonfruit internal noticeboard
</p>
<p>
How does/will it work?
</p>
<ul class="build">
<li>
Email the noticeboard email address with your notice
</li>
<li>
It will appear like magic on the noticeboard
</li>
<li>
You can set how long it is up on the board
</li>
<li>
Anyone can post on the board
</li>
<li>
The noticeboard can be administered through an admin interface
</li>
</ul>
</div>
</article>
<article>
<h3>
What's next?
</h3>
<ul>
<li>
Move the noticeboard to somewhere permanent
</li>
<li>
Set up an email address everyone can send emails to
</li>
<li>
Allow an expiry time to be set on notices
</li>
<li>
Implement the admin interface
</li>
<li>
Find a screen for it to live on
</li>
</ul>
</article>
</section>
</body>
</html>