Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5049,6 +5049,7 @@ body.is-preload #intro:not(.hidden)+#header+#nav {
text-align: center;
}

/* ============== STATUS TEXT ============== */
.status-text,
.status-message-green .status-text {
margin: 20px 0;
Expand Down Expand Up @@ -5084,11 +5085,11 @@ body.dark-mode .status-message a:hover {
body.dark-mode .status-message-green {
background: rgba(0, 220, 120, 0.18);
border: 1px solid rgba(0, 255, 140, 0.35);
color: #a0ffcc;
color: #bff5d8;
}

body.dark-mode .status-message-green .status-close {
color: #a0ffcc;
color: #bff5d8;
}

body.dark-mode .status-message-green .status-close:hover {
Expand All @@ -5106,11 +5107,6 @@ body.dark-mode .status-message-green a:hover {
border-bottom-color: #ffffff;
}

/* Extra pop in dark mode */
body.dark-mode .status-message-green .status-text {
font-weight: 500;
}

/* Checkbox row */
.status-optout {
display: inline-flex;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions game/blinko.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,12 @@ <h2 class="align-center">Explore Giddy's Universe</h2>
<section class="quick-start-section">
<article class="quick-start-item quick-start-featured">
<span class="image left">
<img src="/assets/images/giddyts-shop-products.png" alt="Giddy's Shop Products">
<img src="/assets/images/webp/giddys-shop-tile.webp" alt="Giddy's Shop Products">
</span>

<div class="quick-start-content">
<h3 class="quick-start-title">Giddy's Shop</h3>
<p class="align-center">Coming Soon — Our debut product selection</p>
<p class="align-center">Coming Soon — View our debut product selection</p>

<button class="round-button" onclick="window.location.href='/shop.html'">
Visit Now
Expand Down
50 changes: 35 additions & 15 deletions pages/kinnected.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
<!-- Header Subpage-->
<header class="header-subpage">
<a href="../index.html">
<img src="../assets/images/webp/ofid-theme-kinnected-logo-300.webp" alt="Themed Kinnected Logo" class="logo">
<img src="../assets/images/webp/ofid-theme-kinnected-logo-300.webp" alt="Themed Kinnected Logo"
class="logo">
</a>
</header>

Expand Down Expand Up @@ -323,24 +324,28 @@ <h1 class="center-aligned header-tight classy-font">
<span class="smaller-heading-bw">By GFDevSoft</span>
</h1>

<!-- Status Message -->
<div id="statusMessage" class="status-message">
<!-- Status Messages -->
<!-- Message 1 - Green -->
<div id="statusMessageGreen" class="status-message-green">
<div class="status-inner">
<button id="statusClose" class="status-close">×</button>
<button id="statusCloseGreen" class="status-close">×</button>

<p class="status-text">
Welcome! We're new — and Giddy’s Shop is in development. Meanwhile, watch our
<a href="/ofidtales.html#giddys-tv" class="status-link">animated adventures</a> and meet Giddy!
We encourage you to read our
<a href="/discover.html#article-featured" class="status-link">Solana
article</a>
for a sneak peek at the future of money — thanks for your patience!
Available Now: Kinnected! Messenger / Wallet Early Access Beta.
Unlock Digital Gifting in two simple steps —
1) <a href="/pages/kinnected.html#footer" class="status-link">Submit</a> your Google
Play Email to enroll
as a tester.
2) Click <a href="https://play.google.com/apps/internaltest/4700831657731436961"
class="status-link">here</a> to download.
</p>

<!--
<label class="status-optout">
<input type="checkbox" id="statusOptOut">
<input type="checkbox" id="statusOptOutGreen">
<span>Do not show again</span>
</label>
-->
</div>
</div>

Expand Down Expand Up @@ -431,9 +436,22 @@ <h2 class="align-center">Start Exploring</h2>
<h3 class="quick-start-title">Digital Gifts</h3>
<p class="align-center">Claim Cash!</p>



<button class="round-button" onclick="window.location.href='/cashlinks.html'">
Check Now
</button>
<p class="align-center" style="margin-top: 18px; font-size: 0.9rem; opacity: 0.9;">
<span style="display: inline-flex; align-items: center; gap: 6px;">
<span style="font-weight: 500;">Learn More</span>
<span style="font-size: 1rem; opacity: 0.7;">➜</span>
<a href="https://kinnected-links.com" class="status-link"
style="text-decoration: none; font-weight: 600;">
KinnectedLinks
</a>
</span>
</p>

</div>
</article>
</section>
Expand All @@ -448,8 +466,10 @@ <h3 class="quick-start-title">Digital Gifts</h3>

<footer>
<p class="align-center"> Don't have the Kinnected Wallet?<br />
<a href="https://x.com/i/communities/2003204134795956234" target="_blank">Coming Soon — Join for
Updates</a>
<a href="/pages/kinnected.html#footer" class="status-link">Submit</a> your Google
Play Email.</a> <br />Click <a
href="https://play.google.com/apps/internaltest/4700831657731436961"
class="status-link">here</a> to download.</a>
</p>
</footer>

Expand Down Expand Up @@ -618,7 +638,7 @@ <h1 class="footer-left-aligned">
<li><a href="https://x.com/theweb3family">The Web3 Family</a></li>
</ul>
</section>
</div>
</div>

<!-- Link to non-critical JavaScript files -->
<script src="../assets/js/browser.min.js"></script>
Expand All @@ -628,7 +648,7 @@ <h1 class="footer-left-aligned">
<script src="../assets/js/breakpoints.min.js"></script>
<script src="../assets/js/main.js"></script>
<script src="../assets/js/ofid-main.js"></script>

</body>

</html>
Loading
Loading