Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
calvink19 authored Nov 6, 2024
1 parent 3f33765 commit bce1457
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<title>{{ site.title | default: site.github.repository_name }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" href="https://raw.githubusercontent.com/calvink19/calvink19.github.io/refs/heads/main/_sass/jekyll-theme-hacker.scss"><link rel="stylesheet" href="https://raw.githubusercontent.com/calvink19/calvink19.github.io/refs/heads/main/_sass/hacker.scss"><link rel="stylesheet" href="/_sass/jekyll-theme-hacker.css"><link rel="stylesheet" href="/_sass/hacker.scss">
</head>
<body>
<div class="cooldiv">
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to Top</button>
<h2 style="text-align:left;float:left;">{{ site.title | default: site.github.repository_name }}</h4> <h5 style="text-align:right;float:right;"><a href="https://calvink19.github.io" class="btn"><span class="icon"></span>Index</a> / <a href="https://calvink19.github.io/projects" class="btn"><span class="icon"></span>Projects</a> / <a href="https://calvink19.github.io/sitemap" class="btn"><span class="icon"></span>Sitemap</a> / <a href="https://calvink19.github.io/contact" class="btn"><span class="icon"></span>Contact</a></h4>
<h2 style="text-align:left;float:left;">{{ site.title | default: site.github.repository_name }}</h2>
<h4 style="text-align:right;float:right;"><a href="https://calvink19.github.io" class="btn"><span class="icon"></span>Index</a> / <a href="https://calvink19.github.io/projects" class="btn"><span class="icon"></span>Projects</a> / <a href="https://calvink19.github.io/sitemap" class="btn"><span class="icon"></span>Sitemap</a> / <a href="https://calvink19.github.io/contact" class="btn"><span class="icon"></span>Contact</a></h4>
<hr style="clear:both;"/>
{{ content }}
<p>{{ content }}</p>
<script>
// Get the button
let mybutton = document.getElementById("myBtn");
Expand Down

0 comments on commit bce1457

Please sign in to comment.