<i class="fas fa-arrow-right"></i>
</a>
</p>
-<p class="txt-c">
+<!-- <p class="txt-c">
<a href="TODO" class="btn btn-tertiary">
Need some help?
<i class="fas fa-arrow-right"></i>
</a>
-</p>
+</p> -->
{{</section>}}
{{<vertical-lists cols="2">}}
- title: "**Read** documentation"
text: >
- <p><a href="http://wiki.xenproject.org/" class="btn btn-tertiary">Access documentation <i class="fas fa-arrow-up-right-from-square"></i></a></p>
+ <p><a href="https://wiki.xenproject.org/" class="btn btn-tertiary">Access documentation <i class="fas fa-arrow-up-right-from-square"></i></a></p>
<p><a href="https://wiki.xenproject.org/wiki/Index_Guide" class="btn btn-tertiary">How to use documentation <i class="fas fa-arrow-up-from-square"></i></a></p>
- title: "**Communicate** with others"
}
.section-row {
- --min-col-width: 380px;
+ --min-col-width: 300px;
+ @include tablet {
+ --min-col-width: 380px;
+ }
+
display: flex;
flex-wrap: wrap;
gap: var(--gap, 1rem);
background: var(--header-color-background);
border-bottom: none;
padding: var(--sp-xs) var(--sp-sm);
+ color: #fff;
.header-inner {
display: flex;
@include media-max("header-breakpoint") {
.menu-toggle {
- color: var(--header-color-menu-toggle);
+ color: #fff;
+ border: none;
font-size: 20px;
font-style: normal;
font-weight: 900;
gap: 10px;
position: absolute;
left: 10px;
+ background: none;
&::before {
content: var(--icon-bars);
.header.active {
.header-content {
display: flex;
+ padding: 40px 12px;
}
.menu-toggle,
padding: var(--sp-xs) var(--sp-sm);
font-size: 20px;
z-index: 11;
+ &::before {
+ content: none;
+ }
}
.header-content::before,
.menu li.active > a {
z-index: 13;
- color: inherit;
gap: var(--sp-sm);
pointer-events: none;
cursor: default;
pointer-events: all;
content: var(--icon-arrow-left);
font-family: var(--font-family-icons);
- color: inherit;
+ color: #fff;
+
//var(--color-action-text)
cursor: pointer;
}
.menu-toggle {
left: auto;
right: var(--sp-sm);
- color: inherit;
+ color: #fff;
+
font-weight: 900;
&::before {
.menu {
font-weight: 500;
flex: 1;
-
+ a {
+ color: #fff;
+ }
&,
li,
ul {
gap: var(--sp-md);
}
> li {
- > a {
- display: flex;
+ a {
+ display: inline flex;
align-items: center;
gap: var(--sp-xs);
&::after {
}
// level 2
ul a {
- width: 100%;
- display: block;
+ // width: 100%;
+ // display: block;
}
}
content: var(--arrow-up-right-from-square);
}
}
+
+ li.active > a {
+ @include media-max("header-breakpoint") {
+ &::before {
+ content: var(--icon-arrow-left) !important;
+ font-family: var(--font-family-icons);
+ right: auto !important;
+ transform: scale(1);
+ position: static;
+ height: auto;
+ background: none;
+ }
+ }
+ }
// level 2
ul a {
- width: 100%;
- display: block;
+ // width: 100%;
+ // display: block;
}
}
--li-width: calc(100% / var(--features-columns-count) - var(--gap));
margin: 0;
flex: 1 1 var(--li-width);
- min-width: 300px;
+ min-width: 240px;
+
+ @include tablet {
+ min-width: 300px;
+ }
}
//
:root {
--container-width: 1312px;
- --content-padding-horizontal: 40px;
+ --content-padding-horizontal: 20px;
--font-size: 1em;
--font-family: "gotham", sans-serif;
--p1-font-size: 1.125rem; /* 18px */
@include tablet {
+ --content-padding-horizontal: 40px;
+
--container-paddings: var(--sp-lg);
--section-space: 100px;
--block-space: 160px;
<img src="/img/logo-xen-reverse.svg" alt="Xen-Project" />
</a>
</div>
- <button class="menu-toggle btn btn-tertiary" title="Toggle menu"></button>
+ <button class="menu-toggle" title="Toggle menu"></button>
<div class="header-content" data-menu-title="Menu">
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
{{ partial "socials.html" }}