-
Notifications
You must be signed in to change notification settings - Fork 11
/
skins.html
48 lines (41 loc) · 2.57 KB
/
skins.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skins</title>
<link rel="shortcut icon" href="assets/mc-logo.png" type="image/x-icon">
<link rel="stylesheet" href="home.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B23XL7G2NK');
</script>
<body>
<ul>
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
<li><a href="clients.html">Clients</a></li>
<li><a href="worlds.html">Worlds</a></li>
<li><a href="packs.html">Resource Packs</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="skins.html" class="active">Skins</a></li>
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="assets/github.png" style="height: 25px; color: white;" alt=""></a></li>
</ul>
<h1 align="center" style="font-size: 54px; margin-bottom: -10px;">Skins</h1>
<p align="center">NOTE! Previews <b>DO NOT</b> show outer layers!</p>
<br><br>
<div class="container">
<button class="skin-button" style="text-align: center; border-radius: 25px; height: 375px; width: 300px; font-size: 30px; font-family: inter-semibold; color: white; background-color: rgb(29, 29, 29); border-color: white; border-width: 0.5px; box-shadow: none; outline: none; border-style: solid; cursor: pointer; transition: 0.3s; margin: 5px;">cobblesteve01
<img class='skin' src="skins/images/cobblesteve-front.webp" alt="cobblesteve-front" style="height: 150px; margin-top: 15px; margin: 10px;">
<img class="skin" src="skins/images/cobblesteve-back.webp" alt="cobblesteve-back" style="height: 150px; margin-top: 15px; margin: 10px;"><br><br>
<a href="skins/cobblesteve01.png" download="" class="download" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 160%;'>file_download</span> Download</a>
</button>
</div>
</body>