Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
/ Shopping-Sheet Public archive

An open-source web template for the Financial Aid Shopping Sheet

Notifications You must be signed in to change notification settings

ucsbfinaid/Shopping-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Aid Shopping Sheet Template

An open-source web template for the Financial Aid Shopping Sheet. This template is based on the original HTML specification template.

This project is neither endorsed by nor affiliated with the Department of Education.

This template also includes the 2017-18 updates.

View the template.

Deprecated

This project is now deprecated. The "Shopping Sheet" has been renamed to the "College Financing Plan" (CFP) and the updated HTML template associated with the CFP includes many of the enhancements that were a part of this project (responsive design, semantic markup, fewer images, etc.). As a result, this project is no longer necessary.

Background

On July 24, 2012, the Obama administration introduced the Shopping Sheet, a tool to help students better understand and compare the costs of attending college. U.S. Secretary of Education Duncan followed this announcement with an open letter urging all higher education institutions to adopt the new Shopping Sheet.

On September 28, 2012, the Department of Education provided a HTML template that could be used by institutions to display the Shopping Sheet on their website.

Why Create This Template?

Although the Department of Education already provides a viable HTML Shopping Sheet template, this open-source template builds and improves upon this template, including:

  • Responsive, mobile-friendly design
  • Semantic markup for improved accessibility
  • Separating CSS and HTML for better separation of concerns
  • Reducing the overall size of the HTML markup for improved performance and easier modifiability
  • Reducing the use of images for improved performance and increased control of content through markup and styling
  • Reducing the file size of the images for increased performance
  • Providing simplified customization instructions for easier template customization
  • Adding a "Download XML" modal dialog for better integration of that feature within the interface

Specifically, performance was improved by the following metrics:

  • Size of HTML file reduced by 56% (from 40 KB to 17.6 KB)
  • Total number of images reduced by 84% (from 46 to 7)
  • Total size of website reduced by 53% (from 101 KB to 47.3 KB)

This repository itself also provides an open forum for people to suggest continued improvements to the template and also allows developers to further extend the template.

Customization

The template uses minimal, semantic markup which makes it straightforward to customize. As explained below, some of the customizations require modifying the CSS declarations within the main.css file:

Customizing the Logo

To change the university logo in the header, simply replace the logo.png file in the images directory. You will also want to change the alt text of the img element that references that image in the index.html so that it will be accessible to users with screenreaders.

Customizing the Text

"UUS" and "University of the United States" appear throughout the text. Replace these with the name and acronym for your university.

Customizing Graduation Rate Percentage Marker Position

To adjust the position of the "Graduation Rate" percentage marker, modify the appropriate value at the top of the main.css file under the "Graduation Rate Percentage" comment header.

Customizing National Average Repayment Rate Marker Position

To adjust the position of the "National Average Repayment Rate" percentage marker, modify the appropriate values at the top of the main.css file under the "Repayment Rate National Average Message Box" and "Repayment Rate National Average Message Box Arrow" comment headers.

Copyright

Copyright © 2014. The Regents of the University of California. All rights reserved.

License

Licensed pursuant to the terms and conditions available for viewing at: http://opensource.org/licenses/BSD-3-Clause

Disclaimer

This project is neither endorsed by nor affiliated with the Department of Education. It the responsibility of each individual institution to ensure an implementation of the Shopping Sheet meets any mandated requirements.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

By using this template, you acknowledge that you have read and agree to these terms.

About

An open-source web template for the Financial Aid Shopping Sheet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published