Skip to content

Commit

Permalink
nav updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jun 23, 2023
1 parent 7635018 commit 29a3683
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _includes/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<link rel = "stylesheet" type = "text/css" href = "resources/stylesheets/base.css" />
<link rel = "stylesheet" type = "text/css" href = "resources/stylesheets/mobile.css" media = "screen and (max-width: 768px)" />
<link rel = "stylesheet" type = "text/css" href = "resources/stylesheets/desktop.css" media = "screen and (min-width: 768px)" />
<meta name="viewport" content="width=device-width" />
<link rel = "shortcut icon" href = "resources/images/logo/logo96pxdarkbg.png" />

<meta name="viewport" content="width=device-width" />

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="resources/javascript/thumbnail.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/article.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% include header.htm %}
<div id = "torso">
<div id = "content">
<h2>{{page.title}}</h2>
<h1>{{page.title}}</h1>
{{content}}
</div>
{% include footer.htm %}
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: FAQ

### What does Upsilon do well?

See the [index](homepage) to a list of use cases where Upsilon could be used.
See the [homepage](index) to a list of use cases where Upsilon could be used.

### What sucks about Upsilon project?
**Lots of things!**. Some parts are written in PHP, it hasn't been tested at large scale, so it means there are probably hidden security holes and quite a few bugs.
Expand Down
4 changes: 4 additions & 0 deletions resources/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ div#header div.logo a {
text-decoration: none;
}

div#header h2 {
text-transform: none;
}

h2 {
text-transform: uppercase;
margin-bottom: 0;
Expand Down

0 comments on commit 29a3683

Please sign in to comment.