-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (158 loc) · 4.49 KB
/
index.html
File metadata and controls
188 lines (158 loc) · 4.49 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="logo.ico" type="image/x-icon">
<title>Studio CD3</title>
<style>
:root {
--bg: #ffffff;
--text: #111111;
--muted: #666666;
--line: #eaeaea;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body {
display: flex;
flex-direction: column;
align-items: center;
}
/* Header */
header {
width: 100%;
padding: 32px 0 16px;
display: flex;
justify-content: center;
}
header img {
height: 44px;
image-rendering: pixelated;
opacity: 0.9;
}
/* Main content */
main {
flex: 1;
max-width: 640px;
width: 90%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.title-image {
margin-bottom: 0rem;
}
.title-image img {
max-width: 888px;
width: 100%;
height: auto;
image-rendering: pixelated;
opacity: 0.95;
}
.divider {
width: 40px;
height: 1px;
background: var(--line);
margin: 2rem auto;
}
p {
font-size: 1rem;
line-height: 1.7;
color: var(--muted);
margin-bottom: 1.5rem;
}
/* Footer */
footer {
width: 100%;
padding: 32px 0 24px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.icon-links {
display: inline-flex;
gap: 24px;
}
.icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
opacity: 0.65;
transition: opacity 0.2s ease;
}
.icon-link:hover {
opacity: 1;
}
.icon {
width: 28px;
height: 28px;
fill: #111111;
}
.footer-text {
font-size: 0.75rem;
letter-spacing: 0.12em;
color: var(--muted);
}
</style>
</head>
<body>
<!-- Header -->
<header>
<img src="CD3 animated test logo.png" alt="Studio CD3 Logo">
</header>
<!-- Main -->
<main>
<h1 class="title-image">
<img src="STUDIOCD3title.png" alt="Studio CD3">
</h1>
<div class="divider"></div>
<p>
A creative studio exploring art forms, intelligence,
sound, and animation.
</p>
<p>
Architecture before noise.<br>
Meaning before scale.
</p>
</main>
<!-- Footer -->
<footer>
<div class="icon-links">
<!-- YouTube -->
<a class="icon-link"
href="https://www.youtube.com/@studiocd3"
target="_blank"
aria-label="Studio CD3 on YouTube">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M23.498 6.186a2.958 2.958 0 0 0-2.08-2.094C19.599 3.5 12 3.5 12 3.5s-7.599 0-9.418.592A2.958 2.958 0 0 0 .502 6.186C0 8.012 0 12 0 12s0 3.988.502 5.814a2.958 2.958 0 0 0 2.08 2.094C4.401 20.5 12 20.5 12 20.5s7.599 0 9.418-.592a2.958 2.958 0 0 0 2.08-2.094C24 15.988 24 12 24 12s0-3.988-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
</svg>
</a>
<!-- GitHub -->
<a class="icon-link"
href="https://github.com/yng3"
target="_blank"
aria-label="YNG3 on GitHub">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 .296c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.387.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.387-1.333-1.757-1.333-1.757-1.089-.745.084-.729.084-.729 1.205.084 1.84 1.236 1.84 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.418-1.305.762-1.605-2.665-.304-5.466-1.332-5.466-5.93 0-1.31.469-2.381 1.236-3.221-.123-.303-.536-1.524.117-3.176 0 0 1.008-.322 3.301 1.23a11.51 11.51 0 0 1 3.003-.404c1.018.005 2.043.138 3.003.404 2.291-1.552 3.297-1.23 3.297-1.23.655 1.653.242 2.874.119 3.176.77.84 1.235 1.911 1.235 3.221 0 4.61-2.804 5.624-5.475 5.921.43.371.823 1.102.823 2.222 0 1.604-.014 2.896-.014 3.293 0 .322.216.694.825.576C20.565 22.092 24 17.592 24 12.296c0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
<div class="footer-text">
© 2026, CD3
</div>
</footer>
</body>
</html>