Loading site/_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ description: A tutorial for the x86 assembly language # zip_url: # tar_url: is_project_page: true repository_url: https://git.sw4j.net/osdevelopment-info/tutorial-x86 maintainer: Uwe Plonus # google_analytics: site/_layouts/default.html +1 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <a href="{{ site.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a> <a href="{{ site.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> {% endif %} <a href="{{ site.repository_url }}" id="view-on-github" class="button"><span>View Project</span></a> </section> <hr> <section id="main_content"> Loading @@ -32,9 +33,7 @@ </section> <footer> {% if site.is_project_page %} {{ site.title }} is maintained by {{ site.maintainer }}<br> {% endif %} </footer> </div> Loading site/assets/css/style.scss +8 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,11 @@ code { font-family: monospace; } #view-on-github span { background: transparent; } a.button span { padding-left: 44px; } Loading
site/_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ description: A tutorial for the x86 assembly language # zip_url: # tar_url: is_project_page: true repository_url: https://git.sw4j.net/osdevelopment-info/tutorial-x86 maintainer: Uwe Plonus # google_analytics:
site/_layouts/default.html +1 −2 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ <a href="{{ site.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a> <a href="{{ site.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> {% endif %} <a href="{{ site.repository_url }}" id="view-on-github" class="button"><span>View Project</span></a> </section> <hr> <section id="main_content"> Loading @@ -32,9 +33,7 @@ </section> <footer> {% if site.is_project_page %} {{ site.title }} is maintained by {{ site.maintainer }}<br> {% endif %} </footer> </div> Loading
site/assets/css/style.scss +8 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,11 @@ code { font-family: monospace; } #view-on-github span { background: transparent; } a.button span { padding-left: 44px; }