This repo was created to manage my personal site. This site uses an AngularJS front end and ASP.NET Web API on the back end, and is hosted in Azure.
(most auto-generated and third party files omitted from this tree)
RICHHOPKINS-ME
│ .gitattributes
│ .gitignore
│ README.md
│ RichHopkins-me.sln
│
└───RH-WebApi
│ android-chrome-192x192.png
│ android-chrome-256x256.png
│ apple-touch-icon.png
│ browserconfig.xml
│ favicon-16x16.png
│ favicon-32x32.png
│ favicon.ico
│ Global.asax
│ Global.asax.cs
│ index.html
│ manifest.json
│ mstile-150x150.png
│ mstile-70x70.png
│ packages.config
│ RH-WebApi.csproj
│ RH-WebApi.csproj.user
│ safari-pinned-tab.svg
│ Web.config
│
├───app
│ ├───css
│ │ app.css
│ │ bootstrap.css
│ │
│ ├───fonts
│ │ glyphicons-halflings-regular.eot
│ │ glyphicons-halflings-regular.svg
│ │ glyphicons-halflings-regular.ttf
│ │ glyphicons-halflings-regular.woff
│ │ glyphicons-halflings-regular.woff2
│ │
│ ├───images
│ │ │ (most images removed from this tree)
│ │ │ Tri-Motor-Tail-9x16-1080w.jpg
│ │ │ Tri-Motor-Tail-9x16-270w.jpg
│ │ │ Tri-Motor-Tail-9x16-540w.jpg
│ │ │
│ │ ├───portfolio
│ │ │ event-viewer.jpg
│ │ │ fpc.jpg
│ │ │ github.jpg
│ │ │ richweb.jpg
│ │ │ travel-site.jpg
│ │ │
│ │ └───slides
│ │ (most images removed from this tree)
│ │ Tri-Motor-Airborne.jpg
│ │ Tri-Motor-Copilot.jpg
│ │
│ ├───scripts
│ │ │ app.js
│ │ │
│ │ ├───Directives
│ │ │ rhCarousel.js
│ │ │ rhPortfolioTile.js
│ │ │ rhSelectOnClick.js
│ │ │
│ │ ├───libraries
│ │ │ ui-bootstrap-tpls-2.5.0.min.js
│ │ │
│ │ └───services
│ │ EmailService.js
│ │ PortfolioService.js
│ │ SlideService.js
│ │
│ └───views
│ ├───about
│ │ about.html
│ │ aboutController.js
│ │
│ ├───contact
│ │ contact.html
│ │ contactController.js
│ │
│ ├───dragdrop
│ ├───home
│ │ home.html
│ │ homeController.js
│ │
│ ├───mainmenu
│ │ mainMenu.html
│ │ mainMenuController.js
│ │
│ ├───Portfolio
│ │ portfolio.html
│ │ portfolioController.js
│ │
│ └───templates
│ homeCarousel.html
│ portfolioTile.html
│
├───App_Data
│ portfolioData.txt
│ slideInfo.txt
│
├───Controllers
│ EmailController.cs
│ PortfolioController.cs
│ SlidesController.cs
│
└───Models
Email.cs
Slide.cs
Tile.cs
©2017 Rich Hopkins | All Rights Reserved