Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarzia17 committed Sep 8, 2024
1 parent 99ffe1e commit 887c88b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Gavin Garzia</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>

<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
<link rel="stylesheet" href="./css/style.css">

<script>hljs.highlightAll();</script>
</head>
<body>
<header class="parent header">
Expand All @@ -19,6 +27,12 @@ <h4>Computer Science Student</h4>
</div>
</header>
<main class="parent border">
<h1 id="my-first-post">My first post</h1>
<p>Lorem ipsum</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode python"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="kw">def</span> test():</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="cf">pass</span></span></code></pre></div>

</main>
<footer class="parent border">
<a target="_blank" class="footer-anchor" href="https://www.linkedin.com/in/gavingarzia/">
Expand Down

0 comments on commit 887c88b

Please sign in to comment.