mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
post-9/23 meeting small tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<header>
|
||||
<nav>
|
||||
<a class="header__logo" href="/"><img src="../assets/images/start9_logo.png" alt=""></a>
|
||||
<a class="header__logo" href="/" aria-label="Return Home"><img src="../assets/images/start9_logo.png" alt=""></a>
|
||||
<ul>
|
||||
{% for group in menu|selectattr("inHeader") %}
|
||||
{% for item in group.items %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<form action="">
|
||||
<input type="email" name="" id="" placeholder="email address"/>
|
||||
<button type="submit">
|
||||
<button type="submit" aria-label="Submit Email" title="Submit Email">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-send" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
{# <path stroke="none" d="M0 0h24v24H0z" fill="none"/> #}
|
||||
<line x1="10" y1="14" x2="21" y2="3" vector-effect="non-scaling-stroke" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<section id="hero">
|
||||
<div id="hero-image">
|
||||
<img src="assets/images/explosion.png" alt="">
|
||||
<img class="img-shadow" src="assets/images/explosion.png" alt="">
|
||||
<img rel="preload" as="image" src="assets/images/explosion.png" alt="">
|
||||
<img rel="preload" as="image" class="img-shadow" src="assets/images/explosion.png" alt="">
|
||||
</div>
|
||||
<div id="logo">
|
||||
<img class="unlazy" src="assets/images/start9_logo.png" alt="">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section id="infographics">
|
||||
<div class="subsection section--subtle">
|
||||
<div class="subsection">
|
||||
<h1>The problem is
|
||||
<em>trust</em>
|
||||
</h1>
|
||||
@@ -14,7 +14,7 @@
|
||||
</div> #}
|
||||
{% include "components/svg/big-tech-network-diagram.svg" %}
|
||||
</div>
|
||||
<div class="subsection section--bold">
|
||||
<div class="subsection">
|
||||
<h1>Take back
|
||||
<em>control</em>
|
||||
</h1>
|
||||
@@ -29,6 +29,6 @@
|
||||
{% include "components/svg/embassyos-network-diagram.svg" %}
|
||||
<div class="img-shadow">{% include "components/svg/embassyos-network-diagram.svg" %}</div>
|
||||
</div> #}
|
||||
{% include "components/svg/embassyos-network-diagram.svg" %}
|
||||
{% include "components/svg/embassyos-network-diagram_red_extended.svg" %}
|
||||
</div>
|
||||
</section>
|
||||
@@ -1,3 +1,3 @@
|
||||
<svg class="line-primary" viewBox="0 0 73 380" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M71 0V191.387H2V285.693H42V380" vector-effect="non-scaling-stroke"/>
|
||||
<svg class="line-primary" viewBox="0 0 117 380" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M115 0V71.3869H2V380" vector-effect="non-scaling-stroke"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 171 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="117" height="380" viewBox="0 0 117 380" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M115 0V71.3869H2V380" stroke="white" stroke-width="2.37"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 175 B |
@@ -1,6 +1,6 @@
|
||||
<section id="menu">
|
||||
<div class="menu-content">
|
||||
<div class="header"><a href="/"><img src="../assets/images/start9_logo.png" alt=""/></a></div>
|
||||
{# <div class="header"><a href="/"><img src="../assets/images/start9_logo.png" alt=""/></a></div> #}
|
||||
<ul class="groups">
|
||||
{% for group in menu|selectattr("inFlyout")|sort(false, false, 'order') %}
|
||||
<li class="{{group.size}}">
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 66 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 118 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 67 KiB |
Reference in New Issue
Block a user