Initial commit

This commit is contained in:
reuterShawn 2024-08-17 22:53:49 -05:00
parent 17feb86655
commit 64567e0441
17 changed files with 41 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
public/assets/reuterdev.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,3 +1,5 @@
<style>
img {
display: block;
@ -9,8 +11,22 @@
display: none;
}
}
.light {
visibility: hidden;
}
.dark {
visibility: hidden;
}
</style>
<a href="/">
<img alt="Blog Logo" src="/assets/logo.webp" width="75" height="50" />
<div class="light">
<img alt="Blog Logo" src="/assets/reuterLight3.png" width="200" height="200" />
</div>
<!--
<div class="dark">
<img alt="Blog Logo" src="/assets/reuterDark.png" width="200" height="200" />
</div> -->
</a>

View File

@ -1,6 +1,6 @@
---
import ThemeToggleButton from './ThemeToggleButton.svelte';
const { current = '' } = Astro.props;
var { current = '' } = Astro.props;
---
<style>

View File

@ -9,7 +9,11 @@ const permalink = `${Astro.site.href}about`;
<BaseLayout title={title} description={description} permalink={permalink} current="about">
<div class="container">
<h1>About</h1>
<figure class="about-image">
<p>
Reuter
</p>
<!-- <figure class="about-image">
<img src="/assets/about-illustration.webp" alt="Illustration of a notebook" width="330">
<figcaption>
Illustration by
@ -17,13 +21,7 @@ const permalink = `${Astro.site.href}about`;
from
<a href="https://icons8.com/illustrations" target="_blank" rel="noopener">Ouch!</a>
</figcaption>
</figure>
<p>Text placeholder via <a href="https://jeffsum.com/" target="_blank">Jeffsum</a>.</p>
<p>So you two dig up, dig up dinosaurs? What do they got in there? King Kong? My dad once told me, laugh and the world laughs with you, Cry, and I'll give you something to cry about you little bastard! Life finds a way. God creates dinosaurs. God destroys dinosaurs. God creates Man. Man destroys God. Man creates Dinosaurs.</p>
<p>You really think you can fly that thing? You know what? It is beets. I've crashed into a beet truck. Forget the fat lady! You're obsessed with the fat lady! Drive us out of here! Is this my espresso machine? Wh-what is-h-how did you get my espresso machine?</p>
<p>Hey, you know how I'm, like, always trying to save the planet? Here's my chance. Hey, take a look at the earthlings. Goodbye! I was part of something special. Just my luck, no ice. You're a very talented young man, with your own clever thoughts and ideas. Do you need a manager?</p>
<p>Jaguar shark! So tell me - does it really exist? This thing comes fully loaded. AM/FM radio, reclining bucket seats, and... power windows. Yes, Yes, without the oops! You're a very talented young man, with your own clever thoughts and ideas. Do you need a manager?</p>
<p>Yes, Yes, without the oops! Do you have any idea how long it takes those cups to decompose. They're using our own satellites against us. And the clock is ticking. Do you have any idea how long it takes those cups to decompose. My dad once told me, laugh and the world laughs with you, Cry, and I'll give you something to cry about you little bastard!</p>
</figure> -->
</div>
</BaseLayout>

View File

@ -9,11 +9,12 @@ const permalink = Astro.site.href;
<BaseLayout title={title} description={description} permalink={permalink}>
<div class="home-container">
<div class="home-copy">
<h1>Welcome to your new Astro Blog</h1>
<p>Check out the docs on <a href="https://www.github.com/Charca/astro-blog-template" target="_blank" rel="noopener">GitHub</a> to get started.</p>
<h1>Welcome to Reuter Development</h1>
<p>Where we make a clearing for you, cutting down the obstacles in your path.
</div>
<div class="hero-image-container">
<!-- <div class="hero-image-container">
<picture>
<source srcset="/assets/home-illustration.webp" media="(min-width: 600px)">
<img class="hero-image" alt="Illustration of person reading a book" src="/assets/home-illustration-small.webp" width="550" height="466">
@ -25,9 +26,18 @@ const permalink = Astro.site.href;
<a href="https://icons8.com/illustrations" target="_blank" rel="noopener">Ouch!</a>
</p>
</div>
</div>
</div> -->
</BaseLayout>
<h1>What defines Reuter Development</h1>
<ul>
<li>Client-focused</li>
<li>Strong Center</li>
<li></li>
</ul>
<style>
.home-container {
align-items: center;

View File

@ -1,4 +1,4 @@
:root {
:root :theme-light{
--background-body: #fff;
--text-main: #36393b;
--text-secondary: #6b6f72;