Skip to content

Commit

Permalink
Adjust design and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore committed Oct 4, 2023
1 parent 95541ef commit 9808137
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 36 deletions.
24 changes: 11 additions & 13 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<head>
<!-- Meta -->
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Jekyll">
<!-- Meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Jekyll">

<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{%if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description"
content="{%if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">

<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">

<!-- RSS -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">

<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<link rel="shortcut icon" type="image/png" href="favicon.ico">

</head>
</head>
4 changes: 2 additions & 2 deletions _includes/header-custom.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header id="header">

<!-- Your custom header here -->
<!-- Your custom header here -->

</header>
24 changes: 11 additions & 13 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<header id="header" class="parent justify-spaceBetween">
<div class="inner w100 relative">
<span class="f-left">
<span class="f-left">
<a href="{{ site.baseurl }}/">
<h1>
<span>mono</span>chrome
<span>sso</span>tax
</h1>
</a>
</span>
<span id="nav-links" class="absolute right bottom">
<!-- Nav pages -->
{% for page in site.pages %}
{% if page.layout == "page" %}
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}" title="{{ page.title }}">{{ page.title }}</a>
{% endif %}
{% endfor %}

{% for page in site.pages %}
{% if page.layout == "page" %}
<a href="{% if site.baseurl == "/" %}{{ page.url }}{% else %}{{ page.url | prepend: site.baseurl }}{% endif %}"
title="{{ page.title }}">{{ page.title }}</a>
{% endif %}
{% endfor %}

<!-- Nav links -->
{% include link.html %}
{% include link.html %}

</span>
</div>
</header>



</header>
4 changes: 2 additions & 2 deletions _includes/link.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<a href="https://github.com/thereviewindex/monochrome/archive/master.zip">Download</a>
<a href="https://github.com/thereviewindex/monochrome">Project on Github</a>
<a href="https://github.com/ssotax/ssotax">Contribute</a>
<a href="https://github.com/ssotax/ssotax">Project on Github</a>
6 changes: 3 additions & 3 deletions _includes/nav-footer-custom.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer>
<!-- Your custom nav footer here -->

<!-- Your custom nav footer here -->

</footer>
4 changes: 2 additions & 2 deletions _includes/nav-footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer>
<span>version {{ site.version }}</span>

<span>ssotax.org</span>

</footer>
2 changes: 1 addition & 1 deletion _includes/script.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<script src="{{ "/js/main.js" | prepend: site.baseurl | replace: '//', '/' }}"></script>
<script src="{{ "/js/main.js" | prepend: site.baseurl | replace: '//', '/' }}"></script>

0 comments on commit 9808137

Please sign in to comment.