Skip to content

Commit 93085b3

Browse files
committed
remove kofi donation + start cloud gamging page
1 parent 081c6f1 commit 93085b3

4 files changed

Lines changed: 27 additions & 5 deletions

File tree

components/lightDarkToggle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<script src = "/assets/scripts/lightDarkToggle.js"></script>
11-
11+
<!--
1212
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
1313
<script>
1414
kofiWidgetOverlay.draw('ccported', {
@@ -17,4 +17,4 @@
1717
'floating-chat.donateButton.background-color': '#323842',
1818
'floating-chat.donateButton.text-color': '#fff'
1919
});
20-
</script>
20+
</script> -->

static/assets/styles/home.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ header.shadow {
114114
.cards.rows .inxxx.grid {
115115
display: none;
116116
}
117+
.cloud .card.grid {
118+
width: 510px;
119+
height: 350px;
120+
}
117121
.card.grid {
118122
width: 320px;
119123
height: 220px;

static/cloud/index.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
crossorigin="anonymous" referrerpolicy="no-referrer" />
1414
<meta name="description"
1515
content="Many games ported to different domains to prevent organization unblocking tools from blocking them. Cookie clicker, drift hunters, tiny fishing, spelunky, minecraft, slope, champion island, and NES games all unblocked.">
16-
<chead title="CCPorted"/>
16+
<chead title="CCPorted" />
1717
</head>
1818

1919
<body>
2020
<navigation />
2121
<div class="container">
22-
<h1>Cloud Gaming</h1>
22+
<h1>CCPorted Cloud Gaming</h1>
2323
<div class="search">
2424
<input id="searchBox" placeholder="Search for a game...">
2525
<div class="action-button-row">
@@ -35,11 +35,29 @@ <h1>Cloud Gaming</h1>
3535
<button id="sort">Sort: <span id="order">Hot</span></button>
3636
</div>
3737
</div>
38-
<div class="subContainer">
38+
<div class="subContainer cloud">
3939
<div class="row">
40+
<div class="card grid" id="game_e290_7729a5cc5ade2" data-clicks="4666" style="cursor: pointer;"><span
41+
class="star-icon"></span>
42+
<div class="card-bg"
43+
style="background-image: url(&quot;https://ccgstatic.com/games/game_e290_7729a5cc5ade2/thumb.jpg&quot;);">
44+
</div>
45+
<div class="card-content">
46+
<div>
47+
<h2 class="card-title">Run 3</h2>
48+
<p class="card-description">Parkour your way through space.</p>
49+
<div class="card-tags"><span class="tag" data-tag="run">Run</span><span class="tag"
50+
data-tag="platformer">Platformer</span><span class="tag"
51+
data-tag="runner">Runner</span></div>
52+
</div>
53+
<div class="card-links"><a href="/play/?id=game_e290_7729a5cc5ade2&amp;server=0">Play Run 3 on
54+
CCPorted</a></div>
55+
</div>
56+
</div>
4057
</div>
4158
</div>
4259
</div>
60+
</div>
4361
<lightDarkToggle />
4462
<script src="/assets/scripts/cloud.js"></script>
4563
</body>

static/cloud/play/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)