Update home page
This commit is contained in:
parent
ac73c47aeb
commit
3aa06c0953
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
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 description = 'The perfect starter for your perfect blog.';
|
||||||
const permalink = Astro.site.href;
|
const permalink = Astro.site.href;
|
||||||
---
|
---
|
||||||
@ -9,8 +9,8 @@ const permalink = Astro.site.href;
|
|||||||
<BaseLayout title={title} description={description} permalink={permalink}>
|
<BaseLayout title={title} description={description} permalink={permalink}>
|
||||||
<div class="home-container">
|
<div class="home-container">
|
||||||
<div class="home-copy">
|
<div class="home-copy">
|
||||||
<h1>Welcome to Reuter Development</h1>
|
<h1>Welcome to my Blog</h1>
|
||||||
<p>Where we make a clearing for you, cutting down the obstacles in your path.
|
<p>I am web developer ffreelancing with my brand Reuter Development</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -29,15 +29,6 @@ const permalink = Astro.site.href;
|
|||||||
</div> -->
|
</div> -->
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
||||||
|
|
||||||
<h1>What defines Reuter Development</h1>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Client-focused</li>
|
|
||||||
<li>Strong Center</li>
|
|
||||||
<li></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.home-container {
|
.home-container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user