mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
fix casing on about; shrink BUY image
This commit is contained in:
@@ -46,7 +46,7 @@ layout: layouts/peripheral.njk
|
||||
communications.</p>
|
||||
</section>
|
||||
<section id="mission">
|
||||
<h2>mission</h2>
|
||||
<h2>Mission</h2>
|
||||
<div class="section__double-image">
|
||||
<div class="section__image section__image--left">
|
||||
<img src="assets/images/mission1.png" alt="mission section hero: a rocketship trail" title="mission section hero: a rocketship trail"/>
|
||||
@@ -61,7 +61,7 @@ layout: layouts/peripheral.njk
|
||||
{# <img src="" alt="" class="section__img section__img--bkg"/> #}
|
||||
</section>
|
||||
<section id="values">
|
||||
<h2>values</h2>
|
||||
<h2>Values</h2>
|
||||
<div class="section__image">
|
||||
<img src="assets/images/values.png" alt="values section hero: an eye with a slash through it" title="values section hero: an eye with a slash through it"/>
|
||||
<img class="img-shadow" src="assets/images/values.png" alt=""/>
|
||||
@@ -91,7 +91,7 @@ layout: layouts/peripheral.njk
|
||||
ability to think and act with efficacy to obtain one’s needs.</p>
|
||||
</section>
|
||||
<section id="virtues">
|
||||
<h2>virtues</h2>
|
||||
<h2>Virtues</h2>
|
||||
<div class="section__image">
|
||||
<img src="assets/images/virtues.png" alt="virtues section hero: a sunrise between mountains" title="virtues section hero: a sunrise between mountains"/>
|
||||
<img class="img-shadow" src="assets/images/virtues.png" alt=""/>
|
||||
@@ -116,7 +116,7 @@ layout: layouts/peripheral.njk
|
||||
consistent, and adhering to principle in all cases.</p>
|
||||
</section>
|
||||
<section id="origin">
|
||||
<h2>origin story</h2>
|
||||
<h2>Origin Story</h2>
|
||||
<div class="section__image">
|
||||
<img src="assets/images/origin.png" alt="origin section hero: pikachu" title="origin section hero: pikachu"/>
|
||||
<img class="img-shadow" src="assets/images/origin.png" alt=""/>
|
||||
@@ -164,7 +164,7 @@ layout: layouts/peripheral.njk
|
||||
no alternative but to return control to the individual participants.</p>
|
||||
</section>
|
||||
<section id="team">
|
||||
<h2>our team</h2>
|
||||
<h2>Our Team</h2>
|
||||
<div class="section__image">
|
||||
<img src="assets/images/team2.png" alt="team section hero: robots being printed" title="team section hero: robots being printed"/>
|
||||
<img class="img-shadow" src="assets/images/team2.png" alt=""/>
|
||||
@@ -182,7 +182,4 @@ layout: layouts/peripheral.njk
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
@@ -5,7 +5,7 @@ section#products {
|
||||
align-items: flex-end;
|
||||
justify-content: center;
|
||||
gap: 3rem;
|
||||
--img-width: 42vw;
|
||||
--img-width: 35vw;
|
||||
|
||||
.subsection {
|
||||
transform-style: preserve-3d;
|
||||
|
||||
Reference in New Issue
Block a user