commit 94dedacebbbd51d4ae3b21e3a7911769094d8584
parent c89315d96a85cd6a0b89dab03825806cce47f39c
Author: Zane Schaffer <znschaffer@gmail.com>
Date: Fri, 16 Feb 2024 16:09:27 -0800
Add new photos page with some placeholder photos
Diffstat:
10 files changed, 52 insertions(+), 5 deletions(-)
diff --git a/.idea/.gitignore b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
+ <output url="file://$PROJECT_DIR$/out" />
+ </component>
+</project>
+\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/site.iml" filepath="$PROJECT_DIR$/.idea/site.iml" />
+ </modules>
+ </component>
+</project>
+\ No newline at end of file
diff --git a/.idea/site.iml b/.idea/site.iml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
+\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project>
+\ No newline at end of file
diff --git a/src/img/lightbulb.jpeg b/src/img/lightbulb.jpeg
Binary files differ.
diff --git a/src/img/northpoles.jpeg b/src/img/northpoles.jpeg
Binary files differ.
diff --git a/src/img/tulips.jpeg b/src/img/tulips.jpeg
Binary files differ.
diff --git a/src/index.md b/src/index.md
@@ -7,9 +7,6 @@ subtitle: "A Site About Me"
> via [email](mailto:znschaffer@gmail.com) or any social media platform you see fit. You may also view my CV [here](https://store.znschaffer.com/docs/cv.pdf).
-
-
-
## Life Facts!
- I have been writing and producing and living off of my music for most of my adult life. You can learn more about my musical endeavours [here](./music).
@@ -18,11 +15,13 @@ subtitle: "A Site About Me"
- I am currently a computer science student at [North Seattle College](https://northseattle.edu)
+- I am exploring the realm of [photography](./photos) with a camera from 2006
+
- I enjoy working on [projects](./projects) and learning new skills.
- My partner, [Xinrui](https://xinrui.work), a fellow creative turned tech-worker, shares a small, but cozy, space with me and our cat Cleo in Capitol Hill
-## Whats Going On Now?
+## What's Going On Now?
Currently, I live on Capitol Hill, Seattle, Washington[^in-on-debate] with Xinrui and our cat
Cleo. I spend a lot of time learning about programming language design, studying
@@ -35,7 +34,7 @@ of web sockets and different networking protocols. It's going great!
A lot of my current time is taken up by the _pursuit of education_ I am subjecting myself to.
I've gone self-taught for most everything in computer science but enough is enough! Through this
process, I have discovered an odd, but intriguing appreciation for mathematics I did not possess before.
-Luckily, audio programming and it's related domains expect you to be fascinated with mathematics.
+Luckily, audio programming, and it's related domains expect you to be fascinated with mathematics.
[^in-on-debate]: There seems to be a split between those who consider it to be
living 'on' or 'in' Capitol Hill. I prefer on, as to acknowledge the greater
diff --git a/src/photos.md b/src/photos.md
@@ -0,0 +1,6 @@
+---
+title: "My Photography"
+subtitle: "Visual memories and such"
+---
+
+ 
+\ No newline at end of file