-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 2.34 KB
/
index.html
File metadata and controls
50 lines (48 loc) · 2.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>xpncvr's website</title>
<meta name="description" content="A collection of web tools by xpncvr: Generate fake Discord messages, add top text to GIFs, and explore custom Minecraft mods." />
<meta name="keywords" content="Discord faker, GIF maker, Minecraft mods, xpncvr tools" />
</head>
<body>
<div class="centre-container">
<div class="button-container">
<a href="tools/discordmessagefaker/main.html" class="button">
<span class="button-text">Discord message faker</span>
<img style="margin-top: 5dvh; border: 2px solid #364faa; border-radius: 10px" src="./assets/images/discord-message-real.png" />
</a>
<a href="https://modrinth.com/user/xpncvr" class="button">
<span class="button-text">My Modrinth</span>
<div>
<img class="mod-icon" src="https://cdn.modrinth.com/data/rrWdhjP0/ac4fbc6907e77a0b2c2d9e3d5fedf1b5673ae4b3.webp" />
<img class="mod-icon" src="https://cdn.modrinth.com/data/JOMwkqXl/645fe67812e773360c2f5c5219860236d8702452_96.webp" />
</div>
</a>
<a href="tools/gif/gif-top-text-maker.html" class="button">
<span class="button-text">GIF Top Text Maker</span>
<div class="icon" style="background-color: gray; border-radius: 10px; text-align: center; height: 150px">
<div style="background-color: white; border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 10px">
<div style="color: black">Top text</div>
</div>
<div style="padding-top: 35px; color: black">Your gif</div>
</div>
</a>
<!--<a href="tools/bubblify/bubblify-image.html" class="button">
<span class="button-text">Text Bubble Maker</span>
<img style="margin-top: 1dvh; border: 2px solid white; height: 140px; width: 130px; border-radius: 10px" src="./assets/images/bubblify-preview.png" />
</a>-->
</div>
</div>
<div class="about-me-container">
<div class="about-me-button">About Me</div>
<div class="popup">
<p>Hi, I'm xpncvr</p>
<p>disc @xpncvr</p>
</div>
</div>
</body>
</html>