You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/credits/index.html
+25-28Lines changed: 25 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,20 @@
59
59
<dividerclass="vertical"></divider>
60
60
</li>
61
61
<li>
62
-
<ahref="/designs/task-it" alt="Link to Task It case study">
63
-
Task-It!
62
+
<ahref="/about/adam" alt="Link to the about page">
63
+
About
64
+
</a>
65
+
</li>
66
+
<li>
67
+
<ahref="/about/resume" alt="Link to the resume">
68
+
Resume
69
+
</a>
70
+
</li>
71
+
<li>
72
+
<ahref="/credits" class="active" alt="Link to the resume">
73
+
Credits
64
74
</a>
65
75
</li>
66
-
<li><ahref="/designs/alm" alt="Link to ALM case study">ALM</a></li>
67
76
</ul>
68
77
</nav>
69
78
@@ -78,43 +87,29 @@ <h1>Credits</h1>
78
87
79
88
</p></section>
80
89
90
+
91
+
<section>
92
+
<blockquote>
81
93
<p>Giving credit where credit is due, this page is based off of the <ahref="https://raw.githubusercontent.com/LeaVerou/lea.verou.me/refs/heads/main/credits/index.md">Credits</a> page from <ahref="https://lea.verou.me/">Lea Verou</a>.</p>
94
+
</blockquote>
82
95
<hr>
96
+
<blockquote>
83
97
<p>This site was built using <ahref="https://www.11ty.dev/">Eleventy</a>, hosted on <ahref="https://cloudflare.com/">Cloudflare Pages</a>, with previews deployed with <ahref="https://www.cloudflare.com/">Cloudflare</a>. Certificate courtesy of Cloudflare and <ahref="https://letsencrypt.org/">Let’s Encrypt</a>.</p>
<p>A custom icon component (<ahref="https://github.com/AdamJ/adamjolicoeur.com/blob/main/src/js/icon-component.js">icon-component.js</a>) is used to render icons as web components with <ahref="https://fontawesome.com/">Font Awesome</a> as the preferred icon library.</p>
Copy file name to clipboardExpand all lines: src/pages/credits/index.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,41 +5,32 @@ layout: markdown
5
5
readTime: false
6
6
---
7
7
8
-
Giving credit where credit is due, this page is based off of the [Credits](https://raw.githubusercontent.com/LeaVerou/lea.verou.me/refs/heads/main/credits/index.md) page from [Lea Verou](https://lea.verou.me/).
8
+
> Giving credit where credit is due, this page is based off of the [Credits](https://raw.githubusercontent.com/LeaVerou/lea.verou.me/refs/heads/main/credits/index.md) page from [Lea Verou](https://lea.verou.me/).
9
9
10
10
---
11
11
12
-
This site was built using [Eleventy](https://www.11ty.dev/), hosted on [Cloudflare Pages](https://cloudflare.com/), with previews deployed with [Cloudflare](https://www.cloudflare.com/). Certificate courtesy of Cloudflare and [Let's Encrypt](https://letsencrypt.org/).
12
+
> This site was built using [Eleventy](https://www.11ty.dev/), hosted on [Cloudflare Pages](https://cloudflare.com/), with previews deployed with [Cloudflare](https://www.cloudflare.com/). Certificate courtesy of Cloudflare and [Let's Encrypt](https://letsencrypt.org/).
- Code blocks, specified through general `<code>` tags and CSS classes
37
-
38
29
## Icons
39
30
40
31
A custom icon component ([icon-component.js](https://github.com/AdamJ/adamjolicoeur.com/blob/main/src/js/icon-component.js)) is used to render icons as web components with [Font Awesome](https://fontawesome.com/) as the preferred icon library.
0 commit comments