about.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="">
  7. <meta property="og:site_name" content="" />
  8. <meta property="og:title" content=""/>
  9. <meta property="og:description" content="" />
  10. <meta property="og:image" content="" />
  11. <meta property="og:url" content="" />
  12. <meta name="twitter:card" content="summary_large_image">
  13. <title>About - The Greenwood Promise</title>
  14. <link href="css/site.css" rel="stylesheet">
  15. <link rel="icon" href="img/favicon.png">
  16. </head>
  17. <body>
  18. <header>
  19. <nav class="navbar navbar-expand-lg navbar-light bg-light">
  20. <div class="container-fluid">
  21. <a class="navbar-brand" href="/">Greenwood Promise</a>
  22. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  23. <span class="navbar-toggler-icon"></span>
  24. </button>
  25. <div class="collapse navbar-collapse" id="navbarSupportedContent">
  26. <ul class="navbar-nav me-auto mb-2 mb-lg-0">
  27. <li class="nav-item">
  28. <a class="nav-link" aria-current="page" href="about.html">About</a>
  29. </li>
  30. <li class="nav-item">
  31. <a class="nav-link" href="eligibility.html">Eligibility</a>
  32. </li>
  33. <li class="nav-item">
  34. <a class="nav-link" href="news.html">News</a>
  35. </li>
  36. <li class="nav-item">
  37. <a class="nav-link" href="leadership.html">Leadership</a>
  38. </li>
  39. <li class="nav-item">
  40. <a class="nav-link" href="investors.html">Investors</a>
  41. </li>
  42. <li class="nav-item">
  43. <a class="nav-link" href="contact.html">Contact</a>
  44. </li>
  45. </ul>
  46. <ul class="navbar-nav ml-auto">
  47. <li class="nav-item">
  48. <a class="mx-1 btn btn-outline-success" role="button">Donate</a>
  49. </li>
  50. <li class="nav-item">
  51. <a class="mx-1 btn btn-outline-success" role="button">eScholarship</a>
  52. </li>
  53. </ul>
  54. <form class="d-flex">
  55. <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
  56. <button class="btn btn-outline-success" type="submit">Search</button>
  57. </form>
  58. </div>
  59. </div>
  60. </nav>
  61. </header>
  62. <main>
  63. <div class="container-fluid bg-secondary text-light py-5">
  64. <div class="row justify-content-md-center py-5 mt-5">
  65. <div class="col-lg-7 text-center">
  66. <h1 class="mb-3">What is The Greenwood Promise?</h1>
  67. <p class="fs-5">The Greenwood Promise is a place-based last-dollar scholarship program designed to reach beyond the boundaries of economic need and academic ability. As such, the Promise awards funds to offset the remaining balance of post-secondary tuition and mandatory fees for every high school graduate whose primary residence is zoned for Districts 50, 51 or 52.</p>
  68. <p class="fs-5">Initial Promise awards began with the SPRING high school graduating class of 2017. Because the Promise is funded by private and public donations, implementation of the Promise will be in three phases as funding allows.</p>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="container-fluid my-5">
  73. <div class="row justify-content-md-center mt-5 mb-0">
  74. <div class="col-lg-6 text-center">
  75. <h2>Phases</h2>
  76. </div>
  77. </div>
  78. <div class="row my-5">
  79. <div class="col text-center">
  80. <h3>Phase 1</h3>
  81. <p>Tuition assistance for students to obtain a certificate, diploma, or associates degree from Piedmont Technical College (PTC) or one of the other SC technical colleges if a particular major is not offered at PTC.</p>
  82. </div>
  83. <div class="col text-center">
  84. <h3>Phase 2</h3>
  85. <p>This includes Phase 1 plus the last two years of a post-secondary education at Lander University or another state-supported institution if the desired degree is not offered at Lander. We are currently not funding students in Phase 2.</p>
  86. </div>
  87. <div class="col text-center">
  88. <h3>Phase 3</h3>
  89. <p>This includes Phase 1 and all four years of a bachelor's degree. We are currently not funding students in Phase 3.</p>
  90. </div>
  91. </div>
  92. </div>
  93. <div class="container-fluid pb-5">
  94. <div class="row justify-content-md-center mt-5">
  95. <div class="col-lg-8 text-center">
  96. <p>Promise award levels are based on length of residency and can be determined using the chart below.</p>
  97. <table class="table table-striped table-bordered">
  98. <thead>
  99. <tr>
  100. <th scope="col">School Years in Greenwood County</th>
  101. <th scope="col">% of Tuition Assistance Funded</th>
  102. </tr>
  103. </thead>
  104. <tbody>
  105. <tr>
  106. <td>K-12</td>
  107. <td>100%</td>
  108. </tr>
  109. <tr>
  110. <td>1-12</td>
  111. <td>95%</td>
  112. </tr>
  113. <tr>
  114. <td>2-12</td>
  115. <td>95%</td>
  116. </tr>
  117. <tr>
  118. <td>3-12</td>
  119. <td>95%</td>
  120. </tr>
  121. <tr>
  122. <td>4-12</td>
  123. <td>90%</td>
  124. </tr>
  125. <tr>
  126. <td>5-12</td>
  127. <td>85%</td>
  128. </tr>
  129. <tr>
  130. <td>6-12</td>
  131. <td>80%</td>
  132. </tr>
  133. <tr>
  134. <td>7-12</td>
  135. <td>75%</td>
  136. </tr>
  137. <tr>
  138. <td>8-12</td>
  139. <td>70%</td>
  140. </tr>
  141. <tr>
  142. <td>9-12</td>
  143. <td>65%</td>
  144. </tr>
  145. <tr>
  146. <td>10-12</td>
  147. <td>0%</td>
  148. </tr>
  149. <tr>
  150. <td>11-12</td>
  151. <td>0%</td>
  152. </tr>
  153. <tr>
  154. <td>12-12</td>
  155. <td>0%</td>
  156. </tr>
  157. </tbody>
  158. </table>
  159. </div>
  160. </div>
  161. </div>
  162. <div class="container-fluid bg-secondary text-light py-5">
  163. <div class="row justify-content-md-center">
  164. <div class="col-lg-6 text-center">
  165. <h3>Impact</h3>
  166. <p>The full impact of the Promise begins with our children and expands to revitalize the entire community, improve the quality of life, and develop a highly-qualified workforce that will meet the needs of local employers, both now and in the future.</p>
  167. <p>The Promise aims to positively impact the following areas:</p>
  168. <ul class="list-group list-group-flush">
  169. <li class="list-group-item">High School Graduation Rates</li>
  170. <li class="list-group-item">Post-secondary Education Attainment</li>
  171. <li class="list-group-item">Workforce Development</li>
  172. <li class="list-group-item">Job Creation</li>
  173. <li class="list-group-item">Increased Residency within Greenwood County</li>
  174. <li class="list-group-item">Crime Rates</li>
  175. <li class="list-group-item">Enhanced Tax Base</li>
  176. </ul>
  177. <p class="mt-3">Simply put, The Greenwood Promise is an investment in Greenwood's greatest resource: Our Children!</p>
  178. </div>
  179. </div>
  180. </div>
  181. <div class="container-fluid mt-5 py-5">
  182. <div class="row justify-content-md-center">
  183. <div class="col-lg-8">
  184. <h3>About Greenwood, South Carolina</h3>
  185. <p>Greenwood's climate is mild and seasonable, with an average temperature of 68 degrees. While the summer can bring heat and humidity, the spring and fall exhibit mild temperatures and many days filled with sunshine and beauty. Winters in Greenwood are comfortable, with very little precipitation or snow. For visitors, year-round outdoor activities are common and popular at local Greenwood attractions.</p>
  186. <p>The City of Greenwood, the county seat, is located near the center of Greenwood County. Ware Shoals, in the northeast corner of the county, is 17 miles north of Greenwood and Ninety Six is 9 miles east of Greenwood. The area is accessible to three major interstates and only hours away from both the mountains and the coast.
  187. Area historians have credited several "pillars" with shaping the Greenwood of today, and those were in place from the outset. One was an early special interest of Greenwood residents in educating students. By the time of its chartering in 1857, Greenwood had schools that were already 25 years old.
  188. The second foundation for Greenwood's continued prosperity was the initiative and hard work of its founders and early settlers in providing transportation facilities; first railroads, then highways and an airport.</p>
  189. <p>A third key part of Greenwood's development was the area's textile industry, which remains a vital economic block supporting the Greenwood Community.
  190. The Greenwood community has become well known throughout the state as "an example of what can be accomplished by unremitting energy and boundless self-reliance" and Greenwood's "hospitable and progressive" people welcome "all who may come to" their town. These characteristics are still present in today's Greenwood residents.</p>
  191. <p>For more information about our community, please visit these websites:
  192. Visit Greenwood, SC</p>
  193. </div>
  194. </div>
  195. </div>
  196. </main>
  197. <footer class="border-top mt-5 py-5">
  198. <div class="container">
  199. <p class="float-end mb-1">
  200. <a href="#">Back to top</a>
  201. </p>
  202. <p class="mb-0">The Greenwood Promise &copy; 2022</p>
  203. <p class="mb-0">P.O. Box 49458 Greenwood, SC 29649</p>
  204. <p class="mb-0">Tel: (864) 377-8110</p>
  205. <p class="fs-2"><i class="bi bi-facebook"></i> <i class="bi bi-twitter"></i> <i class="bi bi-instagram"></i></p>
  206. </div>
  207. </footer>
  208. <script src="js/site.js"></script>
  209. </body>
  210. </html>