File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "build" : " rm -rf build && parcel build src/index.html -d build --public-url ./" ,
1111 "dev" : " parcel --port 8000 src/index.html -d __build" ,
1212 "serve" : " serve -s build" ,
13- "deploy" : " NODE_DEBUG=gh-pages gh-pages -d build -b master "
13+ "deploy" : " NODE_DEBUG=gh-pages gh-pages -b master -d build "
1414 },
1515 "devDependencies" : {
1616 "gh-pages" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,11 @@ <h1 class="profile__heading">
5757
5858 < section class ="record ">
5959 < span class ="record__label "> Or look my CV:</ span >
60- < a class ="record__link " target ="_blank " href ="https://drive.google.com/file/d/1dM4ISXTS9iN0h3wSsaIdxdVmmqxyfQjA/view?usp=sharing ">
60+ < a
61+ class ="record__link "
62+ target ="_blank "
63+ href ="https://drive.google.com/file/d/1dM4ISXTS9iN0h3wSsaIdxdVmmqxyfQjA/view?usp=sharing "
64+ >
6165 Curriculum Vitæ
6266 </ a >
6367 </ section >
You can’t perform that action at this time.
0 commit comments