Skip to content

Commit e092279

Browse files
committed
Deploying to gh-pages from @ 103ce6f 🚀
1 parent 6d6d1b0 commit e092279

File tree

7 files changed

+2
-309
lines changed

7 files changed

+2
-309
lines changed

404.html

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -180,41 +180,7 @@ <h2 class="site-description">Colorado College Class of 2028. Programmer. CyberSe
180180
<div class="not-found-card">
181181
<h1 class="article-title">Not Found</h1>
182182
<h2 class="article-subtitle">This page does not exist</h2>
183-
</div><form action="/search/" class="search-form widget" >
184-
<p>
185-
<label>Search</label>
186-
<input id="searchInput" name="keyword" required placeholder="Type something..." />
187-
188-
<button title="Search">
189-
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
190-
<path stroke="none" d="M0 0h24v24H0z"/>
191-
<circle cx="10" cy="10" r="7" />
192-
<line x1="21" y1="21" x2="15" y2="15" />
193-
</svg>
194-
195-
196-
197-
</button>
198-
</p>
199-
</form>
200-
201-
<div class="search-result">
202-
<h3 class="search-result--title section-title"></h3>
203-
<div class="search-result--list article-list--compact"></div>
204-
</div>
205-
206-
<script>
207-
window.searchResultTitleTemplate = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
208-
</script><script type="text/javascript" src="/ts/search.js" defer></script>
209-
210-
<script>
211-
const wrongUrl = new URL(window.location.href);
212-
213-
214-
const searchKeyword = wrongUrl.pathname.split(/[/|-]/).join(' ').trim();
215-
216-
document.getElementById('searchInput').setAttribute('value', searchKeyword);
217-
</script><footer class="site-footer">
183+
</div><footer class="site-footer">
218184
<section class="copyright">
219185
&copy;
220186

index.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
<description>&lt;p&gt;You can &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/resume.pdf&#34; &gt;download a copy of my resumé&lt;/a&gt;. Note that this version has some information (such as my address and contact info) removed for my privacy. If you&amp;rsquo;d like a copy that has this info, please &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/contact&#34; &gt;contact me&lt;/a&gt;.&lt;/p&gt;
4747
</description>
4848
</item>
49-
<item>
50-
<title>Search</title>
51-
<link>http://willitcode.github.io/search/</link>
52-
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
53-
54-
<guid>http://willitcode.github.io/search/</guid>
55-
<description></description>
56-
</item>
5749

5850
</channel>
5951
</rss>

pages/index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h3 class="section-title">
270270

271271
<div class="section-card">
272272
<div class="section-details">
273-
<h3 class="section-count">4 pages</h3>
273+
<h3 class="section-count">3 pages</h3>
274274
<h1 class="section-term">Pages</h1>
275275

276276
</div>
@@ -312,17 +312,6 @@ <h2 class="article-title">Resumé</h2>
312312
</a>
313313
</article>
314314

315-
<article>
316-
<a href="/search/">
317-
<div class="article-details">
318-
<h2 class="article-title">Search</h2>
319-
<footer class="article-time">
320-
<time datetime='0001-01-01T00:00:00Z'>01 January 0001</time>
321-
</footer>
322-
</div>
323-
</a>
324-
</article>
325-
326315
</section>
327316
<footer class="site-footer">
328317
<section class="copyright">

pages/index.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
<description>&lt;p&gt;You can &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/resume.pdf&#34; &gt;download a copy of my resumé&lt;/a&gt;. Note that this version has some information (such as my address and contact info) removed for my privacy. If you&amp;rsquo;d like a copy that has this info, please &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/contact&#34; &gt;contact me&lt;/a&gt;.&lt;/p&gt;
3535
</description>
3636
</item>
37-
<item>
38-
<title>Search</title>
39-
<link>http://willitcode.github.io/search/</link>
40-
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
41-
42-
<guid>http://willitcode.github.io/search/</guid>
43-
<description></description>
44-
</item>
4537

4638
</channel>
4739
</rss>

search/index.html

Lines changed: 0 additions & 243 deletions
This file was deleted.

sitemap.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@
3232
<loc>http://willitcode.github.io/pages/</loc>
3333
</url><url>
3434
<loc>http://willitcode.github.io/resume/</loc>
35-
</url><url>
36-
<loc>http://willitcode.github.io/search/</loc>
3735
</url>
3836
</urlset>

ts/search.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)