Business History

We are a Veteran owned business specializing in conventional and recreational vehicle storage. We are currently in the process of building an additional facility that will be designed as rental office space and have a large secure climate-controlled wine cellar for storage of your precious wine vintages. Estimated completion date is October 2019. Check back often for updates on our progress! If you would like to find out more about Veteran owned business please read through the information from the US Small Business Administration.

Contact Information

Office Phone: (360) 555-4870

eMail: contact@sbcsc.net

Office Hours:
Monday - Saturday: 9:00am - 6:00 pm
Sunday: 10:00am - 5:00pm
(Closed All Holidays)

Gate Hours: (with access code)

24 Hours A Day
7 Days A Week

Gate Hours: (without access code)

Per Regular Office Hours

Visit Our Location

Silverdale Business Complex & Storage Center
1234 Greaves Way
Silverdale, WA 98383

Click The ★ Below For Directions

Directions

Site Revision History

Author: Chris Wilfert CIS 155 - Web Development I Project: Silverdale Business Complex & Storage Center Date: 18 Jan 2019

Project Version 1

Click Here For Version 1 (Hosted at Olympic College on cis2)

This is the initial release of this site and contains the following files & folders:

Root File Listing

index.html
This includes all content displayed on the main page of the site.
about.html
This includes all the content for the about.html page that a visitor would access from the navigation bar.
future.html
This file is just a landing page for any link that is still "under construction".
styles.css
This is the external CSS file that all other html files are linked to in order to provide formatting for the site.

Files Under /media

mountains.jpg
This image is used on the about page in the header.

Project Version 2

Click Here For Version 2 (Hosted at Olympic College on cis2)

This is the second version of this site and contains the following files & folders:

Root File Listing

index.html
This includes all content displayed on the main page of the site.
about.html
This includes all the content for the about.html page that a visitor would access from the navigation bar.
future.html
This file is just a landing page for any link that is still "under construction".
styles.css
This is the external CSS file that all other html files are linked to in order to provide formatting for the site.
styles-reset.css
This is the reset style sheet embedded into styles.css in order to provide some consistent baseline styles throughout the site.

Files Under /media

mountains.jpg
This image is used on the about page in the header.
1320289_small.jpg
This image is for the facility picture.
blue_background.jpg
This image is for the blue background throught the site.
office_space.png
This image is for the business space section.
rv_storage.jpg
This image is for the rv storage space section.
self_storage.jpg
This image is for the self storage space section.
wine_storage.jpg
This image is for the wine storage space section.
before_development.jpg
This image is used for the image map objective.

Change Summary For Version 2

Removed all comments associated with V1 objectives in order to declutter all files for my own easier reading.
Removed any styling content that was specifically for V1 objectives that I didn't feel was necessary for my project.
Modified all external hyperlinks to open in a new tab instead of taking you away from the main site.
Made the following visual enhancements:
Added additional graphics.
Added multiple graphic properties to enhance various elements.
Added some content to give the site more of an authentic look.
Created multiple float elements to improve layout.
Modified the navigation menus to be more streamlined.

Project Version 3

Click Here For Version 3 (Hosted at Olympic College on cis2)

This is the third version of this site and contains the following files & folders:

Root File Listing

index.html
This includes all content displayed on the main page of the site.
self_storage.html
This includes all the content displayed on the self storage page of the site.
about.html
This includes all the content for the about.html page that a visitor would access from the navigation bar.
future.html
This file is just a landing page for any link that is still "under construction".
styles.css
This is the external CSS file that all other html files are linked to in order to provide formatting for the site.
styles-reset.css
This is the reset style sheet embedded into styles.css in order to provide some consistent baseline styles throughout the site.

Files Under /media

mountains.jpg
This image is used on the about page in the header.
1320289_small.jpg
This image is for the facility picture.
blue_background.jpg
This image is for the blue background throught the site.
office_space.png
This image is for the business space section.
rv_storage.jpg
This image is for the rv storage space section.
self_storage.jpg
This image is for the self storage space section.
wine_storage.jpg
This image is for the wine storage space section.
before_development.jpg
This image is used for the image map objective.

Change Summary For Version 3

Removed all comments associated with V2 objectives in order to declutter all files for my own easier reading.
Added the Self Storage page and updated all associated links to point to the correct page for Self Storage.
Added media queries to determine screen width which determines menu style (static or pull down). This is only seen on the Self Storage page and requires using the developer tools to simulate screen size.
Used flex boxes for the layout of the articles on the Self Storage page.
Created a Web Table on the Self Storage page for unit size and pricing as well as utilizing CSS for formatting.
Web table consist of all fictious values.

Project Version 4

Click Here For Version 4 (Hosted On Git)

This is the fourth (and final) version of this site and contains the following files & folders:

Root File Listing

index.html
This includes all content displayed on the main page of the site.
self_storage.html
This includes all the content displayed on the self storage page of the site.
customer_login.html
This includes the form content for what would become the customer login page.
about.html
This includes all the content for the about.html page that a visitor would access from the navigation bar.
future.html
This file is just a landing page for any link that is still "under construction".
styles.css
This is the external CSS file that all other html files are linked to in order to provide formatting for the site.
styles-reset.css
This is the reset style sheet embedded into styles.css in order to provide some consistent baseline styles throughout the site.

Files Under /media

mountains.jpg
This image is used on the about page in the header.
1320289_small.jpg
This image is for the facility picture.
blue_background.jpg
This image is for the blue background throught the site.
office_space.png
This image is for the business space section.
rv_storage.jpg
This image is for the rv storage space section.
self_storage.jpg
This image is for the self storage space section.
wine_storage.jpg
This image is for the wine storage space section.
before_development.jpg
This image is used for the image map objective.

Change Summary For Version 4

Removed all comments associated with V3 objectives in order to declutter all files for my own easier reading.
Added the Customer Login page and updated all associated links to point to the correct page for Customer Login.
Added a customer infomration form on the Customer Login page to gather information to create a customer account.
Added iframe elements to the about page showing previous project versions within the iframe.
Uploaded version 4 to Git as part of the final project requirements.
Project will remain on Git until after the end of the 2019 Winter Quarter at Olympic College.