iOS, macOS, firefox css tweaks; config and readme updates;

This commit is contained in:
Spencer Flagg
2022-10-24 14:17:02 +02:00
parent 9ca6779388
commit 5c12e2aaea
24 changed files with 227 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
<section id="hero">
<div id="hero-image">
<div id="hero-image" class="image-with-shadow">
<img src="/assets/images/explosion.png" alt="start9 hero; voxel explosion" title="start9 hero; voxel explosion">
<img as="image" class="img-shadow" src="/assets/images/explosion.png" alt="">
</div>

View File

@@ -8,7 +8,7 @@
App companies can see your pictures, read your documents, listen to your conversations, track your location, sell your
private information, permanently delete your data, or cut you off at any time. Even if the companies behind these apps
are not malicious, they are prime targets for hackers and are vulnerable to political winds.</p>
<div class="image-with-shadow">
<div id="big-tech-network-image-block" class="image-with-shadow">
{% include "svgs/big-tech-network-diagram.svg" %}
<div class="img-shadow">{% include "svgs/big-tech-network-diagram.svg" %}</div>
</div>
@@ -24,7 +24,7 @@
namely software developers, corporations, wealthy individuals, and politicians.
<em>Start9 levels the playing field</em>
by making it possible for the rest of us.</p>
<div class="image-with-shadow">
<div id="embassyos-network-image-block" class="image-with-shadow">
{% include "svgs/embassyos-network-diagram_red_extended.svg" %}
<div class="img-shadow">{% include "svgs/embassyos-network-diagram_red_extended.svg" %}</div>
</div>

View File

@@ -11,7 +11,7 @@
Check out our <a href="https://github.com/Start9Labs/embassy-os" target="_blank" rel="noopener noreferrer">source code!</a>
</p>
</div>
<div class="image-with-shadow">
<div id="stack-image-block" class="image-with-shadow">
{% include "svgs/stack.svg" %}
<div class="img-shadow">{% include "svgs/stack.svg" %}</div>
</div>

View File

@@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ description }}">
<title>{{ title }}</title>
{# <meta name="description" content="{{ description }}">
<title>{{ title }}</title> #}
{% favicon './favicon.svg' %}
<link rel="stylesheet" href="/assets/styles/main.css">
<script async defer data-website-id="3e99dfb1-0664-4d49-8fb6-de86e763a716" src="https://s9-analytics.altweb.me/umami.js"></script>