diff --git a/src/assets/room.jpg b/src/assets/room.jpg index 6c697c1..e63260d 100644 Binary files a/src/assets/room.jpg and b/src/assets/room.jpg differ diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 1a37203..1c0f8fb 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -1,6 +1,7 @@ import { For, onMount, type Component } from "solid-js"; import { useStore } from "@nanostores/solid"; import { $currentPage } from "@/scripts/currentPage" +import PageLink from "./PageLink"; type Page = { path: string, @@ -10,11 +11,10 @@ type Page = { const pages: Page[] = [ { path: "/", name: "about" }, { path: "/music", name: "music" }, - { path: "/writing", name: "writing" }, ] const inactiveClasses = "text-xl text-fg_light transition-all duration-300 hover:scale-[110%] hover:text-foreground align-middle"; -const activeClasses = "font-bold !text-foreground"; +const activeClasses = "font-bold !text-accent drop-shadow-accent"; const Nav: Component = () => { @@ -28,18 +28,15 @@ const Nav: Component = () => { ); diff --git a/src/pages/index.astro b/src/pages/index.astro index 49a751d..9e6e379 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ import portrait from "@/assets/headshot_lg.jpg";
@@ -24,47 +24,33 @@ import portrait from "@/assets/headshot_lg.jpg";
About Me - Hunter DeLoche is a biological sciences and music student at the - University of Chicago. Additionally, he is a cadet in the College’s Army - ROTC program, intending to commission as a second lieutenant in the Medical - Service Corps upon graduation. + Hunter DeLoche is a freshman studying biological sciences and music + at the University of Chicago. Additionally, he is a cadet in the College’s + Army ROTC program, intending to commission as a second lieutenant in the + Medical Service Corps upon graduation. Hunter has a passion for the mind and its biological, psychological, and - cultural constituents. Upon completion of his military service, he - intends to attend medical school to become a psychiatrist. He hopes to - incite positive change in the field through his patience, focus, and - passion for genuine human connection. + cultural elements. Upon completion of his military service, he aspires + to attend medical school to become a psychiatrist. He hopes to incite + positive change in the field through his patience, focus, and passion + for genuine human connection. - Outside of school, Hunter enjoys composing and releasing music. He - formed his progressive rock band, Amnesium, as an outlet for his - compositions. Amnesium’s debut album, Event Horizon, is a concept - album that envisions psychosis meshed with science fiction. To learn more - about his music, visit the + Outside of school, Hunter enjoys composing and releasing - music page. - - - - Hunter also volunteers as a writing tutor for those working on their - college application process. For free writing advising and revision - services, visit the - - - writing page. + He formed his progressive rock band, Amnesium, as an outlet for his compositions. + Amnesium’s debut album, Event Horizon, is a concept album that envisions + psychosis meshed with science fiction. Full Dark, No Stars, + will be released this summer (2024) as a part of his new project, Interalia.
diff --git a/src/pages/music.astro b/src/pages/music.astro index 2e97a6b..7d01f22 100644 --- a/src/pages/music.astro +++ b/src/pages/music.astro @@ -1,8 +1,47 @@ --- import Layout from "@/layouts/Layout.astro"; import ScheduleButton from "@/components/ScheduleButton.astro"; +import SectionTitle from "@/components/SectionTitle.astro"; +import Paragraph from "@/components/Paragraph.astro"; +import Em from "@/components/Em.astro"; +import { Image } from "astro:assets"; + +import room from "@/assets/room.jpg"; --- - -
This is the music page
+ +
+
+ Music Production + + Hunter has been playing music for over 8 years. While he considers + the electric guitar and bass as his main instruments, he also has experience + singing and playing the drums. Additionally, he is proficient in using Ableton + Live and Logic Pro to record, mix, and produce music. He considers Radiohead, + The Mars Volta, and Nine Inch Nails to be his greatest musical inspirations. + + + Hunter is passionate about ever step of the music creation process. When + creating a peice of music, he has a focus on the balance and tone of + each instrument and sound. Often, he invents story concepts that drive + his musical compositions. In his album Event Horizon, the music + told the story of Atlas Corpus, a fictitious character in a mental institution. + He finds the arrangement of the sound and story to create a whole greater + than the sum of its parts to be the most rewarding aspect of composition. + +
+
+ Hunter standing in his room with guitar. +
+
+ + +