Skip to content

Commit

Permalink
Adding MACS logo, updating bootstrap, toggle for hypothes.is
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoadric committed Apr 30, 2024
1 parent 95bb85c commit 07e8914
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ description: >- # this means to ignore newlines until "baseurl:"
Student learn these concepts through studying the Python programming
language.
baseurl: "/csci000" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://hendrix-cs.github.io" # the base hostname & protocol for your site, e.g. http://example.com

number: CSCI 000
title: Generic Computer Science Course
semester: Fall 2019
hypothesis: false

navigation:
- title: Overview
Expand Down
10 changes: 6 additions & 4 deletions _includes/bottom.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<!-- Footer -->
<footer class="py-4 navbar-custom">
<div class="container">
<p class="m-0 text-center text-white"><small>Copyright &copy; Hendrix Computer Science 2021</small></p>
<p class="m-0 text-center text-white"><small>Copyright &copy; Hendrix Computer Science 2024</small></p>
</div>
<!-- /.container -->
</footer>

<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://hypothes.is/embed.js" async></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
{% if site.hypothesis %}
<script src="https://hypothes.is/embed.js" async></script>
{% endif %}
<script>
//https://codepen.io/lkp/pen/bdPbQx
$( document ).ready(function() {
Expand Down
5 changes: 2 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<title>{{ site.number }} - {{ site.title }}</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <!-- Custom styles for this template -->
<link href="{{ site.baseurl }}/assets/css/main.css" rel="stylesheet">

</head>
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<a href="http://hendrix-cs.github.io"><img src="{{ site.baseurl}}/assets/images/macslogo.png" height="30"></a>&nbsp;
<a class="navbar-brand" href="{{ site.baseurl}}/index.html">{{ site.number }}: {{ site.semester }}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
/* Color definitions */

:root {
--main-color:#f5822a;
--main-color:#cb4f0c;
--dull-color:#ac3911;
--light-bg:#f2f2f2;
}
Expand Down
Binary file added assets/images/macslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07e8914

Please sign in to comment.