Skip to content

Commit 34622e8

Browse files
committed
more branding and what not
1 parent 770a109 commit 34622e8

File tree

7 files changed

+424
-7
lines changed

7 files changed

+424
-7
lines changed

assets/content/layout.mtt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<nav class="section nav dark">
5757
<div class="navbar navbar-fixed-top navbar-inverse">
5858
<div class="navbar-inner">
59-
<button class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse" type="button"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="brand haxe-logo" href="https://haxe.org/"><img alt="Haxe" height="21" onerror="this.src='https://haxe.org/img/haxe-logo-horizontal-on-dark.png'" src="https://haxe.org/img/haxe-logo-horizontal-on-dark.svg" width="107" /></a>
60-
<a class="brand sub ide" href="./">Friday Night Funkin'</a>
59+
<button class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse" type="button"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="brand haxe-logo" href="https://funkin.me/"><img alt="Funkin' Cookbook" height="21" onerror="this.src='img/funkin-cookbook-logo.png'" src="svg/funkin-logo-export.svg" width="150" /></a>
60+
<a class="brand sub ide" href="./">CODE</a>
6161

6262
<div class="nav-collapse collapse">
6363
<ul class="nav">
@@ -75,6 +75,9 @@
7575
</ul>
7676
</li>
7777
<li class="divider"></li>
78+
<li>
79+
<a class="sub" href="https://thekade.net/funkin-api/funkin/">Documentation</a>
80+
</li>
7881
</ul>
7982
</div>
8083
</div>
@@ -87,7 +90,7 @@
8790
<div class="container">
8891
<div class="copyright">
8992
<p>
90-
&copy;::DateTools.format(now, "%Y")::&nbsp;<a class="hf-link" href="https://funkin.me/" rel="external nofollow noopener" title="Funkin' Crew Website">The Funkin' Crew</a> |
93+
&copy;::DateTools.format(now, "%Y")::&nbsp;<a class="hf-link" href="https://funkin.me/" rel="external nofollow noopener" title="Funkin' Crew Inc Website">The Funkin' Crew Inc.</a> |
9194
&nbsp;Created with <a href="https://github.com/HaxeFoundation/code-cookbook" title="Haxe Code Cookbook on GitHub" rel="external nofollow noopener">Code Cookbook on GitHub</a>
9295
</p>
9396
<p class="last-modified">Last deploy: ::DateTools.format(now, "%b %d, %Y")::</p>

assets/includes/css/haxe-nav.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ nav .navbar .nav>li>.dropdown-menu:after {
9494

9595
/** SUB BRAND LOGOS **/
9696

97-
.navbar .brand.haxe-logo { padding-right:0; margin: 3px 0 0 0px; }
97+
.navbar .brand.haxe-logo { position:relative; padding-right:0; margin: 3px 0 0 0px; right: 5px; }
9898
.navbar .brand.haxe-logo:hover { opacity:.9; }
9999

100100
.navbar .brand.haxe-logo:after {
@@ -103,6 +103,7 @@ nav .navbar .nav>li>.dropdown-menu:after {
103103
/* create arrow */
104104
width: 0;
105105
height: 0;
106+
margin:0 5px 0 5px;
106107
border-top: 22px solid transparent;
107108
border-bottom: 22px solid transparent;
108109
border-left: 7px solid #13110f; /* same color as nav bar */
@@ -119,7 +120,7 @@ nav .navbar .nav>li>.dropdown-menu:after {
119120
padding:14px 20px 13px 20px;
120121
margin:0 10px 0 0;
121122
font:bold 18px "arial black", "open sans";
122-
line-height:22px;
123+
line-height:26px;
123124
color:rgb(255,255,255);
124125
}
125126
.navbar .brand.sub:hover {
@@ -128,7 +129,6 @@ nav .navbar .nav>li>.dropdown-menu:after {
128129
}
129130

130131
.navbar .brand.sub:before {
131-
content:".."; /* two dots */
132132
position:absolute;
133133
margin-left:-33px;
134134
margin-top:-28px;
@@ -138,6 +138,16 @@ nav .navbar .nav>li>.dropdown-menu:after {
138138
color:#fff200;
139139
}
140140

141+
.navbar .sub {
142+
text-shadow: 1px 1px 3px #000;
143+
144+
margin-left: -10px;
145+
146+
font: 18px "Open Sans", sans-serif;
147+
line-height:22px;
148+
color:rgb(255,255,255);
149+
}
150+
141151
/** SUB BRAND COLORS **/
142152

143153
.navbar .brand.sub.try:before {

assets/includes/css/haxe-nav.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
2.06 KB
Loading

0 commit comments

Comments
 (0)