<?php\r
$this->headScript()\r
- ->addScriptAndStyle('header')\r
+ ->addScriptAndStyle('101-header')\r
->addGSAP();\r
\r
$homepage = $this->navigation()->getContainer()->findOneById($this->localeDefault() . '/1');\r
<?php\r
/* LOGO */\r
\r
- $logos = $this->image('/images/logo/Cube.svg', "Cubedesigners Logo", -1, -1, array('class' => 'cube'));\r
- $logos .= $this->image('/images/logo/Typo.svg', 'Cubedesigners', -1, -1, array('class' => 'typo'));\r
+ $logos = $this->image('/images/logo/Cube.svg', "Fluidbook", -1, -1, array('class' => 'cube'));\r
+ $logos .= $this->image('/images/logo/Typo.svg', 'Fluidbook', -1, -1, array('class' => 'typo'));\r
\r
echo $this->link($logos, $home, array('class' => 'logo'));\r
if ($this->currentPage && $this->currentPage->getTemplate() == 'home') {\r
}\r
/* NAVIGATION */\r
$mainMenu = $this->navigation()->findOneById($this->localeDefault() . '/' . CubeIT_Navigation::MAIN);\r
- // echo '<a href="#menu" class="menu-link">☰</a>';\r
echo '<div class="nav-icon"><div></div></div>';\r
echo '<nav id="menu" role="navigation">';\r
echo $this->navigation()->menu()->renderMenu($mainMenu, array('maxDepth' => 0)) . "\n";\r
-@import "000-imports";
\ No newline at end of file
+@import "000-imports";\r
+\r
+header {\r
+ color: #2a3743;\r
+\r
+ nav#menu {\r
+ ul {\r
+ list-style: none;\r
+ li {\r
+ display: inline-block;\r
+ }\r
+ }\r
+ a {\r
+ color: #2a3743;\r
+ }\r
+ }\r
+\r
+ &.light {\r
+ color: #fff;\r
+ nav #menu {\r
+ a {\r
+ color: #fff;\r
+ }\r
+ }\r
+ }\r
+}
\ No newline at end of file
--- /dev/null
+@import "000-imports";
+
+footer {
+ .font-thinning();
+
+ a {
+ color: #fff;
+ text-decoration: none;
+ }
+}
+
+footer.site {
+ color: #fff;
+ background-color: @color-footer-bg-primary;
+ padding: 75px 85px 75px 42px;
+}
+
+// Copyright and legal bar
+footer.legal {
+ background-color: @color-footer-bg-secondary;
+ color: #5c6268;
+ padding: 40px 85px;
+}
\ No newline at end of file
+++ /dev/null
-@import "000-imports";
-
-footer {
- .font-thinning();
-
- a {
- color: #fff;
- text-decoration: none;
- }
-}
-
-footer.site {
- color: #fff;
- background-color: @color-footer-bg-primary;
- padding: 75px 85px 75px 42px;
-}
-
-// Copyright and legal bar
-footer.legal {
- background-color: @color-footer-bg-secondary;
- color: #5c6268;
- padding: 40px 85px;
-}
\ No newline at end of file