1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

Test space (#1)

This commit is contained in:
Avinal Kumar
2021-01-03 00:54:13 +05:30
committed by GitHub
parent 3146aad4a5
commit 2d46f36284
4 changed files with 75 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 869 KiB

After

Width:  |  Height:  |  Size: 905 KiB

File diff suppressed because one or more lines are too long
+9 -2
View File
@@ -30,6 +30,7 @@
<link rel="stylesheet" href="{{ url(FONTAWESOME_CSS or '/theme/css/all.css') }}"> <link rel="stylesheet" href="{{ url(FONTAWESOME_CSS or '/theme/css/all.css') }}">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css"> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css"> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/space.css">
{% for stylesheet in THEME_CSS_OVERRIDES or () %} {% for stylesheet in THEME_CSS_OVERRIDES or () %}
<link rel="stylesheet" href="{{ url(stylesheet) }}"> <link rel="stylesheet" href="{{ url(stylesheet) }}">
{% endfor %} {% endfor %}
@@ -40,7 +41,10 @@
</head> </head>
<body> <body>
<header class="header"> <header class="header star">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div class="container"> <div class="container">
{% include 'include/header.html' %} {% include 'include/header.html' %}
</div> </div>
@@ -54,7 +58,10 @@
</div> </div>
</div> </div>
<footer class="footer"> <footer class="footer star">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div class="container"> <div class="container">
{% include 'include/footer.html' %} {% include 'include/footer.html' %}
</div> </div>
+1 -1
View File
@@ -19,6 +19,6 @@
{% endif %} {% endif %}
</ul> </ul>
<p class="col-sm-6 text-sm-right text-muted"> <p class="col-sm-6 text-sm-right text-muted">
&copy; 2020 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a> &copy; 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
</p> </p>
</div> </div>