mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Update Style
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
||||
|
||||
@@ -22,10 +25,10 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="col-sm-3">
|
||||
<h1>{{ site.name }}</h1>
|
||||
<h3>{{ site.name }}</h3>
|
||||
<img id="about" src="{{ site.baseurl }}/img/avatar.jpg" height="75px" width="75px" /><br />
|
||||
|
||||
<strong>navigation</strong><br />
|
||||
<strong>Navigation</strong><br />
|
||||
<a href="{{ site.baseurl }}/">home</a> <br />
|
||||
{% for i in site.urls %}
|
||||
<a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
|
||||
@@ -33,7 +36,7 @@
|
||||
|
||||
{% if site.about %}
|
||||
<div id="about">
|
||||
<strong>about</strong><br />
|
||||
<strong>About</strong><br />
|
||||
{{ site.about }}
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -46,7 +49,7 @@
|
||||
<footer>
|
||||
© {{ site.name }}
|
||||
{% if site.github %}
|
||||
- <a href="{{ site.github }}">{{ site.github }}</a>
|
||||
- <a href="{{ site.github }}">{{ site.github }} - Powered by Jekyll.</a>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user