-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
59 lines (56 loc) · 2.93 KB
/
contact.html
File metadata and controls
59 lines (56 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cbladeOfficial's Site - Contact</title>
<link rel="stylesheet" href="style.css">
</head>
<body background="img/bg.jpg" text="white" alink="white" vlink="white" link="white">
<table class="page-table" align="center" border="0" bordercolor="white" cellspacing="0">
<tr class="header">
<td colspan="999" style="padding: 10px;">
<h2>cbladeOfficial's Site</h2>
</td>
</tr>
<tr class="menu" align="center">
<td><a href="index.html">
<div class="paddingmenu">HOME</div>
</a></td>
<td><a href="blog.html">
<div class="paddingmenu">BLOG</div>
</a></td>
<td><a href="projects.html">
<div class="paddingmenu">PROJECTS</div>
</a></td>
<td>
<div class="paddingmenu"><b>CONTACT</b></div>
</td>
</tr>
<tr class="content-page">
<td colspan="999">
<h3>An important note</h3>
<p>I am mostly active on Discord and not on the other platforms mentioned below. Please use Discord to communicate with me if you need an immediate response. Thanks for understanding.</p>
<h3>My contact info</h3>
<ul type="square">
<li><b>Discord: </b><a href="https://discord.com/users/1032603689069846549">cbladeofficial</a> (link may not work, so type the username on Discord and have a chat with me)</li>
<li><b>Twitter: </b><a href="https://x.com/_cblade_">_cblade_</a></li>
<li><b>Bluesky: </b><a href="https://bsky.app/profile/computerblade.bsky.social">computerblade.bsky.social</a></li>
<li><b>Email: </b><a href="mailto:cbladeofficial.real@gmail.com">cbladeofficial.real@gmail.com</a></li>
</ul>
<h3>Additional links</h3>
<ul type="square">
<li><b>GitHub: </b><a href="https://github.com/cbladeOfficial">cbladeOfficial</a></li>
<h4 style="margin-bottom: 0;padding-bottom: 0;">- Interesting sites you may want to check out</h4>
<ul type="square" style="margin-top: 5px;padding-top: 0;">
<li><a href="https://www.vaidik.co">https://www.vaidik.co</a></li>
<li><a href="https://ploszukiwacz.is-a.dev">https://ploszukiwacz.is-a.dev</a></li>
<li><a href="https://anubhav.is-a.dev">https://anubhav.is-a.dev</a></li>
<li><a href="https://anw.is-a.dev/">https://anw.is-a.dev/</a></li>
</ul>
</ul>
</td>
</tr>
</table>
</body>
</html>