File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff 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 ` ]
10101 . On the [ json-resume registry] (via the [ gist] )
11111 . 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
Original file line number Diff line number Diff line change 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" ,
6677 "phone" : " " ,
88 "url" : " https://alifeee.co.uk" ,
237237 "projects" : [],
238238 "meta" : {
239239 "theme" : " kendall" ,
240- "url" : " https://cv.alifeee.co.uk "
240+ "url" : " https://cv.alfierenn.dev "
241241 }
242242}
Original file line number Diff line number Diff line change 1- cv.alifeee.co.uk
1+ cv.alfierenn.dev
Original file line number Diff line number Diff line change 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
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 >
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 & Barnado's
271+ British Heart Foundation
272272 </ div >
273273 < div class ="address ">
274274 < a href ="https://www.bhf.org.uk/ " target ="_blank ">
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments