Skip to content

Commit 5e4fd4a

Browse files
committed
Add Apps sections 2d0e8e9
1 parent ee4a863 commit 5e4fd4a

File tree

4 files changed

+210
-37
lines changed

4 files changed

+210
-37
lines changed

apps/gamesandthings/index.html

+135
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<!-- Generated from the 11ty Netlify Jumpstart: https://github.com/5t3ph/11ty-netlify-jumpstart -->
4+
<!-- Modified for usage/content provided by Adam J. Jolicoeur: https://github.com/AdamJ -->
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="keywords" content="@Adam, Adam Jolicoeur, Adam J. Jolicoeur, AdamJ, Jolicoeur, adamjolicoeur.com, www.adamjolicoeur.com, mindreeper2420, Portfolio, Design, UXD, UX Designer, UX Developer, UX Engineer, Design Technologist, CSS" />
8+
<title>Games and Things | Adam Jolicoeur</title>
9+
<meta
10+
name="description"
11+
content="An app for cataloging your collections."
12+
/>
13+
<meta name="generator" content="Eleventy">
14+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
15+
<link rel="icon" type="image/png" size="48x48" href="/favicon.ico">
16+
<link rel="icon" type="image/png" size="72x72" href="/favicon.png">
17+
<link rel="manifest" href="/manifest.json">
18+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#333333">
19+
<meta name="msapplication-TileColor" content="#da532c">
20+
<meta name="theme-color" content="#333333">
21+
<style>
22+
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=PT+Sans&family=Work+Sans&display=swap');
23+
</style>
24+
<link href="/css/style.css" rel="stylesheet" />
25+
<link href="/css/fontawesome.css" rel="stylesheet" />
26+
<meta name="twitter:card" content="summary_large_image" />
27+
28+
<meta name="twitter:creator" content="@AdamJJolicoeur" />
29+
<meta name="twitter:creator:id" content="@AdamJJolicoeur" />
30+
31+
<meta
32+
name="twitter:title"
33+
content="Adam Jolicoeur - User Experience Designer and Developer"
34+
/>
35+
<meta
36+
name="twitter:description"
37+
content="Driven and passionate user experience designer with a background in software development. Looking for a role where I can continue to utilize my UX/UI skills and create interfaces that will allows users to perform their work seamlessly."
38+
/>
39+
40+
<meta
41+
name="og:title"
42+
content="Games and Things | Adam Jolicoeur"
43+
/>
44+
<meta
45+
name="og:description"
46+
content="An app for cataloging your collections."
47+
/>
48+
<meta name="twitter:image" content="https://www.adamjolicoeur.com/img/AdamJolicoeur_social.png" />
49+
<meta property="og:image" content="https://www.adamjolicoeur.com/img/AdamJolicoeur_social.png" />
50+
51+
<link
52+
rel="alternate"
53+
type="application/rss+xml"
54+
title="RSS Feed for Adam Jolicoeur"
55+
href="/feed/"
56+
/>
57+
</head>
58+
<a rel="me" href="https://mastodon.world/@adamjol" aria-hidden="true" class="d-none">Mastodon</a>
59+
<body class="layout">
60+
<container>
61+
<nav class="navbar navbar-expand-md bg-dark border-bottom border-body" data-bs-theme="dark">
62+
<div class="container-fluid">
63+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
64+
<span class="navbar-toggler-icon"></span>
65+
</button>
66+
<div class="collapse navbar-collapse d-md-flex" id="navbarNavAltMarkup">
67+
<div class="navbar-nav col-md-6 justify-content-md-center">
68+
<a class="navbar-brand col-md-1 me-0 text-center" href="/">
69+
<img src="/img/navbar-logo.png" alt="Avatar" width="32" height="32">
70+
</a>
71+
<a class="nav-link " href="/about" alt="Link to my About page.">about</a>
72+
<a class="nav-link " href="/designs" alt="Link to Designs that I have created and worked on.">designs</a>
73+
<a class="nav-link " href="/development" alt="Link to development examples.">development</a>
74+
</div>
75+
<div class="navbar-nav d-md-flex col-md-3 justify-content-md-end">
76+
<a class="nav-link " href="/testimonials/testimonials" alt="Testimonials">testimonials</a>
77+
<a class="nav-link " href="/contact" alt="Contact me">contact</a>
78+
</div>
79+
</div>
80+
</div>
81+
</nav>
82+
</container>
83+
84+
<main class="content">
85+
86+
<div class="container-xxl intro py-3 px-0 px-md-5 text-center">
87+
<h1 class="display-1 fw-bold text-break">Games and Things</h1>
88+
<p class="sub-header text-break px-2 px-md-0">
89+
An app for cataloging your collections.
90+
</p></div>
91+
92+
<content>
93+
<div class="d-flex justify-content-center">
94+
<div class="alert alert-light" role="alert">
95+
My app is currently available through TestFlight while I get it to a releasable state. If you'd like to give it a try, <a href="mailto:[email protected]" alt="Email [email protected] for access" target="top">reach out</a> today!
96+
<i class="fa-brands fa-app-store-ios"></i>
97+
</div>
98+
</div>
99+
100+
</content>
101+
102+
</main>
103+
<footer class="footer">
104+
<div class="container-md">
105+
<div class="row justify-content-between">
106+
<div class="col-12 col-md-4 text-md-start text-center">
107+
<a class="link-dark link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover" href="/about" alt="Link to my about page">Adam J. Jolicoeur</a>&nbsp;<small>&copy;2008-2024</small>
108+
</div>
109+
<div class="col-12 col-md-8 text-md-end text-center">
110+
<a class="footer-link icon-link" href="https://www.linkedin.com/in/ajjolicoeur/" target="top" alt="View my LinkedIn profile">
111+
<span class="d-none d-sm-none d-md-block">LinkedIn</span>
112+
</a>
113+
<a class="footer-link icon-link" href="https://github.com/AdamJ" target="top" alt="View my GitHub profile">
114+
<span class="d-none d-sm-none d-md-block">GitHub</span>
115+
</a>
116+
<a class="footer-link icon-link" href="https://dev.to/adamj" target="top" alt="View my Dev.to profile">
117+
<span class="d-none d-sm-none d-md-block">Dev</span>
118+
</a>
119+
</div>
120+
</div>
121+
</div>
122+
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
123+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa" crossorigin="anonymous"></script>
124+
<!-- Global site tag (gtag.js) - Google Analytics -->
125+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XQCZPW3PZN"></script>
126+
<script>
127+
window.dataLayer = window.dataLayer || [];
128+
function gtag(){dataLayer.push(arguments);}
129+
gtag('js', new Date());
130+
131+
gtag('config', 'G-XQCZPW3PZN');
132+
</script>
133+
</footer>
134+
</body>
135+
</html>

development/index.html

+26
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,32 @@ <h2>AdamJolicoeur dot com</h2>
103103
<img src="/img/AdamJolicoeur_dot_com-minimal.png" class="d-block mx-lg-auto img-fluid img-thumbnail" alt="A screenshot of the Figma design file" width="700" height="500" loading="lazy">
104104
</div>
105105
</div> -->
106+
<div class="container">
107+
<h2 class="display-6">Mobile apps</h2>
108+
<div class="row row-cols-1 row-cols-lg-2 align-items-stretch gy-5 pb-5">
109+
<div class="col">
110+
<div class="card card-cover h-100 overflow-hidden text-white bg-dark rounded-5 shadow-lg" style="background-image: url('../img/');">
111+
<div class="d-flex flex-column h-100 p-5 pb-3 text-white" style="background: rgba(0, 0, 0, .5);">
112+
<h2 class="my-5 display-6 lh-1 fw-bold text-center text-white text-shadow-1">Games and Things</h2>
113+
<ul class="d-flex list-unstyled mt-auto">
114+
<li class="me-auto">
115+
<a href="https://github.com/AdamJ/CollectSomeMore" target="top" alt="Link to app code on GitHub" class="card-link">
116+
<i class="fa-brands fa-github"></i>
117+
GitHub
118+
</a>
119+
</li>
120+
<li>
121+
<a href="/apps/GamesAndThings" alt="Documentation for the app" class="card-link">
122+
<i class="fa-solid fa-link"></i>
123+
Documentation
124+
</a>
125+
</li>
126+
</ul>
127+
</div>
128+
</div>
129+
</div>
130+
</div>
131+
</div>
106132
<div class="container">
107133
<h2 class="display-6">Personal projects</h2>
108134
<div class="row row-cols-1 row-cols-lg-2 align-items-stretch gy-5 pb-5">

feed.json

