Skip to content

Commit 654f682

Browse files
committed
2 parents b203303 + b85e0af commit 654f682

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ My CV in JSON format based on <https://jsonresume.org/>.
66

77
## Where does it end up?
88

9-
1. On [`cv.alifeee.co.uk`]
9+
1. On [`cv.alfierenn.dev`]
1010
1. On the [json-resume registry] (via the [gist])
1111
1. PDF on the [releases page] or [website]
1212

13-
[`cv.alifeee.co.uk`]: https://cv.alifeee.co.uk
13+
[`cv.alfierenn.dev`]: https://cv.alfierenn.dev
1414
[json-resume registry]: https://registry.jsonresume.org/alifeee
1515
[gist]: https://gist.github.com/alifeee/97f9ac1642b1c46cf66942c3f079a42f
1616
[releases page]: https://github.com/alifeee/json-resume/releases

cv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"basics": {
33
"name": "Alfie Renn",
44
"label": "Software Engineer",
5-
"image": "https://cv.alifeee.co.uk/profile-picture.png",
5+
"image": "https://cv.alfierenn.dev/profile-picture.png",
66
"email": "[email protected]",
77
"phone": "",
88
"url": "https://alifeee.co.uk",
@@ -237,6 +237,6 @@
237237
"projects": [],
238238
"meta": {
239239
"theme": "kendall",
240-
"url": "https://cv.alifeee.co.uk"
240+
"url": "https://cv.alfierenn.dev"
241241
}
242242
}

docs/Alfred-Renn-CV.pdf

-1.01 KB
Binary file not shown.

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cv.alifeee.co.uk
1+
cv.alfierenn.dev

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property="og:type" content="website" />
1111
<meta property="og:site" content="Alfred Renn's CV" />
1212
<meta property="og:url" content="https://cv.alifeee.co.uk" />
13-
<meta property="og:image" content="https://cv.alifeee.co.uk/profile-picture.png" />
13+
<meta property="og:image" content="https://cv.alfierenn.dev/profile-picture.png" />
1414
<meta property="og:description" content="Alfred Renn's CV on the web" />
1515
<meta property="og:locale" content="en_GB" />
1616

@@ -35,7 +35,7 @@
3535
<div class="col-xs-12">
3636
<div id="photo-header" class="text-center">
3737
<div id="photo">
38-
<img src="https://cv.alifeee.co.uk/profile-picture.png" alt="Photo of Alfred Renn" />
38+
<img src="https://cv.alfierenn.dev/profile-picture.png" alt="Photo of Alfred Renn" />
3939
</div>
4040
<div id="text-header">
4141
<h1>
@@ -47,7 +47,7 @@ <h1>
4747
</h1>
4848
<span class="visible-print" target="_blank">
4949
<i class="fas fa-globe ico"></i>
50-
View online! <a href="https://cv.alifeee.co.uk">https://cv.alifeee.co.uk</a>
50+
View online! <a href="https://cv.alfierenn.dev">https://cv.alfierenn.dev</a>
5151
</span>
5252
</div>
5353
</div>
@@ -268,7 +268,7 @@ <h2><i class="fas fa-users ico"></i> Volunteer</h2>
268268
<div class="row">
269269
<div class="details">
270270
<div class="where">
271-
British Heart Foundation &amp; Barnado&#x27;s
271+
British Heart Foundation
272272
</div>
273273
<div class="address">
274274
<a href="https://www.bhf.org.uk/" target="_blank">

docs/portfolios/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- open graph meta -->
1010
<meta property="og:title" content="alifeee - web portfolio" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://cv.alifeee.co.uk/portfolios/web" />
12+
<meta property="og:url" content="https://cv.alfierenn.dev/portfolios/web" />
1313
<meta
1414
property="og:image"
1515
content="https://cv.alifeee.co.uk/portfolios/web/og-image.png"

theme/template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta property="og:title" content="{{ basics.name }}" />
1010
<meta property="og:type" content="website" />
1111
<meta property="og:site" content="{{ basics.name }}'s CV" />
12-
<meta property="og:url" content="https://cv.alifeee.co.uk" />
12+
<meta property="og:url" content="https://cv.alfierenn.dev" />
1313
<meta property="og:image" content="{{ basics.image }}" />
1414
<meta property="og:description" content="{{ basics.name }}'s CV on the web" />
1515
<meta property="og:locale" content="en_GB" />

0 commit comments

Comments
 (0)