Skip to content

Commit

Permalink
tweaks and edits
Browse files Browse the repository at this point in the history
  • Loading branch information
chinacomx committed Jun 6, 2024
1 parent e066870 commit f848a14
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 128 deletions.
8 changes: 2 additions & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<header id="header" class="navbar navbar-expand-lg fixed-top navbar-light">
<div id="navigation-container" class="container-fluid">
<div class="logos-left">
<a title="ChinaComX Logo" class="navbar-brand" href="/">
<a title="ChinaComX Logo" class="navbar-brand">
<img src="{{ '/assets/images/chinacomx-logo.png' | relative_url }}" class="brand-logo">
</a>
</div>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav">
<li class="nav-item"><a href="{{ '/' | absolute_url }}" class="nav-link">Home</a></li>
<li class="nav-item"><a href="{{ '/about/' | absolute_url }}" class="nav-link">About</a></li>
<li class="nav-item"><a href="{{ '/team/' | absolute_url }}" class="nav-link">Team</a></li>
<li class="nav-item"><a href="{{ '/translations/' | absolute_url }}" class="nav-link">Translations</a></li>
<li class="nav-item"><a href="{{ '/publications/' | absolute_url }}" class="nav-link">Publications</a></li>
<li class="nav-item"><a href="{{ '/resources/' | absolute_url }}" class="nav-link">Resources</a></li>
<li class="nav-item"><a href="{{ '/contact/' | absolute_url }}" class="nav-link">Contact</a></li>
</ul>
<div class="d-flex logos-right">
Expand Down
6 changes: 5 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ <h1>ChinaComx: Comics Culture in the People's Republic of China</h1>
<a href="#posts" class="scroll-down">&#8595;</a>
</section>
<section id="posts" class="content-wrapper">
<div>
<div class="page-header">
<h1>ChinaComx: Comics Culture in the People's Republic of China</h1>
</div>
<div class="container">
<h2>News & Activities</h2>
<h2 style="text-align:left">News & Activities</h2>
<div class="post-carousel">
<button class="carousel-btn left-btn" onclick="scrollLeft()">&#8592;</button>
<div class="post-wrapper">
Expand Down
Loading

0 comments on commit f848a14

Please sign in to comment.