index.html

125 lines | 8.392 kB Blame History Raw Download
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <!-- Define the versions of IE that will be used to render the page. See Microsoft documentation for details. Optional. -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, user-scalable=no">
    <meta charset="utf-8">
    <!--Use protocol relative urls that way if the browser is viewing the page via HTTPS the js/css file will be requested using the HTTPS protocol-->
    <link rel="stylesheet" href="//js.arcgis.com/3.21/esri/css/calcite/calcite.css">
    <link rel="stylesheet"  href="//js.arcgis.com/3.21/esri/css/esri.css">
    <!--Load any application specific styles-->
    <link rel="stylesheet" href="css/main.css">
    <!--[if (lt IE 9)]>
      <script  src="js/selectivizr-min.js"></script>
      <link rel="stylesheet" href="css/ie.css"/>
    <![endif]-->
</head>
<body class="calcite app-loading">
   <!--The ArcGIS API for JavaScript provides bidirectional support.  When viewing the application in an right to left (rtl) language like Hebrew and Arabic the map needs to remain in left-to-right (ltr) mode. Specify this by setting the dir attribute on the div to ltr. -->
       <div id="border_container" class="border-container-outer">
        <div id="cp_left" class="content-pane-left">
          <div id="ac-container" class="ac-container hidden">
             <div id="legend-cont">
                 <input id="legend-ac" type="checkbox" checked/>
                 <label class="ac-label ab fc" id="legend-label" for="legend-ac"></label>
                 <div class="article ac-large" id="legendDiv"></div>
             </div>
             <div id="about-cont">
                <input id="about-ac" type="checkbox" checked/>
                <label class="ac-label ab fc" id="about-label" for="about-ac"></label>
                <div class="article ac-medium" id="aboutDiv"></div>
             </div>
          </div>
        </div>
        <div id="cp_center" class="content-pane-center">
            <div class="top-bar bg">
                <i id="toggle_button" class="hamburger-button icon-menu fc"></i>
                <div id="title" class="top-bar-title"></div>
                <div id="search" class="geocoder"></div>
            </div>
         <div id="mapDiv" dir="ltr"></div>
        </div>
    </div>
    
    <div id="hidden-sidebar" class="hidden">
      <h1 class='heading'>Utilizing the Website</h1>
      <p>Click on a county and a pop-up will appear with information on the county’s demographics, college savings assets and participation rates, and the total number of public elementary schools in the county.</p>
      <p>The green dots on the map show participating school districts throughout the state.  To see a map of which elementary schools are participating in each school district, please visit 
        <a href="https://drive.google.com/open?id=17FuBeSvIAZSKgnDHk-XYGILIjquAaVxz&usp=sharing" target="_blank">https://drive.google.com/open?id=17FuBeSvIAZSKgnDHk-XYGILIjquAaVxz&usp=sharing</a>
      </p>
      <hr> 
      <p>Welcome to the Oregon Savings Network’s county information website. This website contains information about the college savings activity in every Oregon county. The Network was created to increase the ability of Oregonians to save for future higher education expenses through the Oregon College Savings Plan (OCSP). It is a unique investment tool that provides state and federal tax advantages and more flexibility than many other college savings vehicles. For more information, visit <a href='http://www.oregoncollegesavings.com' target='_blank'>www.oregoncollegesavings.com</a>.</p> 
      <p>Children with as little as $500 saved for college are three times more likely to enroll in college and four times more likely to graduate, research shows. It is encouraging statistics like this that motivated us to create our school-based outreach program <i>Be College Ready</i>.</p> 
      <h1 class='heading'>Be College Ready</h1> 
      <p>Launched as a pilot program in five school districts during the 2015-16 school year, Be College Ready had the simple goal of helping young families learn the value of saving for higher education early in a child’s life using the OCSP. With results showing an increase in OCSP accounts among participating school districts and communities, we expanded Be College Ready to become a statewide program.</p> 
      <h1 class='heading'>Be College Ready Today</h1> 
      <p>For the 2017-2018 school year Be College Ready has been open to <b>all</b> public elementary schools, private elementary schools and homeschooled children of elementary school age across Oregon. We are very pleased with the response as of February 1, 2018:</p>
      <ul>
        <li>We have partnered with 72 different school districts across the state, serving 168 schools (10 private schools), including 28 school presentations/events with OCSP staff, resulting in an increased presence and awareness of the OCSP among Oregon families</li>
        <li>We have provided 25,836 OCSP English informational brochures and 4,905 OCSP Spanish informational brochures to participating schools that can be shared with parents</li>
        <li>
          We have provided 46,474 English Be College Ready kits and 8,213 Spanish Be College Ready kits to participating schools
          <ul>
            <li>Each kit contains free homework folders, pencils and bookmarks for every student; also included is information for parents to win $100 for an OCSP account</li>
          </ul>
        </li>
        <li>
          The sharing of information about the benefits of the OCSP has translated into a substantial increase in OCSP account activity in participating school districts when comparing OCSP account activity from September –December 2016 to September –December 2017
          <ul>
            <li>The overall total number of new OCSP accounts opened in Be College Ready communities for the 2017 period is up 4.6% and the dollar amounts from these new contributing accounts <b>is up 49.6%</b> compared to 2016</li>
            <li>The overall total number of OCSP contributing accounts in Be College Ready communities for the 2017 period was up 12.3% and the dollar amounts from these contributing accounts are up 12.7% when compared to the same timeframe from the year before</li>
          </ul>
        </li>
      </ul>
      <p>Please visit <a href='http://www.becollegeready.net' target='_blank'>www.becollegeready.net</a> starting August 14, 2017 to order free supplies for your elementary school(s) and to learn more about the program.</p>
    </div>
    <script type="text/javascript">
        var package_path = window.location.pathname.substring(0, window.location.pathname.lastIndexOf('/'));
        var dojoConfig = {
            // The locationPath logic below may look confusing but all its doing is
            // enabling us to load the api from a CDN and load local modules from the correct location.
            packages: [{
                name: "application",
                location: package_path + '/js'
            }, {
                name: "config",
                location: package_path + '/config'
            }],
            cacheBust: true
        };
    </script>
    <script type="text/javascript" src="//js.arcgis.com/3.21/"></script>
    <script type="text/javascript">
        require([
            "dojo/on",
            "application/main",
            "application/template",
            "dojo/domReady!"
        ], function(
            on,
            Main,
            Template
        ){
            //create the template. This will take care of all the logic required for template applications
            //If you need localization set the supportsLocalization value to true to get the localized strings
            //from the javascript/nls/resource files.
            //Note that we've included a placeholder nls folder and a resource file with one error string
            //to show how to setup the strings file.

            var supportsLocalization = true; //defaults to true

            var myTemplate = new Template(supportsLocalization);

            on(myTemplate, "ready", function(config) {
                //The config object contains the following properties: helper services, (optionally)
                //i18n, appid, webmap and any custom values defined by the application.
                //In this example we have one called theme.
                Main(config);
            });
        });
    </script>
</body>
</html>