+29-22
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,39 @@
1010
"url": "https://www.adamjolicoeur.com/about"
1111
},
1212
"items": [
13+
{
14+
"id": "https://www.adamjolicoeur.com/apps/gamesandthings/",
15+
"url": "https://www.adamjolicoeur.com/apps/gamesandthings/",
16+
"title": "Games and Things",
17+
"date_published": "2024-09-13T19:55:08Z"
18+
}
19+
,
20+
{
21+
"id": "https://www.adamjolicoeur.com/prototypes/",
22+
"url": "https://www.adamjolicoeur.com/prototypes/",
23+
"title": "Prototypes",
24+
"date_published": "2024-09-11T15:50:33Z"
25+
}
26+
,
27+
{
28+
"id": "https://www.adamjolicoeur.com/development/",
29+
"url": "https://www.adamjolicoeur.com/development/",
30+
"title": "development",
31+
"date_published": "2024-09-11T15:50:33Z"
32+
}
33+
,
34+
{
35+
"id": "https://www.adamjolicoeur.com/archives/town-selectman/",
36+
"url": "https://www.adamjolicoeur.com/archives/town-selectman/",
37+
"title": "Archived",
38+
"date_published": "2024-09-11T15:50:33Z"
39+
}
40+
,
1341
{
1442
"id": "https://www.adamjolicoeur.com/archives/archives/",
1543
"url": "https://www.adamjolicoeur.com/archives/archives/",
1644
"title": "Archived Pages",
17-
"date_published": "2024-09-10T14:04:54Z"
45+
"date_published": "2024-09-11T15:50:33Z"
1846
}
1947
,
2048
{
@@ -24,13 +52,6 @@
2452
"date_published": "2024-09-04T18:39:07Z"
2553
}
2654
,
27-
{
28-
"id": "https://www.adamjolicoeur.com/archives/town-selectman/",
29-
"url": "https://www.adamjolicoeur.com/archives/town-selectman/",
30-
"title": "Archived",
31-
"date_published": "2024-06-10T18:56:16Z"
32-
}
33-
,
3455
{
3556
"id": "https://www.adamjolicoeur.com/testimonials/testimonials/",
3657
"url": "https://www.adamjolicoeur.com/testimonials/testimonials/",
@@ -52,13 +73,6 @@
5273
"date_published": "2024-06-10T18:56:16Z"
5374
}
5475
,
55-
{
56-
"id": "https://www.adamjolicoeur.com/prototypes/",
57-
"url": "https://www.adamjolicoeur.com/prototypes/",
58-
"title": "Prototypes",
59-
"date_published": "2024-06-10T18:56:16Z"
60-
}
61-
,
6276
{
6377
"id": "https://www.adamjolicoeur.com/designs/presentations/portfolio/",
6478
"url": "https://www.adamjolicoeur.com/designs/presentations/portfolio/",
@@ -73,13 +87,6 @@
7387
"date_published": "2024-06-10T18:56:16Z"
7488
}
7589
,
76-
{
77-
"id": "https://www.adamjolicoeur.com/development/",
78-
"url": "https://www.adamjolicoeur.com/development/",
79-
"title": "development",
80-
"date_published": "2024-06-10T18:56:16Z"
81-
}
82-
,
8390
{
8491
"id": "https://www.adamjolicoeur.com/designs/timetrak/",
8592
"url": "https://www.adamjolicoeur.com/designs/timetrak/",

sitemap.xml

+20-15
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
6262
</url>
6363

64-
<url>
65-
<loc>https://www.adamjolicoeur.com/development/</loc>
66-
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
67-
</url>
68-
6964
<url>
7065
<loc>https://www.adamjolicoeur.com/designs/presentations/colorPicker/</loc>
7166
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
@@ -76,11 +71,6 @@
7671
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
7772
</url>
7873

79-
<url>
80-
<loc>https://www.adamjolicoeur.com/prototypes/</loc>
81-
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
82-
</url>
83-
8474
<url>
8575
<loc>https://www.adamjolicoeur.com/resume/</loc>
8676
<lastmod>2024-06-10T18:56:16.542Z</lastmod>
@@ -96,19 +86,34 @@
9686
<lastmod>2024-06-10T18:56:16.543Z</lastmod>
9787
</url>
9888

89+
<url>
90+
<loc>https://www.adamjolicoeur.com/reference/</loc>
91+
<lastmod>2024-09-04T18:39:07.857Z</lastmod>
92+
</url>
93+
94+
<url>
95+
<loc>https://www.adamjolicoeur.com/archives/archives/</loc>
96+
<lastmod>2024-09-11T15:50:33.458Z</lastmod>
97+
</url>
98+
9999
<url>
100100
<loc>https://www.adamjolicoeur.com/archives/town-selectman/</loc>
101-
<lastmod>2024-06-10T18:56:16.549Z</lastmod>
101+
<lastmod>2024-09-11T15:50:33.458Z</lastmod>
102102
</url>
103103

104104
<url>
105-
<loc>https://www.adamjolicoeur.com/reference/</loc>
106-
<lastmod>2024-09-04T18:39:07.857Z</lastmod>
105+
<loc>https://www.adamjolicoeur.com/development/</loc>
106+
<lastmod>2024-09-11T15:50:33.458Z</lastmod>
107107
</url>
108108

109109
<url>
110-
<loc>https://www.adamjolicoeur.com/archives/archives/</loc>
111-
<lastmod>2024-09-10T14:04:54.499Z</lastmod>
110+
<loc>https://www.adamjolicoeur.com/prototypes/</loc>
111+
<lastmod>2024-09-11T15:50:33.459Z</lastmod>
112+
</url>
113+
114+
<url>
115+
<loc>https://www.adamjolicoeur.com/apps/gamesandthings/</loc>
116+
<lastmod>2024-09-13T19:55:08.607Z</lastmod>
112117
</url>
113118

114119
</urlset>

0 commit comments

Comments
 (0)