-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreenhouse.html
120 lines (100 loc) · 5.28 KB
/
greenhouse.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>☆*:.。.disuko's greenhouse。.:*☆</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" type="image/png" href="https://img.plasmic.app/img-optimizer/v1/img?src=https%3A%2F%2Fimg.plasmic.app%2Fimg-optimizer%2Fv1%2Fimg%2F771162480e81310b4b949dc6d00360b2.png&w=48&q=75&f=webp" />
<style>
.shelf {
display: block;
z-index: 9;
content: url("https://i.imgur.com/1QepZRl.png");
position: relative;
width: 941px;
height: 175px;
margin-left: auto;
margin-right: auto;
}
.stuffonshelf {
display: flex;
justify-content: space-between;
align-items: flex-end;
position: relative;
z-index: 10;
margin-bottom: -80px; /* This is what actually puts the stuff ON the shelf instead of hovering above it */
width: 770px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body class="scroll">
<div id="container">
<img src="./images/webcorner.png" class="title" />
<div>
<!--navigation-->
<div class="nav-box">
<button><a href="./homepage.html">home</a></button>
<button><a href="./links.html">links</a></button>
<button><a href="./collections.html">collections</a></button>
<button><a href="./shrines.html">shrines</a></button>
<button><a href="./greenhouse.html">greenhouse</a></button>
<button><a href="./site-updates.html">site updates</a></button>
</div>
<div class="wrapper">
<div class="full-width-box">
<div class="section-title">greenhouse</div>
<div class="content">
<div style="float: left; width: 66%;">
<p>Welcome to my greenhouse! Here's a collection of <a href="https://webgardens.neocities.org">webgardens</a> I've come across.</p>
<p>Add my webgarden to your site:</p>
<textarea rows="8" cols="100"><iframe src="https://disuko.neocities.org/webgarden.html" scrolling="no" style="width: 100%; height: 250px; border: 2px solid mediumpurple;"></iframe></textarea>
</div>
<div style="float: left; width: 33%;">
<iframe src="https://disuko.neocities.org/webgarden.html" scrolling="no" style="width: 250px; height: 250px; border: 2px solid mediumpurple;"></iframe>
</div>
<div style="clear: both;"></div> <!-- Clear float -->
</div>
</div>
</div>
<br>
<div class="stuffonshelf">
<iframe src="https://melonking.net/webgarden.html" scrolling="no" style="width:250px; height:250px;border:2px solid yellow;"></iframe>
<iframe src="https://obspogon.neocities.org/webgarden.html" height="250px" width="250px" scrolling="no" loading="lazy"></iframe>
<a href="https://keysklubhouse.neocities.org/webgarden.html"><iframe src="https://keysklubhouse.neocities.org/webgarden.html" scrolling="no"
style="width:250px;height:250px;border:3px solid lime;border-radius:15px;"></iframe></a>
</div>
<img class="shelf">
<br>
<div class="stuffonshelf">
<a href="https://cinni.neocities.org/webgarden.html"><iframe src="https://cinni.neocities.org/webgarden.html" scrolling="no" frameborder="1" height="250px" width="250px"></iframe></a>
<iframe src="https://neonriser.neocities.org/webgarden.html" height="250px" width="250px" scrolling="no"></iframe>
<iframe src="https://fairytrash.neocities.org/webgarden.html" height="250px" width="250px" scrolling="no"></iframe>
</div>
<img class="shelf">
<br>
<div class="stuffonshelf">
<a href="https://dxcccii.neocities.org/"> <iframe src="https://dxcccii.neocities.org/mywebgarden.html" scrolling="no" frameborder="1" height="250px" width="250px"></iframe></a>
<iframe src="https://dantescanline.com/webgarden.html" height="250px" width="250px" scrolling="no"></iframe>
<iframe src="https://linwood.neocities.org/webgarden.html" height="250px" width="250px" scrolling="no"></iframe>
</div>
<img class="shelf">
<div class="stuffonshelf">
<iframe src="https://ne0nbandit.neocities.org/webgarden.html" height="250px" width="250px" scrolling="no" loading="lazy"></iframe>
</div>
<img class="shelf">
<br>
</div>
</div>
<div id="footer">
</div>
<!-- link sound -->
<audio id="link-sound">
<source src="" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<script src="linkSound.js"></script>
</body>
</html>