Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,16 @@
<hr>
<!-- Site Navigation -->
<div id="master-header">
<h1 class="name-header">Carey Barry</h1>
<h2 class="pronouns">she/her</h2>

<!-- Site Navigation -->
<nav id="site-nav" class="site-nav">
<ul>
<li><a href='index.html'>About</a></li>
<li><a href='index.html'>Home</a></li>
<li><a href='publications.html'>Publications</a></li>
<li><a href='teaching.html'>Teaching</a></li>
</ul>
</nav>
<h1 class="name-header">Carey Barry</h1>
<h2 class="pronouns">she/her</h2>
</div>
</header>
<hr>
Expand All @@ -61,7 +60,7 @@ <h2 class="pronouns">she/her</h2>
<hr>

<!-- About Me-->
<div class="row-cols-2">
<div class="row">
<section id="about-me" class="col-12">
<h2 class="subhead">About</h2>

Expand Down Expand Up @@ -245,4 +244,4 @@ <h3 class='quotes'>I enjoy taking photos around campus to find the joy hiding in
</footer>
</div>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions teaching.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</head>
<body>
<div class="container">
<!--Load Bootstrap (if using for JS)-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>

<header id="header">
<!-- Social Media & Contacts in top -->
Expand Down Expand Up @@ -126,5 +124,7 @@ <h2 class="subhead" id="courses-topics">Course Topics</h2>
<p>Copyright &copy; 2026 Carey Barry. All rights reserved.</p>
</footer>
</div>
<!--Load Bootstrap (if using for JS)-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous" defer></script>
</body>
</html>
</html>