-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (208 loc) · 10 KB
/
index.html
File metadata and controls
221 lines (208 loc) · 10 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOQOR — Developer & Digital Artist</title>
<meta content="Loqor's Portfolio" property="og:title"/>
<meta content="Hi! I'm Loqor, a professional Minecraft modder, web developer, and digital artist. I am most well known for the Minecraft mod Adventures In Time, themed around the TARDIS from Doctor Who." property="og:description"/>
<meta content="https://loqor.dev" property="og:url"/>
<meta content="https://loqor.dev/img/loqor-pfp-comm.png" property="og:image"/>
<meta content="#0a0a0a" data-react-helmet="true" name="theme-color"/>
<link rel="stylesheet" href="style.css"/>
<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=Outfit:wght@300;400;500;600;700;800;900&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js"></script>
</head>
<body>
<div class="noise-overlay"></div>
<div><script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw('loqor', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#1a1a1a',
'floating-chat.donateButton.text-color': '#fff',
});
</script>
</div>
<!-- Minimal Header -->
<header class="site-header">
<nav class="nav">
<a href="#" class="nav-brand">Loqor</a>
<div class="nav-links">
<a href="#work">Work</a>
<a href="#about">About</a>
<a href="#connect">Connect</a>
</div>
</nav>
</header>
<main>
<!-- Hero: Brand Focus -->
<section class="hero">
<div class="hero-grid">
<div class="hero-left">
<div class="hero-eyebrow" data-animate="fade-up">Developer & Digital Artist</div>
<h1 class="hero-name" data-animate="fade-up" data-delay="1">
<span class="name-solid">LOQ</span><span class="name-highlight">OR</span>
</h1>
<p class="hero-bio" data-animate="fade-up" data-delay="2">
My name is Loqor. Developer, father and husband.
</p>
<div class="hero-tags" data-animate="fade-up" data-delay="3">
<span class="tag">Java</span>
<span class="tag">TypeScript</span>
<span class="tag">Zig</span>
<span class="tag">C</span>
<span class="tag">Lua</span>
<span class="tag">3D Art</span>
</div>
<div class="stats-row" data-animate="fade-up" data-delay="4">
<div class="stat">
<span class="stat-value" id="total-downloads">—</span>
<span class="stat-label">Total Downloads</span>
</div>
<div class="stat">
<span class="stat-value" id="project-count">—</span>
<span class="stat-label">Projects</span>
</div>
</div>
</div>
<div class="hero-right" data-animate="fade-up" data-delay="2">
<div class="profile-frame">
<img src="./img/loqor-pfp-comm.png" class="profile-img" id="realpfp" alt="Loqor">
<div class="profile-ring"></div>
</div>
<div class="status-badge" id="status-badge">
<span class="status-dot"></span>
<span class="status-text" id="statusDesc">Online</span>
</div>
</div>
</div>
<!-- Spotify: Integrated into hero -->
<div class="now-playing" data-animate="fade-up" data-delay="5">
<div class="np-label">Currently vibing to</div>
<div class="np-content">
<img src="./img/spotify.png" class="np-album" id="albumart" alt="Album art">
<div class="np-info">
<span class="np-song" id="spotifysong">Nothing playing</span>
<span class="np-artist" id="spotifyartistalbum">—</span>
</div>
<div class="np-accent" id="accent-indicator"></div>
</div>
</div>
</section>
<!-- Work Section -->
<section id="work" class="work-section">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">Projects</h2>
</div>
<!-- Dynamic Mods Grid - Populated by JavaScript -->
<div id="mods-grid" class="mods-grid">
<!-- Loading skeletons -->
<div class="mod-card skeleton"></div>
<div class="mod-card skeleton"></div>
<div class="mod-card skeleton"></div>
</div>
</section>
<!-- Timeline Section -->
<section id="timeline" class="timeline-section">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Recent Updates</h2>
</div>
<div id="timeline-list" class="timeline-list">
<!-- Loading skeletons -->
<div class="timeline-item skeleton"></div>
<div class="timeline-item skeleton"></div>
<div class="timeline-item skeleton"></div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">About</h2>
</div>
<div class="about-grid">
<div class="about-card">
<span class="about-label">Name</span>
<span class="about-value">Isaiah Crace</span>
</div>
<div class="about-card">
<span class="about-label">Age</span>
<span class="about-value">21</span>
</div>
<div class="about-card">
<span class="about-label">Location</span>
<span class="about-value">United States</span>
</div>
<div class="about-card">
<span class="about-label">Focus</span>
<span class="about-value">Minecraft Modding, Web Dev, 3D Art</span>
</div>
<div class="about-card">
<span class="about-label">Currently</span>
<span class="about-value">Building Adventures In Time</span>
</div>
<div class="about-card">
<span class="about-label">Commissions</span>
<span class="about-value">Open for Work</span>
</div>
<div class="about-card">
<span class="about-label">Interests</span>
<span class="about-value">Music, Doctor Who</span>
</div>
<div class="about-card">
<span class="about-label">Tools</span>
<span class="about-value">IntelliJ, Zed, Blockbench, Nix</span>
</div>
</div>
</section>
<!-- Connect Section -->
<section id="connect" class="connect-section">
<div class="section-header">
<span class="section-number">04</span>
<h2 class="section-title">Connect</h2>
</div>
<div class="connect-grid">
<a href="https://discord.gg/D5Et6Ux7BS" target="_blank" class="connect-link">
<img src="./img/discord_aesthetic.png" alt="Discord">
<span class="connect-name">Discord</span>
<span class="connect-arrow">↗</span>
</a>
<a href="https://github.com/loqor" target="_blank" class="connect-link">
<img src="./img/github_aesthetic.png" alt="GitHub">
<span class="connect-name">GitHub</span>
<span class="connect-arrow">↗</span>
</a>
<a href="https://modrinth.com/user/Loqor" target="_blank" class="connect-link">
<img src="./img/modrinth.png" alt="Modrinth">
<span class="connect-name">Modrinth</span>
<span class="connect-arrow">↗</span>
</a>
<a href="https://www.youtube.com/channel/UCMCcRBw_pFgfc2Ixd98iNaA" target="_blank" class="connect-link">
<img src="./img/youtube_aesthetic.png" alt="YouTube">
<span class="connect-name">YouTube</span>
<span class="connect-arrow">↗</span>
</a>
<a href="https://sketchfab.com/loqor" target="_blank" class="connect-link">
<img src="./img/sketchfab_aesthetic.png" alt="Sketchfab">
<span class="connect-name">Sketchfab</span>
<span class="connect-arrow">↗</span>
</a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-content">
<span class="footer-brand">LOQOR.DEV</span>
<span class="footer-copy">© 2026</span>
</div>
</footer>
<script src="discordsync.js"></script>
<script src="modrinth.js"></script>
</body>
</html>