Skip to content

Commit c8c2da6

Browse files
committed
Add OfficiallySp branding and design tokens to HTML files; enhance footer links for better project visibility.
1 parent 8de43d4 commit c8c2da6

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

bee-match.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
<link rel="canonical" href="https://officiallysp.github.io/Beedle/bee-match.html" />
2020
<link rel="stylesheet" href="styles.css" />
2121
<link rel="stylesheet" href="bee-match.css" />
22+
<link rel="stylesheet" href="https://officiallysp.net/assets/css/design-tokens.css" />
2223
</head>
2324
<body>
25+
<a href="https://officiallysp.net" class="officiallysp-bar" aria-label="Part of OfficiallySp - More projects" style="--os-accent: #fbbf24;">
26+
<span class="os-icon"></span><span class="os-accent">OfficiallySp.net</span><span>— More projects</span>
27+
</a>
2428
<nav class="navbar">
2529
<div class="navbar-toggle" id="navbar-toggle">
2630
<span></span>

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
<meta name="twitter:card" content="summary_large_image" />
1919
<link rel="canonical" href="https://officiallysp.github.io/Beedle/" />
2020
<link rel="stylesheet" href="styles.css" />
21+
<link rel="stylesheet" href="https://officiallysp.net/assets/css/design-tokens.css" />
2122
<script
2223
async
2324
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1548903334937961"
2425
crossorigin="anonymous"
2526
></script>
2627
</head>
2728
<body>
29+
<a href="https://officiallysp.net" class="officiallysp-bar" aria-label="Part of OfficiallySp - More projects" style="--os-accent: #fbbf24;">
30+
<span class="os-icon"></span><span class="os-accent">OfficiallySp.net</span><span>— More projects</span>
31+
</a>
2832
<nav class="navbar">
2933
<div class="navbar-toggle" id="navbar-toggle">
3034
<span></span>
@@ -93,9 +97,7 @@ <h3>Guess the bee in six attempts or less</h3>
9397
<button id="reset-button" class="danger-button">Reset ALL Data</button>
9498
</div>
9599
<p>
96-
Beedle Made by Shane (<a href="https://officiallysp.net" target="_blank"
97-
>OfficiallySp</a
98-
>)
100+
Beedle Made by Shane (<a href="https://officiallysp.net" target="_blank">OfficiallySp</a>) · <a href="https://officiallysp.net" target="_blank">More projects</a>
99101
</p>
100102
<p>Badges created by Amy (aimzies)</p>
101103
<p class="version-number">

sticker-guess.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
<link rel="canonical" href="https://officiallysp.github.io/Beedle/sticker-guess.html" />
2020
<link rel="stylesheet" href="styles.css" />
2121
<link rel="stylesheet" href="sticker-guess.css" />
22+
<link rel="stylesheet" href="https://officiallysp.net/assets/css/design-tokens.css" />
2223
</head>
2324
<body>
25+
<a href="https://officiallysp.net" class="officiallysp-bar" aria-label="Part of OfficiallySp - More projects" style="--os-accent: #fbbf24;">
26+
<span class="os-icon"></span><span class="os-accent">OfficiallySp.net</span><span>— More projects</span>
27+
</a>
2428
<nav class="navbar">
2529
<div class="navbar-toggle" id="navbar-toggle">
2630
<span></span>

0 commit comments

Comments
 (0)