This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
106 lines (78 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<title>Growstuff</title>
<link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<style type="text/css">
html {
background: url(greenerbroadbeans.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family:Helvetica, Arial, sans-serif;
font-weight:100;
color:#fff;
}
a, a:visited {
color:#dff593;
text-decoration:none;
}
a:hover {
color:#a4c749;
}
.content {
padding:1em;
margin:auto;
width:40em;
z-index:9999;
}
h1, .links {
font-family: 'Amatic SC', cursive;
text-transform:lowercase;
font-weight:700;
}
h1 {
font-size:14em;
margin:0;
padding:0;
color:#dff593;
}
.description, .links, h1 {
text-shadow: 2px 2px 10px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
}
.description {
font-size:1.5em;
margin:0 0 1em 0;
}
.links {
font-size:3em;
line-height: 1.2em;
}
.links ul {
list-style-type:none;
padding:0;
margin:0;
}
</style>
</head>
<body>
<div class="content">
<h1>Growstuff</h1>
<div class="description">
Growstuff is a community of food gardeners working together to build an open source platform to track, share, and discuss edible gardens and sustainable lifestyles. You can join us right now and be part of growing our website, from seed to harvest. We welcome you regardless of your experience, and invite you to be part of our development process.
</div>
<div class="links">
<ul>
<li>Join the <a href="http://lists.growstuff.org/mailman/listinfo/discuss">mailing list</a></li>
<li>Get involved via <a href="http://harvestproject.dreamwidth.org/">Dreamwidth</a></li>
<li>Get updates via <a href="http://twitter.com/growstufforg">Twitter</a></li>
</ul>
</div>
</div>
<div class="bar">
</div>
</body>
</html>