-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 5.2 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Droid Pack</title>
<meta name="description" content="Droid Pack is the only archive of various Android merchandise. Figurines, bags, cups, toys, and even wallpapers are available to download for any Android fan out there.">
<meta name="theme-color" content="#A4C639">
<meta name="keywords" content="Bugdroid, Droid, Android, Google, fan site, collection, archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Droid Pack">
<meta property="og:description" content="Droid Pack is the only archive of various Android merchandise. Figurines, bags, cups, toys, and even wallpapers are available to download for any Android fan out there.">
<meta property="og:url" content="https://bugdroid.org">
<meta property="og:image" content="https://bugdroid.org/meta/subpage-android.png">
<meta property="og:image:alt" content="An array of various Android merchandise.">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="595">
<meta property="og:image:type" content="image/png">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Droid Pack">
<link rel="stylesheet" href="meta/droid.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<nav><header>bugdroid.org</header><img src="meta/404-peek.svg" id="droidImg" style="cursor:help;width:70px;float:right;padding-right:5px" alt="Bugdroid in a bag"><audio id="droidSound" src="meta/fx-droid.ogg"></audio></nav>
<script>const clickableImage = document.getElementById('droidImg'); const sound = document.getElementById('droidSound'); clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src); newSound.play();});</script>
<article style="padding-top:0;padding-bottom:10px">
<h1 style="font-size:25px">Droid Pack</h1>
<p>This website is dedicated to the iconic Bugdroid, mascot of Android. Here you will find figurines, wallpapers,
merchandise, and what not. <em>All revolving around the cute green robot!</em> <img src="/meta/emote-heart.png" class="emo" alt=""></p>
<p>Click a directory below to start exploring, use the <span style="color:white;background:linear-gradient(to bottom,#9C9C9C,#878787);text-shadow: 0px 0px 11px #0000009c;padding:2px"><b>header</b></span> to navigate back through directories.</p>
<a href="about"><button>About</button></a> <a href="help"><button>Help</button></a>
</article>
<div class="browse">
<a href="accessories/"><div class="box"><header>/accessories</header><img src="meta/subpage-accessories.png" alt="Accessories"></div></a>
<a href="animations/"><div class="box"><header>/animations</header><img src="meta/subpage-animations.png" alt="Animations"></div></a>
<a href="bags/"><div class="box"><header>/bags</header><img src="meta/subpage-bags.png" alt="Bags"></div></a>
<a href="cups/"><div class="box"><header>/cups</header><img src="meta/subpage-cups.png" alt="Cups, mugs"></div></a>
<a href="decorations/"><div class="box"><header>/decorations</header><img src="meta/subpage-decorations.png" alt="Posters and statues"></div></a>
<a href="figurines/"><div class="box"><header>/figurines</header><img src="meta/subpage-figurines.png" alt="figurines"></div></a>
<a href="games/"><div class="box"><header>/games</header><img src="meta/subpage-games.png" alt="Fan-games"></div></a>
<a href="hats/"><div class="box"><header>/hats</header><img src="meta/subpage-hats.png" alt="Hats and beanies"></div></a>
<a href="pins/"><div class="box"><header>/pins</header><img src="meta/subpage-pins.png" alt="Pins"></div></a>
<a href="renders"><div class="box"><header>/renders</header><img src="meta/subpage-renders.svg" alt="Mascot recolors"></div></a>
<a href="shirts/"><div class="box"><header>/shirts</header><img src="meta/subpage-shirts.png" alt="Shirts and a onesie"></div></a>
<a href="socks/"><div class="box"><header>/socks</header><img src="meta/subpage-socks.png" alt="Socks"></div></a>
<a href="stationery/"><div class="box"><header>/stationery</header><img src="meta/subpage-stationery.png" alt="Papers, notebooks, and pens"></div></a>
<a href="stickers/"><div class="box"><header>/stickers</header><img src="meta/subpage-stickers.png" alt="Sticker sheets"></div></a>
<a href="toys/"><div class="box"><header>/toys</header><img src="meta/subpage-toys.png" alt="Toys and plushie"></div></a>
<a href="wallpapers"><div class="box"><header>/wallpapers</header><img src="meta/subpage-wallpapers.png" alt="Android Foundry wallpapers"></div></a>
</div>
<div id="Archives">
<p><b style="color:#BEBEBE">Droid Pack Archives</b></p>
<img src="meta/button-bugdroid-modern.gif" class="d" alt="Android web button">
<a href="dino"><img src="meta/button-dino.gif" class="i" alt="Chrome Dino web button"></a>
<a href="gemini"><img src="meta/button-gemini.gif" class="i" alt="Gemini web button"></a>
<img src="meta/button-google.gif" class="d" alt="Google web button">
<a href="youtube"><img src="meta/button-youtube.gif" class="i" alt="YouTube animated web button"></a>
</div>
</body>
</html>