Benjamin Frey’s Portfolio
</br></br>
Branches:
</br></br>
main - Used only for development
</br>
azure - benfrey.com (auto-deployed to Azure when branch is updated)
</br>
gh-pages - benfrey.github.io
</br></br>
Note: In a typical workflow, I develop on the main branch and then merge main into either/both azure and gh-pages branches which are auto-deployed. I chose to Azure to host my “benfrey.com” DNS and website so that I can further customize the subdomains and point to other Azure services.
Checklist
- Strip metadata by running the command “exiftool -all:all= -r -overwrite_original path/to/files” by ExifTool before pushing if new assets were added.
To-do List
- Update landing page to photo on campus at Stanford. Maybe a gif with me in front of applied science building.
- Figure out how to include more design elements I am passion about. Such as my interest in architecture (building style, not computer)
- Disability accessibility
- Disable access to scripts for security?
- Stable Azure
Past items
- 20220611
Transition hosting platform away from NearlyFreeSpeech (NFS) to a inexpensive static Web App Azure option (more expensive, but expecting higher traffic as I network more often)
- 20220611
Alternate img text for disability accessibility and loading errors
- 20220612
Fix all debug errors present on 20220612
- 20220612
Create landing page using linktree at “/me”. People will arrive here from QR codes and NFC cards for personal connections. This page will include essential contact information and allow people to create a contact profile for me in their phones. I also addded //”/contact.vcf” cVard. For professional connections, I added “/connect.vcf” vCard.
- 20220612
Fix weird icomoon icon issue by re-adding some simple icons
- 20220612
Turned off hamburger when scrolling is at suffient yOffset into the page
- 20220613
Implement redirects for /me and /linktree directories
- 20220617
Changed GH pages serve to “gh-pages” branch /docs subtree. Changed Azure server to “azure” branch /docs subtree