Skip to content

scottfalbo/portfolio

Repository files navigation

scottfalbo.com

version 1.0.0

About the Project

Version 2 currently in production.

Refactor Development Log v2.0

Portfolio website for my software development projects and artwork. It is a .Net Core app built in Visual Studio with C# and deployed on Azure. All of the sites front facing data, including text fields and portfolios, are handled with a built in admin GUI available on each page when authenticated.

There is more information about the languages, technologies, tools, and site architecture below.


Technologies

This is a .Net Core project written in C# using Razor pages. Login and authentication is handled by Microsoft Identity.
Front end built and styled with HTML5 markup and CSS3 style.
Using JavaScript and jQuery for browser side user interactions.
The website is deployed on Azure. It using AzureSQL for the database, an Azure Key Vault for storing keys and other secret data, and an Azure Storage Blob for storing uploaded images.
I used Bootstrap for the main navigation drop down menus and breakpoint, the collapsing accordion galleries, and the carousel image viewers. The request form on the Art/Booking page uses Twilio SendGrid to email the form.
Git and GitHub used for version control.
C# and HTML written in Visual Studio. JavaScript, CSS and, Markdown written in VS Code.
Image assets created and/or edited with Adobe Photoshop.

Architecture

Entity Relationship Diagram

ERD


Change Log


Contact


Acknowledgements