21 Commits

Author SHA1 Message Date
6eda14ca50 add target="_blank" to a links in news about emma 2025-02-21 07:03:30 -05:00
4ac4b80b2f code formatting - add whitespace 2025-02-21 06:33:22 -05:00
58d38a26c0 use Fragment to treat strings as html
allows links in news about emma to function as
URLs and not just text
2025-02-21 06:32:08 -05:00
397508da85 add why and who pages 2025-02-21 05:51:07 -05:00
5f97c49fed add contact.md
add h1 to MarkdownLayout that accepts
frontmatter.title
2025-02-20 11:34:13 -05:00
73107c887a make use of BasicLayout for MarkdownLayout 2025-02-20 08:50:28 -05:00
3f1a448157 change links in about.md to markdown style 2025-02-20 08:48:51 -05:00
0fbc96c533 correctly use markdown for other pages
create layout for markdown posts
adjust BasicLayout and index.astro as well
2025-02-20 08:43:35 -05:00
a26c9230ff correctly using markdown for other pages now
convert about emma page to markdown from html
2025-02-20 08:42:31 -05:00
04769b20b6 code formatting
add line breaks to long paragraph in code editor
2025-02-20 08:05:41 -05:00
4ed3fe6df4 migrate about page. refactor code as necessary
added main tags to BasicLayout. removing the need
for them in each .astro page
2025-02-20 08:02:52 -05:00
ce4cdfb0a1 add class to Image components
adjust height and width to 24px
adjust vertical-align to sub to align with text
in header
2025-02-20 00:13:27 -05:00
e884545530 create news about emma array with news items
use js to map the array and add list items for
each news item
2025-02-20 00:08:58 -05:00
5bc025bd27 BasicLayout complete
tested with index.astro in light and dark modes
2025-02-19 22:00:20 -05:00
db251790d1 Footer component created 2025-02-19 21:52:04 -05:00
0141d4647e add Header component 2025-02-19 21:42:15 -05:00
661d0f8564 creation of Navigation component 2025-02-19 20:01:04 -05:00
1597f9cdc2 code refactoring
clean up index.astro
add files needs for primary layout
2025-02-19 19:48:12 -05:00
36d6c2b6ed testing night mode
add local styling for status.lol widget
add prefers-color-scheme: dark local styling
for status widget
test that global dark mode and local dark mode
styles are working
2025-02-19 19:40:02 -05:00
b5a5a141a6 initial testing of migration to astro
import stylesheet
import favicon and fonts
import backgrounds for day and night mode
add content from index.php to index.astro
2025-02-19 19:24:41 -05:00
494104cb16 initial commit after setting up astro 2025-02-19 11:10:49 -05:00