diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..511148c --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,7 @@ ++++ +template = "projects.html" +page_template = "blog-post.html" +sort_by = "weight" ++++ + +## Projects diff --git a/content/projects/bamboo/index.md b/content/projects/bamboo/index.md new file mode 100644 index 0000000..f2b6698 --- /dev/null +++ b/content/projects/bamboo/index.md @@ -0,0 +1,6 @@ ++++ +title = "Bamboo Media Server" +weight = 1 +[taxonomies] +tags = [] ++++ diff --git a/content/projects/ssa-student/index.md b/content/projects/ssa-student/index.md new file mode 100644 index 0000000..154605d --- /dev/null +++ b/content/projects/ssa-student/index.md @@ -0,0 +1,26 @@ ++++ +title = "SSA Student App" +weight = 1 +[taxonomies] +tags = [ "iOS", "SwiftUI", "project", "howto" ] ++++ + +SSA Student is an app that several other students and I wrote in 2017 to replace +SSA Mobile, which was written by an alumni from several years prior but no +longer worked with the upcoming iOS 11 release. It's an essential tool used +daily by over 500 students, faculty, and parents to manage several +school-specific functions. + +While I collaborated with the Android team, I primarily developed the iOS app. +The repositories I worked in include: + +* [git.nickzana.dev/SSA-Student-v5](https://git.nickzana.dev/nick/SSA-Student-v5) +* [git.nickzana.dev/SSA-Student-v4](https://git.nickzana.dev/nick/SSA-Student-v4) +* [git.nickzana.dev/SSA-Student-v3](https://git.nickzana.dev/nick/SSA-Student-v3) + +There are multiple distinct versions of the app, some of which were experiments +and never published to the App Store. Notably, + +It can be found on the [Google Play +Store](https://play.google.com/store/apps/details?id=fuad.yousseftech.studentapp) +and the [Apple App Store](https://apps.apple.com/us/app/ssa-student-app/id1286346340).