Compare commits

...

5 Commits

Author SHA1 Message Date
reuterShawn
c72a2db25a New audit blog post 2024-08-19 10:33:44 -05:00
reuterShawn
3aa06c0953 Update home page 2024-08-19 10:27:53 -05:00
reuterShawn
ac73c47aeb Update logo styles 2024-08-19 10:27:18 -05:00
reuterShawn
690f1e28d3 Update blog and footer 2024-08-19 10:11:00 -05:00
reuterShawn
bb602f08a2 Update images 2024-08-19 10:09:32 -05:00
11 changed files with 72 additions and 45 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 380 KiB

View File

@ -1,10 +1,9 @@
<div>
<img src="/assets/profile-pic.webp" alt="Headshot of Maxi Ferreira">
<img src="/assets/headshotShawn.jpg" alt="Headshot of Shawn Reuter">
<p>
Hi, I'm <strong>Maxi</strong>. I'm a software engineer and data scientist based in Los Angeles.
You can follow me on <a href="https://www.twitter.com/Charca" target="_blank">Twitter</a>,
see some of my work on <a href="https://www.github.com/Charca" target="_blank">GitHub</a>,
or read more about me on <a href="https://www.maxiferreira.com" target="_blank">my website</a>.
Hi, I'm <strong>Shawn</strong>. I'm a freelance web developer creating dynamic websites for those in need.
You can follow or connect with me on <a href="https://www.linkedin.com/in/shawn-reuter/" target="_blank">LinkedIn</a>,
see some of my work on <a href="https://github.com/reuterShawn" target="_blank">GitHub</a>,
</p>
</div>
@ -17,7 +16,7 @@
img {
width: 100px;
height: 100px;
border-radius: 100px;
border-radius: 12px;
display: block;
margin-right: 20px;
}

View File

@ -1,8 +1,7 @@
<footer>
<span>
&copy; {new Date().getFullYear()} Your Blog.
&copy; {new Date().getFullYear()} Shawn Reuter Blog.
Powered by <a href="https://astro.build" target="_blank" rel="noopener">Astro</a>.
Template by <a href="https://www.twitter.com/Charca" target="_blank" rel="noopener">Maxi Ferreira</a>.
</span>
</footer>

View File

@ -1,9 +1,7 @@
<style>
img {
display: block;
width: 75px;
width: 100px;
}
@media screen and (max-width: 520px) {
@ -11,22 +9,8 @@
display: none;
}
}
.light {
visibility: hidden;
}
.dark {
visibility: hidden;
}
</style>
<div class="light">
<img alt="Blog Logo" src="/assets/reuterLight3.png" width="200" height="200" />
<div>
<img alt="Blog Logo" src="/assets/reuterdev.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

@ -0,0 +1,14 @@
<!-- ---
title: Creating an Audit to Propose to a Client
publishDate: 19 August 2024
description: Going into detail of creating a audit to use to propose to a client. In this example I am creating a Wordpress wwebsite with an ecommerce solution.
---
## Thinking About Your Solution to Their Problem Wix vs Wordpress
## Simple Solution to The Problem
## -->

View File

@ -1,11 +1,51 @@
---
title: Hello World 👋
publishDate: 30 Nov 2021
description: Every blog starts with a single post. This is yours. Make it great.
title: Thought Process Behind My Logo 👋
publishDate: August 2024
description: Go into Detail the specific decisions made when I was designing my logo and brand.
---
![Illustration of woman using a meditation app](/assets/blog/casual-life-3d-meditation-crystal.webp)
![Logo of Reuter Development](/assets/reuterDark.png)
This post intentionally left blank.
# Reuter Developement Inspiration
Write what you want.
"Clearing the path for your success"
The initial idea came from the definition of my name Reuter meaning clearing or clearer of the woodland eventually with the goal to make a farm.
My last name is of German decendence and my grandparents and father were farmers.
## Defining the Details
The logo is made up of three main different objects.
1. Path
2. Trees
3. Sun
4. Fields
## Path
The path is the guiding outline that I will give to clients in order to achieve the goals that they have in mind
Giving a path to your clients is so important in order to not only establish confidence in yourself but give confidence to your clients that you have all the details mapped out and they have nothing to worry about when they hire you to make your website.
## Trees
The trees in my logo are the guide posts in your project that help establish markers that you can check as you make progress towards the main goal of creating a ecommerce website for example.
## Sun
The sun is the goal that you are working towards, this could be an ecommerce, blog or point of contact website that you may be desiging.
Be clear to define what is the sun that you are working towards when you propose an idea or audit to a potential client.
## Field Of Fruition
The fields of fruition on the sides is the work you are doing and to show or display that you are always growing in your skills as an individual and in my brand I want that to stand out.
## Applying This Structure

View File

@ -1,7 +1,7 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
const title = 'My Astro Blog';
const title = 'Shawn Reuter Blgo';
const description = 'The perfect starter for your perfect blog.';
const permalink = Astro.site.href;
---
@ -9,8 +9,8 @@ const permalink = Astro.site.href;
<BaseLayout title={title} description={description} permalink={permalink}>
<div class="home-container">
<div class="home-copy">
<h1>Welcome to Reuter Development</h1>
<p>Where we make a clearing for you, cutting down the obstacles in your path.
<h1>Welcome to my Blog</h1>
<p>I am web developer ffreelancing with my brand Reuter Development</p>
</div>
@ -29,15 +29,6 @@ const permalink = Astro.site.href;
</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;