Skip to content

Commit 64745d7

Browse files
authored
Update contacts.html
1 parent ef17c6f commit 64745d7

File tree

1 file changed

+4
-72
lines changed

1 file changed

+4
-72
lines changed

contacts.html

Lines changed: 4 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -95,76 +95,7 @@
9595
align-items: center;
9696
}
9797

98-
.card-logos {
99-
display: flex;
100-
gap: 40px;
101-
102-
align-items: center;
103-
}
104-
105-
.card-logos a {
106-
width: 60px;
107-
height: 60px;
108-
display: flex;
109-
align-items: center;
110-
justify-content: center;
111-
border-radius: 50%;
112-
margin-top: 0;
113-
114-
}
115-
116-
.github {
117-
width: 91px;
118-
height: 90px;
119-
display: flex;
120-
align-items: center;
121-
justify-content: center;
122-
border-radius: 50%;
123-
padding: 0;
124-
}
125-
126-
svg {
127-
object-fit: none;
128-
}
129-
130-
.modrinth {
131-
width: 91px;
132-
height: 90px;
133-
display: flex;
134-
align-items: center;
135-
justify-content: center;
136-
border-radius: 50%;
137-
padding: 0;
138-
}
139-
140-
.discord {
141-
width: 91px;
142-
height: 90px;
143-
display: flex;
144-
align-items: center;
145-
justify-content: center;
146-
border-radius: 50%;
147-
padding: 0;
148-
}
149-
150-
.kofi {
151-
width: 91px;
152-
height: 90px;
153-
display: flex;
154-
align-items: center;
155-
justify-content: center;
156-
border-radius: 50%;
157-
padding: 0;
158-
}
159-
160-
.card-logos a.patreon {
161-
width: 250px;
162-
height: 140px;
163-
display: flex;
164-
align-items: center;
165-
justify-content: center;
166-
padding: 0;
167-
}
98+
16899

169100
.content {
170101
flex: 1;
@@ -238,7 +169,7 @@
238169
<head>
239170
<meta charset="utf-8">
240171
<link rel="icon" href="imgs/icon_main.webp">
241-
<title>voxy is cool!</title>
172+
<title>contact me</title>
242173
</head>
243174

244175
<body>
@@ -264,6 +195,7 @@ <h1> So you want to contact me?</h1>
264195
<ul>
265196
<li><a href="github.com/samalando">github</a> </li>
266197
<li>discord, @samalando1034</li>
198+
<li><a href="https://ko-fi.com/samalando> kofi for donations
267199
<li><a href="mailto:[email protected]">email</a></li>
268200
These are the ways you can contact me, <br> if you find samalando anywhere else please dont mesaage me. <br> if I wanted you to contact me there, I would've added it.
269201
</ul>
@@ -272,7 +204,7 @@ <h1> So you want to contact me?</h1>
272204
</div>
273205
</div>
274206
<footer>
275-
<p> MIT Samalando 2025 <br> license of shaders is dependent on the pack and may not be MIT <br> testing.webp is made by saz, full credit to her </p>
207+
<p> MIT Samalando 2025 <br> testing.webp is made by saz, full credit to her </p>
276208

277209
</footer>
278210
</body>

0 commit comments

Comments
 (0)