forked from Chardrah/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.html
More file actions
139 lines (115 loc) · 3.98 KB
/
partners.html
File metadata and controls
139 lines (115 loc) · 3.98 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', Arial, sans-serif;
background: #0158a8 ;
text-align: center;
}
header {
background: #000000;
padding: 10px;
color: #FFFFFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
display: flex;
justify-content: space-between;
align-items: flex-start;
}
nav {
display: flex;
}
nav a {
color: #FFFFFF;
text-decoration: none;
padding: 10px 15px;
margin-right: 10px;
border-radius: 5px;
transition: background .3s;
}
nav a:hover {
background: #555555;
}
.logo-btn {
color: #FFFFFF;
text-decoration: none;
padding: 10px 15px;
border-radius: 5px;
transition: background .3s;
background:#000000;
}
.logo-btn:hover {
background: #555555;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 20px;
}
.container img {
margin: 5px;
max-width: 150px;
max-height: 150px;
border-radius: 15px;
border: 3px solid #000000;
transition: transform 0.25s ease;
}
.container img:hover {
transform: scale(1.12);
}
h2 {
color: white;
}
</style>
<title>Mexi's Unblocked Gàmes</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<header>
<a href="index.html" class="logo-btn">Mexi's Unblocked Gàmes 🎮</a>
<nav>
<a href="https://discord.gg/ySzMjJMg6V" target="_blank">Discord</a>
<a href="https://browserthingy.vercel.app/" target="_blank">Pr4xy</a>
<a href="Lol.mp4" target="_blank">.</a>
</nav>
</header>
<h2>Partners</h2>
<div class="container">
<a href="https://extramathequations.firebaseapp.com/" target="_blank">
<img src="https://sage-genie-fd8510.netlify.app/partners/logo.gif" width="256" height="256">
<a href="https://szvycentral.pages.dev/" target="_blank">
<img src="https://sage-genie-fd8510.netlify.app/partners/logo%20(2).jpeg" width="256" height="256">
<a href="https://sites.google.com/view/prismarinenetwork/home" target="_blank">
<img src="prisnet.jpg" width="256" height="256">
<a href="https://sites.google.com/view/www-clever-com/home" target="_blank">
<img src="gameblitz.png" width="256" height="256">
<a href="https://brunysixls.pages.dev/" target="_blank">
<img src="https://brunysixls.pages.dev/assets/brunysixlgiflogo.gif" width="256" height="256">
<a href="https://sites.google.com/view/learn-sci/home?authuser=0" target="_blank">
<img src="https://effortless-heliotrope-dcb5cf.netlify.app/partners/media%20(6).png" width="256" height="256">
<a href="https://sites.google.com/view/testing3kek/home" target="_blank">
<img src="3kek.png" width="256" height="256">
<a href="https://rubyarcade.netlify.app/" target="_blank">
<img src="rubyarc.png" width="256" height="256">
<a href="https://ppxlar.github.io/" target="_blank">
<img src="pxl.png" width="256" height="256">
<a href="https://sites.google.com/view/oliversarcade" target="_blank">
<img src="https://i.ibb.co/M5YNDST/image-2024-06-02-223457200-removebg-preview.webp" width="256" height="256">
<a></a>
</div>
<h5 style="color: rgb(255, 255, 255); text-align: center;">These sites are not owned my mexi.</h5>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1120506921036816537', // Mexicraft Forever
channel: '1120510313436028938' // #webchat
})
</script>
</body>
</html>