diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -107,6 +107,14 @@ </form> </div> </section> + <footer class="footer"> + <div class="content has-text-centered"> + <p> + Data sourced from CU Boulder's <a href="https://www.colorado.edu/oda/student-data/courses">Data & Analytics</a> group. The source code is licensed + <a href="http://opensource.org/licenses/mit-license.php">MIT</a> and available on <a href="https://github.com/navanchauhan/BuffClassesEDA">GitHub</a> + </p> + </div> + </footer> <script type="text/javascript"> let SQL = undefined let db = undefined |