diff --git a/_data/navigation.yml b/_data/navigation.yml
index 4c64a4f2d917def1440c14ee0962ab9e3a95f987..d10e637d3a7ab3e420a58e70b5e94c3851c1e463 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -10,5 +10,7 @@ nav_list:
   url: canvas
 - title: Ed
   url: discussion
-- title: COVID-19 Safety
+- title: COVID-19
   url: /docs/covid/index.html
+- title: Academic Conduct
+  url: /academic-conduct.html
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index 9fec4a01d434f30f223d164b7dccad4a2cb7bd0e..e341f4a43af5865fcf66e9fe2bfc4559fa9722c1 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,10 +1,9 @@
 <header class="page-header" role="banner">
   {% include navigation.html %}
-  <br>  <br>  <br>  <br>  <br>
+  <br>  <br>  <br>  <br>
   <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
   <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
 
-
 <script type="text/javascript">
   var menubar = new Menubar(document.getElementById('menubar1'));
   menubar.init();
diff --git a/academic-conduct.md b/academic-conduct.md
index 883877a95ca72ec8b7e66be6349d18b4aa8de9d0..cd197eb82b0d55bc4a8153ccc6d17d3c300b1962 100644
--- a/academic-conduct.md
+++ b/academic-conduct.md
@@ -3,22 +3,21 @@ layout: default
 (no)warning: old
 ---
 
-
----
-
 Integrity is a crucial part of your character and is essential for
 a successful career. We expect you to demonstrate integrity in
 this class and elsewhere.
 
-The Paul G Allen School has an entire page on
-[Academic Misconduct](https://www.cs.washington.edu/academics/misconduct)
-within the context of Computer Science, and the University of
-Washington has an entire page on how
-[Academic Misconduct](https://www.washington.edu/cssc/for-students/academic-misconduct/)
-[Community Standards and Student Conduct Page](https://www.washington.edu/cssc/).
-Please acquaint yourself with both of those pages, and in
-particular how academic misconduct will be reported to the
-University.
+The Paul G Allen School has an [Academic
+Misconduct](https://www.cs.washington.edu/academics/misconduct)
+policy, and the University of Washington an [Academic
+Misconduct](https://www.washington.edu/cssc/for-students/academic-misconduct/)
+and [Community Standards and Student Conduct
+Page](https://www.washington.edu/cssc/) policy. Please acquaint
+yourself with those pages, and in particular how academic misconduct
+will be reported to the University. Knowingly violating any of these principles of academic conduct,
+privacy or copyright may result in University disciplinary action
+under the Student Code of Conduct.
+
 
 Your academic conduct in this course is evaluated in at least the
 four areas described in detail below.
@@ -133,8 +132,3 @@ the guidelines of expected behavior. If you have any questions,
 please do not hesitate to ask the TA or your instructor. Inappropriate work
 submitted may be ineligible for credit on that assignment.
 
-# Consequences
-
-Knowingly violating any of these principles of academic conduct,
-privacy or copyright may result in University disciplinary action
-under the Student Code of Conduct.
diff --git a/assets/css/style.scss b/assets/css/style.scss
index af4ec0c2bdce67e51ff3d28c082dd9e02cd5f28c..aa7c679e905ef773063bfc9e4de6c53ce0288802 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -307,6 +307,7 @@ table.schedule tfoot td {
 .page-header {
   background-image: linear-gradient(-120deg, $gradient-light, $gradient-dark, $gradient-dark);
   padding-top: 1rem;
+  padding-bottom: 1rem;
 }
 
 .project-tagline {