-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (120 loc) · 4.79 KB
/
index.html
File metadata and controls
126 lines (120 loc) · 4.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodedCells</title>
<meta name="description" content="About the artist CodedCells.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="common.css">
<meta id="ogTitle" property="og:title" content="CodedCells">
<meta property="og:type" content="website">
<meta property="og:url" content="https://codedcells.github.io/info/">
<meta property="og:image" content="https://codedcells.github.io/info/assets/banner.jpg">
<meta property="og:description" content="About the artist CodedCells.">
<meta name="theme-color" content="#EDD185">
<link rel="icon" type="image/x-icon" href="/cc3d/assets/favicon.ico">
</head>
<body>
<div id="bannerbox">
<div class="fuckcssblurring">
<img id="bannerimage" width="1920" height="1080" src="/info/assets/banner.jpg" title="CodedCells" alt="CodedCells" >
</div>
</div>
<div class="textzone">
<p>Hey, I'm a digital artist, working mostly within Blender, foucsing on SFW and NSFW arts.</p>
<h1>Platforms</h1>
<p>As an artist and individual, I post to the following platforms and accounts.
<p><b>Fur Affinity</b></p>
</div>
<p class="avatarzone">
<a class="avatar" href="https://www.furaffinity.net/user/codedcells">
<img src="/info/assets/furaffinity_codedcells.jpg" title="CodedCells" alt="CodedCells">
<span class="title">CodedCells</span>
<span class="titleShort">Coded</span>
<span class="summary">Nain account</span>
</a>
<a class="avatar" href="https://www.furaffinity.net/user/codedsmells">
<img src="/info/assets/furaffinity_codedsmells.jpg" title="CodedSmells" alt="CodedSmells">
<span class="title">CodedSmells</span>
<span class="titleShort">Smells</span>
<span class="summary">Other stuff</span>
</a>
<a class="avatar" href="https://www.furaffinity.net/user/bonussells">
<img src="/info/assets/furaffinity_bonussells.jpg" title="BonusSells" alt="BonusSells">
<span class="title">BonusSells</span>
<span class="titleShort">Bonus</span>
<span class="summary">Trades & collabs</span>
</a>
<a class="avatar" href="https://www.furaffinity.net/user/polycells">
<img src="/info/assets/furaffinity_polycells.jpg" title="PolyCells" alt="PolyCells">
<span class="title">PolyCells</span>
<span class="titleShort">Poly</span>
<span class="summary">Polygon art</span>
</a>
<a class="avatar" href="https://www.furaffinity.net/user/cells">
<img src="/info/assets/furaffinity_cells.jpg" title="Cells" alt="Cells">
<span class="title">Cells</span>
<span class="titleShort">Cells</span>
<span class="summary">Art & comms I get</span>
</a>
</p>
<div class="textzone">
<b>and you can also find me on...</b>
</div>
<p class="avatarzone">
<a class="avatar" href="https://twitter.com/codedcells">
<img src="/info/assets/twitter.png" title="CodedCells on Twitter" alt="CodedCells on Twitter">
<span class="title">Twitter</span>
</a>
<a class="avatar" href="https://inkbunny.net/CodedCells">
<img src="/info/assets/inkbunny.png" title="CodedCells on Inkbunny" alt="CodedCells on Inkbunny">
<span class="title">Inkbunny</span>
</a>
<a class="avatar" href="https://www.deviantart.com/codedcells">
<img src="/info/assets/deviantart.png" title="CodedCells on DeviantArt" alt="CodedCells on DeviantArt">
<span class="title">DeviantArt</span>
</a>
<a class="avatar" href="https://www.youtube.com/@codedcells2258/featured">
<img src="/info/assets/youtube.png" title="CodedCells on YouTube" alt="CodedCells on YouTube">
<span class="title">YouTube</span>
</a>
<a class="avatar" href="/info/platforms.html">
<img src="/info/assets/otherplatforms.png" title="CodedCells Elsehere" alt="CodedCells Elsewhere">
<span class="title">More places...</span>
</a>
</p>
<div class="textzone">
<h1>Projects</h1>
</div>
<p class="avatarzone">
<a class="avatar" href="https://codedcells.github.io/cc3d/">
<img src="/info/assets/cc3d.png" title="CC3D Scene Loader" alt="CC3D Scene Loader">
<span class="title">Scene Loader</span>
</a>
<a class="avatar" href="https://codedcells.github.io/cc3d/tools/banner_texture_generator.html">
<img src="/info/assets/tool_banner.png" title="Banner Tool" alt="Banner Tool">
<span class="title">Banner Tool</span>
</a>
</p>
</div>
<div class="textzone">
<h1>Contact me</h1>
<p>Telegram <a href="https://t.me/CodedCells">t.me/CodedCells</a></p>
<p>Discord: cdcel</p>
<p>Any enquiries: <a href="mailto:codedcells@gmail.com">codedcells@gmail.com</a></p>
</div>
</body>
<script>
function showHighQuality(e) {
if (e.complete && e.naturalWidth !== 0) {
e.style.opacity = '1';
e.parentElement.style.filter = 'blur(0)';
}
}
const highQualityImage = document.getElementById("bannerimage")
document.addEventListener("DOMContentLoaded", function() {
highQualityImage.onload = () => {showHighQuality(highQualityImage)}
});
const webFuckUp = setTimeout(function() {showHighQuality(highQualityImage)}, 5000)
</script>
</html>