index.html

159 lines | 7.955 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">
    <p>Welcome to the Oregon Treasury 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="https://www.oregoncollegesavings.com/"
        target="_blank"><span class="underline">www.oregoncollegesavings.com</span></a>.</p>
    <p>Children with college savings accounts like the OCSP have greater college expectations:</p>
    <ul>
      <li>
        <p>Kids who know they have a college savings account (even a small one) are 2.5 times more likely to go and
          graduate from college.</p>
      </li>
      <li>
        <p>In fact, low- to moderate-income children with under $500 saved for college are 3 times more likely to go to
          college and 4.5 times more likely to graduate.</p>
      </li>
    </ul>
    <p><strong><span class="underline">Be College Ready for 2020-2021</span></strong></p>
    <p>The start of this upcoming school year will be a new experience for everyone, so we have decided that we will
      hold off mailing our free <em>Be College Ready</em> materials until later this fall. Traditionally, we have
      delivered these
      materials a couple of weeks before the start of the school year in mid-August. However, this year we believe it
      makes more sense to deliver these materials after Thanksgiving. During the first week of December 2020 every
      public elementary school will receive free <em>Be College Ready</em> kits for their kindergarten students that
      will include:</p>
    <ul>
      <li>
        <p> Homework folders, an informational brochure, a bookmark, a Kinder Grad flier explaining the matching
            program for kindergartner parents and a flier letting families know about our $100 sweepstakes for the
            2020-2021 school year. Pencils will also be sent for each kindergartener and they can be given to them when
            distributing the folders.</p>
      </li>
      <li>
        <p> Spanish versions of the <em>Be College Ready</em> kits will be included based on the number of Spanish
            kindergarteners enrolled at your school during the 2019-2020 school year.</p>
      </li>
    </ul>
    <p>By delaying the delivery of these materials, we believe we are giving schools enough time to adjust to the “new
        normal” of the 2020-2021 school year. That being said, if there are schools/school districts that would like to
        receive these materials before the start of the school year and/or before Thanksgiving you can still visit our
        website at <A href="https://becollegeready.net/materials.php"
          target="_blank">https://becollegeready.net/materials.php</A> to order materials. </p>
    <p>The <em>Be College Ready</em> program and its website will be open starting August 17th. Not only will schools
        be able
        to order materials, but parents will be able to enter our Cash for College Sweepstakes at
        <a href="https://becollegeready.net/cash-for-college.php"
          target="_blank">https://becollegeready.net/cash-for-college.php</a> and the chance to win $100 for an Oregon
        College Savings Plan
        account. It is important to keep in mind that elementary schools will be able to order <em>Be College Ready</em> kits for
        the entire school population and that every elementary parent will once again have the chance to win $100. </p>
    <p>If you have any questions about the program please call 503-373-1903.</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>
  <!-- Global site tag (gtag.js) - Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-123168632-1"></script>
  <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
      dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'UA-123168632-1');
  </script>
</body>

</html>