-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 2.39 KB
/
index.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="ja">
<head>
<title>MotiCAT Profile</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="https://profile.moticat.net/assets/images/icon.webp">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<meta property="og:url" content="https://profile.moticat.net/">
<meta property="og:title" content="MotiCAT Profile">
<meta property="og:description" content="MotiCAT - Backend Engineer">
<meta property="og:image" content="https://profile.moticat.net/assets/images/icon.webp">
<meta name="description" content="MotiCAT - Backend Engineer">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Electrolize&display=swap" rel="stylesheet">
</head>
<body>
<!-- (C) 2023 MotiCAT. All rights reserved. -->
<section class="profile">
<img src="assets/images/icon.webp" alt="Profile Picture"> <!-- Icon: twitter.com/Tx0Uj -->
<h1>MotiCAT</h1>
<p>Backend Engineer</p>
<ul>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<li><strong>Location:</strong> Kagawa, Japan</li>
<li><strong>Website:</strong> <a href="https://moticat.net" target="_blank">moticat.net</a></li>
<li><strong>About:</strong> <a href="about.html">About MotiCAT</a></li>
</ul>
<div class="social-icons">
<a href="https://twitter.com/m0ticat" target="_blank"><img id="twitter-icon" src="assets/images/X-icon.webp"
alt="Twitter"></a>
<a href="https://instagram.com/m0ticat" target="_blank"><img src="assets/images/Instagram-icon.webp" alt="Instagram"></a>
<a href="https://github.com/MotiCAT" target="_blank"><img src="assets/images/GitHub-icon.webp" alt="GitHub"></a>
<a href="https://steamcommunity.com/id/MotiCAT/" target="_blank"><img src="assets/images/Steam-icon.webp" alt="Steam"></a>
</div>
<div class="text">
<p>Node.js / discord.js / TypeScript</p>
<p>Discord Bot Developer</p>
<p style="font-size: 12px;">© 2023 MotiCAT</p>
</div>
</section>
<script src="assets/js/script.js"></script>
</body>
</html>