Skip to content

Commit

Permalink
Homepage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJ committed Aug 11, 2023
1 parent 01318f9 commit ad688e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/feed/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<link href="http://localhost:8080/feed/" rel="self"/>
<link href="http://localhost:8080"/>
<updated>2023-08-10T13:52:35Z</updated>
<updated>2023-08-11T13:26:23Z</updated>
<id>http://localhost:8080</id>
<author>
<name>Adam J. Jolicoeur</name>
Expand Down Expand Up @@ -347,7 +347,7 @@
<entry>
<title>About</title>
<link href="http://localhost:8080/about/"/>
<updated>2023-08-10T13:52:35Z</updated>
<updated>2023-08-11T13:26:23Z</updated>
<id>http://localhost:8080/about/</id>
<content type="html">&lt;div class=&quot;container pt-3 pb-3&quot;&gt;
&lt;div class=&quot;row g-5&quot;&gt;
Expand Down Expand Up @@ -558,7 +558,7 @@
<entry>
<title>Code Examples</title>
<link href="http://localhost:8080/code/"/>
<updated>2023-08-10T13:52:35Z</updated>
<updated>2023-08-11T13:26:23Z</updated>
<id>http://localhost:8080/code/</id>
<content type="html">&lt;div class=&quot;container&quot;&gt;
&lt;h2 class=&quot;display-6&quot;&gt;Personal projects&lt;/h2&gt;
Expand Down Expand Up @@ -720,7 +720,7 @@
<entry>
<title>Designs</title>
<link href="http://localhost:8080/design/"/>
<updated>2023-08-10T13:52:35Z</updated>
<updated>2023-08-11T13:26:23Z</updated>
<id>http://localhost:8080/design/</id>
<content type="html">&lt;div class=&quot;container&quot;&gt;
&lt;p class=&quot;lead text-center&quot;&gt;
Expand Down Expand Up @@ -863,7 +863,7 @@
<entry>
<title>TimeTrak by Switchback</title>
<link href="http://localhost:8080/designs/timetrak/"/>
<updated>2023-08-10T13:52:35Z</updated>
<updated>2023-08-11T13:26:23Z</updated>
<id>http://localhost:8080/designs/timetrak/</id>
<content type="html"></content>
</entry>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="mb-3 fw-bold">I strive to design and create amazing things.</h2>
<i class="d-block mx-auto mb-4 fas fa-broadcast-tower fa-4x"></i>
<h3>Stay connected</h3>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4"><a href="mailto:adam@adamjolicoeur.com" alt="Email me at adam@adamjolicoeur.com">adam@adamjolicoeur.com</a></p>
<p class="lead mb-4"><a href="mailto:adam.jolicoeur@gmail.com" alt="Email me at adam.jolicoeur@gmail.com">adam.jolicoeur</a></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<div class="d-flex flex-column align-items-center">
<a href="https://www.linkedin.com/in/ajjolicoeur" target="top" alt="See my profile on LinkedIn.com" style="color: #0a66c2;">
Expand Down
10 changes: 5 additions & 5 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<url>
<loc>http://localhost:8080/</loc>

<lastmod>2023-08-10T13:52:35Z</lastmod>
<lastmod>2023-08-11T13:26:23Z</lastmod>

</url>

Expand Down Expand Up @@ -60,28 +60,28 @@
<url>
<loc>http://localhost:8080/about/</loc>

<lastmod>2023-08-10T13:52:35Z</lastmod>
<lastmod>2023-08-11T13:26:23Z</lastmod>

</url>

<url>
<loc>http://localhost:8080/code/</loc>

<lastmod>2023-08-10T13:52:35Z</lastmod>
<lastmod>2023-08-11T13:26:23Z</lastmod>

</url>

<url>
<loc>http://localhost:8080/design/</loc>

<lastmod>2023-08-10T13:52:35Z</lastmod>
<lastmod>2023-08-11T13:26:23Z</lastmod>

</url>

<url>
<loc>http://localhost:8080/designs/timetrak/</loc>

<lastmod>2023-08-10T13:52:35Z</lastmod>
<lastmod>2023-08-11T13:26:23Z</lastmod>

</url>
</urlset>

0 comments on commit ad688e4

Please sign in to comment.