Skip to content

Commit 7da041a

Browse files
authored
Update reference (#275)
1 parent 428563e commit 7da041a

File tree

8 files changed

+37
-11
lines changed

8 files changed

+37
-11
lines changed

docs/feed.json

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"url": "https://www.adamjolicoeur.com/about"
1111
},
1212
"items": [
13+
{
14+
"id": "https://www.adamjolicoeur.com/test/",
15+
"url": "https://www.adamjolicoeur.com/test/",
16+
"title": "",
17+
"date_published": "2024-09-04T17:06:08Z"
18+
}
19+
,
1320
{
1421
"id": "https://www.adamjolicoeur.com/reference/",
1522
"url": "https://www.adamjolicoeur.com/reference/",

docs/img/adam-j.png

2.62 KB
Loading

docs/reference/index.html

+15-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,21 @@ <h1 class="display-1 fw-bold text-break">Reference links</h1>
9191

9292
<content>
9393
<div class="container">
94-
<h2 id="games-and-things" tabindex="-1"><a class="header-anchor" href="#games-and-things"><span>Games and Things</span></a></h2>
95-
<p>An iOS application for tracking movies, comic books, collectables, and games.</p>
96-
<p><img src="/favicon.png" alt="GameAndThingsIcon" title="Games And Things iOS icon"></p>
97-
<p><a href="https://github.com/AdamJ/CollectSomeMore">Download and Compile</a></p>
94+
<ul>
95+
<li>
96+
<p>Games and Things (<a href="https://github.com/AdamJ/CollectSomeMore">Download from GitHub</a>)</p>
97+
<ul>
98+
<li>An iOS application for tracking movies, comic books, collectables, and games.</li>
99+
</ul>
100+
</li>
101+
<li>
102+
<p>Gravatar <img src="https://gravatar.com/mindreeper.qr" alt="View"></p>
103+
<ul>
104+
<li>Free profile for the web</li>
105+
</ul>
106+
<p><a href="../../img/adam-j.png"><img src="../../img/adam-j.png" class="img-fluid" alt="Gravatar QR Code" width="150" height="150" loading="lazy"></a></p>
107+
</li>
108+
</ul>
98109
</div>
99110

100111
</content>

docs/sitemap.xml

+5
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,9 @@
101101
<lastmod>2024-09-03T13:58:27.308Z</lastmod>
102102
</url>
103103

104+
<url>
105+
<loc>https://www.adamjolicoeur.com/test/</loc>
106+
<lastmod>2024-09-04T17:06:08.951Z</lastmod>
107+
</url>
108+
104109
</urlset>

social/pages.json

+5
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,10 @@
9797
{
9898
"title":"Reference links",
9999
"imgName":"reference-links"
100+
},
101+
102+
{
103+
"title":"Adam Jolicoeur",
104+
"imgName":"home"
100105
}
101106
]

src/img/adam-j.png

2.62 KB
Loading
5.58 MB
Loading

src/pages/reference/reference.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ description: "Links to various downloads and resources."
66

77
<div class="container">
88

9-
## Games and Things
10-
11-
An iOS application for tracking movies, comic books, collectables, and games.
12-
13-
![GameAndThingsIcon](/favicon.png "Games And Things iOS icon")
14-
15-
[Download and Compile](https://github.com/AdamJ/CollectSomeMore)
9+
| | |
10+
|--|--|
11+
| [Games and Things](https://github.com/AdamJ/CollectSomeMore) | An iOS application for tracking movies, comic books, collectables, and games. |
12+
| [Gravatar](https://gravatar.com/mindreeper.qr) | <img src="../../../src/img/adam-j.png" alt="Gravatar QR Code" width="100px" /> |
13+
| [The Proxy Guy](https://www.cardsbyprox.com/) | <img src="../../../src/img/theproxyguy-membership-card-patreon.png" alt="Patreon card" width="100px" /> |
1614

1715
</div>

0 commit comments

Comments
 (0)