From 71093a4c88ed41bd51a3387f1e91c7ee05f2203c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 4 Feb 2024 12:30:02 -0500 Subject: Almost finished implementing guestbook; More consistency in cards --- src/pages/downloads/osft-software-archive.astro | 25 ++++++-------- src/pages/guestbook.astro | 45 ++++++------------------- src/pages/projects.astro | 40 ++++++++++++---------- 3 files changed, 43 insertions(+), 67 deletions(-) (limited to 'src/pages') diff --git a/src/pages/downloads/osft-software-archive.astro b/src/pages/downloads/osft-software-archive.astro index 2074910..c106cef 100644 --- a/src/pages/downloads/osft-software-archive.astro +++ b/src/pages/downloads/osft-software-archive.astro @@ -1,20 +1,21 @@ --- import Page from "../../layouts/Page.astro"; +import '../../styles/cards.css'; ---
-

Content Warning

+

Content Warning

Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.

Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.

-
-

Note

+
+

Note

There was a mention back in the AstralPhaser Chats that the Histacom 1.8.5 (2013) copy in IndieDB is not the original copy from Phil.

I have retrieved the original 2010 copy from Phil himself which has the original compile date of July 5th 2010, and I will be keeping both versions for the time being.

-

Minimal Requirements

-
+
+

Minimal Requirements

  • OS: Windows XP SP3/Vista SP2 (Depends on each program)
  • CPU: Intel/AMD x86 or x64 1 GHz Processor
  • @@ -23,8 +24,8 @@ import Page from "../../layouts/Page.astro";
  • Frameworks: Adobe Flash Player, .NET Framework 3.5, 4.0 and/or 4.5
-

Programs

-
+
+

Programs

  • Amazing Maze (Requires Flash Player)
  • Artpad (from ShiftOS)
  • @@ -82,9 +83,10 @@ import Page from "../../layouts/Page.astro"; padding: 1.2em; border-radius: 20px; gap: 0.5em; + margin: 0.5em; } - .content-warning h1 { + .content-warning h2 { margin-top: 0.2em; } @@ -96,13 +98,6 @@ import Page from "../../layouts/Page.astro"; margin-top: 0.2em; } - .box { - background-color: #3B513B; - padding: 1.2em; - border-radius: 20px; - gap: 0.5em; - } - a { font-size: 1.5em; } diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index 0aebd9c..3ea4c28 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -1,44 +1,21 @@ --- import Page from '../layouts/Page.astro' import "../styles/cards.css"; +import GuestbookForm from '../components/GuestbookForm' +import Guestbook from '../components/Guestbook' ---
    -
    -

    Submit Message

    - -
    - -
    - -
    - - -
    +
    +

    Welcome to my Guestbook!

    +

    Feel free to send a nice message here!

    +
    +
    -
    -

    John Doe

    - January 1, 2024 -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. - Nam id orci non diam bibendum euismod quis sit amet purus. - Fusce fermentum facilisis placerat. Mauris varius ante elit, et - luctus enim blandit sit amet. - Pellentesque ullamcorper dapibus suscipit. -

    - Website -
    +
    + diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 37cec1a..33452c8 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -4,24 +4,28 @@ import projects from "../data/projects.json"; import "../styles/cards.css"; --- -
    - { - projects.map((project) => { - return ( -
    -

    {project.name}

    -

    {project.description}

    -
    - {project.links.map((link) => { - return ( - {link.name} - ) - })} -
    -
    - ) - }) - } +
    +
    + { + projects.map((project) => { + return ( +
    +

    {project.name}

    +

    {project.description}

    +
    + {project.links.map((link) => { + return ( + {link.name} + ) + })} +
    +
    + ) + }) + } +
    +

    Archived Repositories

    +

    Alee Productions/AleeCorp Software