-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
87 lines (87 loc) · 5.05 KB
/
other.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
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
<html lang="en">
<head>
<title>Other links</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Other useful links">
<meta name="author" content="document10">
<meta name="keywords" content="HTML, CSS, JS, PY, Python, Linux, GO, USV, CTR, Personal, Portofolio, Website, Skills, Art, Dev, Developement, Software">
<meta name="theme-color" content="#1DD2EB">
<meta property="og:url" content="https://document10.github.io/other">
<meta property="og:site_name" content="document10.github.io/other">
<meta property="og:title" content="Other links">
<meta property="og:description" content="List of other links">
<meta property="og:image" content="https://raw.githubusercontent.com/document10/document10.github.io/main/img/pfp.webp">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:image:alt" content="My profile picture">
<link rel="stylesheet preload" as="style" fetchpriority="high" href="styles.css">
<link rel="icon" type="image/x-icon" href="./img/pfp.webp">
<link rel="preconnect dns-prefetch" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="main">
<div id="title">
<h1>Other links</h1>
</div>
<p id="other">
Instagram AI groups (not managed by me)
<a href="https://ig.me/j/AbaC91yrhsCFkYFM/" class="ext">Ai Lovers Group</a>
<a href="https://ig.me/j/AbY3tzrRb2NdGNT4/" class="ext">AI Community Collaboration</a>
<a href="https://ig.me/j/AbYid9xHb_IlkW7o/" class="ext">Smiles and Positivity</a>
<a href="https://ig.me/j/AbZWiNis0rzuYo7h/" class="ext">AI Enthusiasts</a>
<a href="https://ig.me/j/AbaonihsBTCgIApp/" class="ext">AI Images Club</a>
Credits
<a href="https://www.deviantart.com/document10/art/Cyberglitch-1158647488" class="ext">Background source</a>
<a href="https://fonts.google.com/share?selection.family=Doto:[email protected]|Playpen+Sans:[email protected]|Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700" class="ext">Fonts used</a>
<a href="https://www.iconfinder.com/" class="ext">Icons source</a>
</p>
<div id="social">
<a href="https://www.instagram.com/document10_/" class="social">
<img src="./img/instagram.webp" alt="Instagram" class="linkicon" >
</a>
<a href="https://www.threads.net/@document10_" class="social">
<img src="./img/threads.webp" alt="Threads.net" class="linkicon">
</a>
<a href="https://discordapp.com/users/332934999173234688" class="social">
<img src="./img/discord.webp" alt="Discord" class="linkicon" >
</a>
<a href="https://github.com/document10" class="social">
<img src="./img/github.webp" alt="Github" class="linkicon" >
</a>
<a href="https://replit.com/@document10" class="social">
<img src="./img/replit.webp" alt="Replit" class="linkicon" >
</a>
<a href="https://g.dev/document10" class="social">
<img src="./img/google.webp" alt="Google Developer" class="linkicon">
</a>
<a href="https://dev.to/document10" class="social">
<img src="./img/devto.webp" alt="Dev.to" class="linkicon">
</a>
<a href="https://imgur.com/user/dxvk10/posts" class="social">
<img src="./img/imgur.webp" alt="Imgur" class="linkicon" >
</a>
<a href="https://www.deviantart.com/document10" class="social">
<img src="./img/deviantart.webp" alt="Deviantart" class="linkicon">
</a>
<a href="https://nightcafe.art/u/document10" class="social">
<img src="./img/nightcafe.webp" alt="NightCafe" class="linkicon" >
</a>
<a href="https://www.joinwhirl.com/document10" class="social">
<img src="./img/whirl.webp" alt="Whirl" class="linkicon" >
</a>
<a href="https://splr.ge/swan/document10" class="social">
<img src="./img/splurge.webp" alt="Splurge" class="linkicon" >
</a>
<a href="https://cara.app/document10" class="social">
<img src="./img/cara.webp" alt="Cara" class="linkicon" >
</a>
</div>
<div id="footer">
<a href="index" class="footer">Home</a>
</div>
</div>
</body>
</html>