Skip to content
Open

Dev #365

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
4036044
set up and customize template
amusictheorist Feb 24, 2025
0780237
remove unused project template
amusictheorist Feb 24, 2025
2f95c53
fix typo
amusictheorist Feb 24, 2025
9c3379d
fix typo
amusictheorist Feb 25, 2025
8e8747f
update project images
amusictheorist Feb 26, 2025
a29a166
update resume
amusictheorist Feb 26, 2025
685ec48
change site colors
amusictheorist Mar 2, 2025
43e4846
update calculator project
amusictheorist Mar 7, 2025
4b500b4
add live site link
amusictheorist Mar 8, 2025
98fadd2
update portfolio with tonnetz project
amusictheorist May 5, 2025
c2f5f08
update cv
amusictheorist May 5, 2025
83c980c
update cv and about me
amusictheorist May 23, 2025
c37cdb1
Update index.html
amusictheorist May 23, 2025
3c3f127
update cv
amusictheorist May 27, 2025
bbc3582
Merge branch 'master' of github.com:amusictheorist/personal_website
amusictheorist May 27, 2025
3ffd2a6
update projects and cv
amusictheorist Aug 22, 2025
1738ed1
update projects
amusictheorist Jan 1, 2026
0987eee
update cv
amusictheorist Jan 1, 2026
b340edb
update links for site images
amusictheorist Jan 1, 2026
46852e3
delete old template files and set up new astro template
amusictheorist May 4, 2026
4d8111d
create new favicon
amusictheorist May 6, 2026
9b23ecc
add new screenshots and pdf
amusictheorist May 6, 2026
1ad3e53
add smooth scrolling
amusictheorist May 6, 2026
74fe5f6
create project types, individual projects files, and project orchestr…
amusictheorist May 6, 2026
d8f66d7
create base layout for site
amusictheorist May 6, 2026
04d7ae3
create navbar and footer components with routes
amusictheorist May 6, 2026
2ca5c72
create project labels
amusictheorist May 6, 2026
899ca21
create reusable page intro component
amusictheorist May 6, 2026
bcf6a2d
create project list item component
amusictheorist May 6, 2026
9dfd09c
create project list component
amusictheorist May 6, 2026
63a8218
create project header component
amusictheorist May 6, 2026
a2e9543
create project overview component
amusictheorist May 6, 2026
064c373
create project details component
amusictheorist May 6, 2026
8049f04
create project index page
amusictheorist May 6, 2026
d6615f8
create project details page
amusictheorist May 6, 2026
9721c8b
create development projects page
amusictheorist May 6, 2026
9aa3ad0
create music theory projects page
amusictheorist May 6, 2026
f7d8baf
create contact page
amusictheorist May 6, 2026
44749ff
create new home page
amusictheorist May 6, 2026
c15b77f
add site-wide styles and fonts
amusictheorist May 6, 2026
0b98987
add site-wide styles
amusictheorist May 6, 2026
61e9a1c
delete projects link, fix cv link, add new site-wide styles
amusictheorist May 6, 2026
c216013
update summaries
amusictheorist May 6, 2026
c623162
improve layout and add new site-wide styles
amusictheorist May 6, 2026
4f61502
improve layout and add new site-wide styles
amusictheorist May 6, 2026
39bab05
create area folder for dynamic routes, update project page with new s…
amusictheorist May 6, 2026
fd3cf1a
update components with new site-wide styles
amusictheorist May 6, 2026
7583040
update project page components with new site-wide styles
amusictheorist May 6, 2026
6039d4e
update cv
amusictheorist May 6, 2026
d255173
remove unnecessary variable
amusictheorist May 6, 2026
ab5b46a
remove unnecessary link
amusictheorist May 6, 2026
5382bc8
update cv link
amusictheorist May 6, 2026
b5d11e9
tweak styles
amusictheorist May 6, 2026
90f32ba
update node version for astro build
amusictheorist May 6, 2026
999ce5c
Merge remote-tracking branch 'origin/master' into dev
amusictheorist May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# dependencies
node_modules/

# build output
dist/
.parcel-cache

# generated Astro files
.astro/

# local environment files
.env
.env.local
.env.*.local

# old template / tooling caches
.parcel-cache/

# OS files
.DS_Store

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
22.17.0
21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

Loading