Skip to content

Commit 859646e

Browse files
authored
FINAL CHANGES
1 parent 5652680 commit 859646e

File tree

5 files changed

+90
-135
lines changed

5 files changed

+90
-135
lines changed

about.html

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -218,23 +218,15 @@
218218
display: flex;
219219
align-items: center;
220220
justify-content: center;
221+
overflow: hidden;
221222
}
222223

223-
.logo-symbol::before {
224-
content: '';
225-
position: absolute;
226-
inset: 0;
227-
border: 1px solid var(--cyan);
228-
animation: logoRotate 20s linear infinite;
229-
}
230-
231-
.logo-symbol::after {
232-
content: '';
233-
position: absolute;
234-
inset: 4px;
235-
border: 1px solid var(--cyan);
236-
opacity: 0.5;
237-
animation: logoRotate 15s linear infinite reverse;
224+
.logo-symbol img {
225+
width: 100%;
226+
height: 100%;
227+
object-fit: contain;
228+
position: relative;
229+
z-index: 1;
238230
}
239231

240232
@keyframes logoRotate {
@@ -244,16 +236,16 @@
244236

245237
.logo-text-main {
246238
font-family: 'Ethnocentric', 'Space Mono', monospace;
247-
font-size: 18px;
239+
font-size: 14px;
248240
font-weight: 700;
249-
letter-spacing: 0.2em;
241+
letter-spacing: 0.15em;
250242
color: var(--cyan);
251243
}
252244

253245
.logo-text-sub {
254-
font-size: 10px;
246+
font-size: 8px;
255247
font-weight: 400;
256-
letter-spacing: 0.5em;
248+
letter-spacing: 0.3em;
257249
color: rgba(255,255,255,0.4);
258250
text-transform: uppercase;
259251
margin-top: 4px;
@@ -1600,11 +1592,11 @@
16001592
<nav class="nav">
16011593
<a href="index.html" class="logo" aria-label="DLT - Distributed Ledger Technologies Home">
16021594
<div class="logo-symbol">
1603-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
1595+
<img src="favicon-192.png" alt="DLT">
16041596
</div>
16051597
<div>
1606-
<div class="logo-text-main">DLT</div>
1607-
<div class="logo-text-sub">Distributed Ledger</div>
1598+
<div class="logo-text-main">DISTRIBUTED</div>
1599+
<div class="logo-text-sub">Ledger Technologies</div>
16081600
</div>
16091601
</a>
16101602
<ul class="nav-links">
@@ -1913,7 +1905,7 @@ <h2 class="cta-title">Ready to Build the Future With Us?</h2>
19131905
<div class="footer-brand">
19141906
<a href="index.html" class="logo" aria-label="DLT Home">
19151907
<div class="logo-symbol">
1916-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
1908+
<img src="favicon-192.png" alt="DLT">
19171909
</div>
19181910
</a>
19191911
<p>Building institutional-grade blockchain infrastructure for the digital asset economy.</p>

careers.html

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -229,23 +229,15 @@
229229
display: flex;
230230
align-items: center;
231231
justify-content: center;
232+
overflow: hidden;
232233
}
233234

234-
.logo-symbol::before {
235-
content: '';
236-
position: absolute;
237-
inset: 0;
238-
border: 1px solid var(--cyan);
239-
animation: logoRotate 20s linear infinite;
240-
}
241-
242-
.logo-symbol::after {
243-
content: '';
244-
position: absolute;
245-
inset: 4px;
246-
border: 1px solid var(--cyan);
247-
opacity: 0.5;
248-
animation: logoRotate 15s linear infinite reverse;
235+
.logo-symbol img {
236+
width: 100%;
237+
height: 100%;
238+
object-fit: contain;
239+
position: relative;
240+
z-index: 1;
249241
}
250242

251243
@keyframes logoRotate {
@@ -255,16 +247,16 @@
255247

256248
.logo-text-main {
257249
font-family: 'Ethnocentric', 'Space Mono', monospace;
258-
font-size: 18px;
250+
font-size: 14px;
259251
font-weight: 700;
260-
letter-spacing: 0.2em;
252+
letter-spacing: 0.15em;
261253
color: var(--cyan);
262254
}
263255

264256
.logo-text-sub {
265-
font-size: 10px;
257+
font-size: 8px;
266258
font-weight: 400;
267-
letter-spacing: 0.5em;
259+
letter-spacing: 0.3em;
268260
color: rgba(255,255,255,0.4);
269261
text-transform: uppercase;
270262
margin-top: 4px;
@@ -2104,11 +2096,11 @@ <h3 class="success-title">Application Submitted</h3>
21042096
<nav class="nav">
21052097
<a href="index.html" class="logo" aria-label="DLT - Distributed Ledger Technologies Home">
21062098
<div class="logo-symbol">
2107-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
2099+
<img src="favicon-192.png" alt="DLT">
21082100
</div>
21092101
<div>
2110-
<div class="logo-text-main">DLT</div>
2111-
<div class="logo-text-sub">Distributed Ledger</div>
2102+
<div class="logo-text-main">DISTRIBUTED</div>
2103+
<div class="logo-text-sub">Ledger Technologies</div>
21122104
</div>
21132105
</a>
21142106
<ul class="nav-links">
@@ -2584,7 +2576,7 @@ <h3 class="job-title">Senior Cryptography Researcher</h3>
25842576
<div class="footer-brand">
25852577
<a href="index.html" class="logo" aria-label="DLT Home">
25862578
<div class="logo-symbol">
2587-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
2579+
<img src="favicon-192.png" alt="DLT">
25882580
</div>
25892581
</a>
25902582
<p>Building institutional-grade blockchain infrastructure for the digital asset economy.</p>

contact.html

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -225,23 +225,15 @@
225225
display: flex;
226226
align-items: center;
227227
justify-content: center;
228+
overflow: hidden;
228229
}
229230

230-
.logo-symbol::before {
231-
content: '';
232-
position: absolute;
233-
inset: 0;
234-
border: 1px solid var(--cyan);
235-
animation: logoRotate 20s linear infinite;
236-
}
237-
238-
.logo-symbol::after {
239-
content: '';
240-
position: absolute;
241-
inset: 4px;
242-
border: 1px solid var(--cyan);
243-
opacity: 0.5;
244-
animation: logoRotate 15s linear infinite reverse;
231+
.logo-symbol img {
232+
width: 100%;
233+
height: 100%;
234+
object-fit: contain;
235+
position: relative;
236+
z-index: 1;
245237
}
246238

247239
@keyframes logoRotate {
@@ -251,16 +243,16 @@
251243

252244
.logo-text-main {
253245
font-family: 'Ethnocentric', 'Space Mono', monospace;
254-
font-size: 18px;
246+
font-size: 14px;
255247
font-weight: 700;
256-
letter-spacing: 0.2em;
248+
letter-spacing: 0.15em;
257249
color: var(--cyan);
258250
}
259251

260252
.logo-text-sub {
261-
font-size: 10px;
253+
font-size: 8px;
262254
font-weight: 400;
263-
letter-spacing: 0.5em;
255+
letter-spacing: 0.3em;
264256
color: rgba(255,255,255,0.4);
265257
text-transform: uppercase;
266258
margin-top: 4px;
@@ -1603,11 +1595,11 @@
16031595
<nav class="nav">
16041596
<a href="index.html" class="logo" aria-label="DLT - Distributed Ledger Technologies Home">
16051597
<div class="logo-symbol">
1606-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
1598+
<img src="favicon-192.png" alt="DLT">
16071599
</div>
16081600
<div>
1609-
<div class="logo-text-main">DLT</div>
1610-
<div class="logo-text-sub">Distributed Ledger</div>
1601+
<div class="logo-text-main">DISTRIBUTED</div>
1602+
<div class="logo-text-sub">Ledger Technologies</div>
16111603
</div>
16121604
</a>
16131605
<ul class="nav-links">
@@ -2123,7 +2115,7 @@ <h3 class="success-title">Message Sent Successfully</h3>
21232115
<div class="footer-brand">
21242116
<a href="index.html" class="logo" aria-label="DLT Home">
21252117
<div class="logo-symbol">
2126-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
2118+
<img src="favicon-192.png" alt="DLT">
21272119
</div>
21282120
</a>
21292121
<p>Building institutional-grade blockchain infrastructure for the digital asset economy.</p>

index.html

Lines changed: 31 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<title>DLT | Distributed Ledger Technologies - Enterprise Blockchain Infrastructure</title>
3636
<meta name="title" content="DLT | Distributed Ledger Technologies - Enterprise Blockchain Infrastructure">
3737
<meta name="description" content="Enterprise blockchain infrastructure. Institutional-grade solutions for governments, defense, and global finance. Building critical infrastructure for the digital asset economy.">
38-
<meta name="keywords" content="blockchain, distributed ledger, enterprise blockchain, cryptocurrency, Bitcoin mining, institutional blockchain, government blockchain, defense technology, financial infrastructure, digital assets, MacMetal Miner, Echelon, HydroDollar, Ayedex, CORA, Lightning Network, Bitcoin wallet, KNEX, proof of bandwidth, layer 1 blockchain">
38+
<meta name="keywords" content="blockchain, distributed ledger, enterprise blockchain, cryptocurrency, Bitcoin mining, institutional blockchain, government blockchain, defense technology, financial infrastructure, digital assets, MacMetal Miner, Echelon, HydroDollar, Ayedex, Cora, Lightning Network, Bitcoin wallet, Knexcoin, proof of bandwidth, layer 1 blockchain">
3939
<meta name="author" content="Distributed Ledger Technologies">
4040
<meta name="robots" content="index, follow">
4141
<meta name="language" content="English">
@@ -186,22 +186,15 @@
186186
}
187187

188188
.loading-logo {
189-
font-family: 'Ethnocentric', 'Space Mono', monospace;
190-
font-size: clamp(32px, 8vw, 64px);
191-
color: #fff;
192-
text-shadow:
193-
0 0 2px var(--cyan),
194-
0 0 5px var(--cyan);
195-
animation: loadingPulse 2s ease-in-out infinite;
196-
letter-spacing: 0.2em;
197-
font-weight: 700;
198-
-webkit-font-smoothing: antialiased;
199-
-moz-osx-font-smoothing: grayscale;
189+
width: clamp(80px, 20vw, 120px);
190+
height: clamp(80px, 20vw, 120px);
191+
filter: drop-shadow(0 0 10px var(--cyan));
200192
}
201193

202-
@keyframes loadingPulse {
203-
0%, 100% { opacity: 1; text-shadow: 0 0 2px var(--cyan), 0 0 5px var(--cyan); }
204-
50% { opacity: 0.9; text-shadow: 0 0 3px var(--cyan), 0 0 8px var(--cyan); }
194+
.loading-logo img {
195+
width: 100%;
196+
height: 100%;
197+
object-fit: contain;
205198
}
206199

207200
.loading-subtitle {
@@ -630,23 +623,15 @@
630623
display: flex;
631624
align-items: center;
632625
justify-content: center;
626+
overflow: hidden;
633627
}
634628

635-
.logo-symbol::before {
636-
content: '';
637-
position: absolute;
638-
inset: 0;
639-
border: 1px solid var(--cyan);
640-
animation: logoRotate 20s linear infinite;
641-
}
642-
643-
.logo-symbol::after {
644-
content: '';
645-
position: absolute;
646-
inset: 4px;
647-
border: 1px solid var(--cyan);
648-
opacity: 0.5;
649-
animation: logoRotate 15s linear infinite reverse;
629+
.logo-symbol img {
630+
width: 100%;
631+
height: 100%;
632+
object-fit: contain;
633+
position: relative;
634+
z-index: 1;
650635
}
651636

652637
@keyframes logoRotate {
@@ -656,16 +641,16 @@
656641

657642
.logo-text-main {
658643
font-family: 'Ethnocentric', 'Space Mono', monospace;
659-
font-size: 18px;
644+
font-size: 14px;
660645
font-weight: 700;
661-
letter-spacing: 0.2em;
646+
letter-spacing: 0.15em;
662647
color: var(--cyan);
663648
}
664649

665650
.logo-text-sub {
666-
font-size: 10px;
651+
font-size: 8px;
667652
font-weight: 400;
668-
letter-spacing: 0.5em;
653+
letter-spacing: 0.3em;
669654
color: rgba(255,255,255,0.4);
670655
text-transform: uppercase;
671656
margin-top: 4px;
@@ -1894,7 +1879,9 @@
18941879
<!-- Loading Screen -->
18951880
<div class="loading-screen" id="loadingScreen">
18961881
<div class="loading-header">
1897-
<div class="loading-logo">DLT</div>
1882+
<div class="loading-logo">
1883+
<img src="favicon-512.png" alt="DLT Logo">
1884+
</div>
18981885
<div class="loading-subtitle">Distributed Ledger Technologies</div>
18991886
<div class="loading-tagline">Financial Inclusion • Digital Sovereignty</div>
19001887
<div class="loading-mission">Serving the interests of The United States of America</div>
@@ -2116,11 +2103,11 @@ <h2>14. Contact</h2>
21162103
<nav class="nav">
21172104
<a href="index.html" class="logo" aria-label="DLT - Distributed Ledger Technologies Home">
21182105
<div class="logo-symbol">
2119-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
2106+
<img src="favicon-192.png" alt="DLT">
21202107
</div>
21212108
<div>
2122-
<div class="logo-text-main">DLT</div>
2123-
<div class="logo-text-sub">Distributed Ledger</div>
2109+
<div class="logo-text-main">DISTRIBUTED</div>
2110+
<div class="logo-text-sub">Ledger Technologies</div>
21242111
</div>
21252112
</a>
21262113
<ul class="nav-links">
@@ -2300,9 +2287,9 @@ <h3 class="product-title">Cora</h3>
23002287
<div class="product-number">[06]</div>
23012288
<h3 class="product-title">Knexcoin</h3>
23022289
<p class="product-description">Proof-of-Bandwidth Consensus Mechanism. A new layer 1 blockchain architecture rewarding network infrastructure contribution.</p>
2303-
<div class="product-status" style="border-color: rgba(0, 191, 255, 0.3); color: #00bfff;">
2304-
<span class="product-status-dot" style="background: #00bfff; box-shadow: 0 0 10px #00bfff;"></span>
2305-
Coming Soon
2290+
<div class="product-status" style="border-color: rgba(148, 0, 211, 0.3); color: #9400d3;">
2291+
<span class="product-status-dot" style="background: #9400d3; box-shadow: 0 0 10px #9400d3;"></span>
2292+
Experimental
23062293
</div>
23072294
<a href="https://knexcoin.com" class="product-link sound-click" target="_blank" rel="noopener noreferrer">
23082295
Learn More
@@ -2422,7 +2409,7 @@ <h2 class="cta-title reveal">
24222409
<div class="footer-brand">
24232410
<a href="index.html" class="logo" aria-label="DLT Home">
24242411
<div class="logo-symbol">
2425-
<span style="font-family: 'Space Mono', monospace; font-size: 14px; font-weight: 700; color: var(--cyan); position: relative; z-index: 1;">DLT</span>
2412+
<img src="favicon-192.png" alt="DLT">
24262413
</div>
24272414
</a>
24282415
<p>Building institutional-grade blockchain infrastructure for the digital asset economy.</p>
@@ -2434,8 +2421,8 @@ <h2 class="cta-title reveal">
24342421
<li><a href="https://xalon.com" class="sound-hover" target="_blank" rel="noopener noreferrer">Echelon</a></li>
24352422
<li><a href="https://hydrodollar.com" class="sound-hover" target="_blank" rel="noopener noreferrer">HydroDollar</a></li>
24362423
<li><a href="https://ayedex.com" class="sound-hover" target="_blank" rel="noopener noreferrer">Ayedex</a></li>
2437-
<li><a href="https://corawallet.com" class="sound-hover" target="_blank" rel="noopener noreferrer">CORA</a></li>
2438-
<li><a href="https://knexcoin.com" class="sound-hover" target="_blank" rel="noopener noreferrer">KNEX</a></li>
2424+
<li><a href="https://corawallet.com" class="sound-hover" target="_blank" rel="noopener noreferrer">Cora</a></li>
2425+
<li><a href="https://knexcoin.com" class="sound-hover" target="_blank" rel="noopener noreferrer">Knexcoin</a></li>
24392426
</ul>
24402427
</div>
24412428
<div>

0 commit comments

Comments
 (0)