Skip to content

Commit 145ea11

Browse files
committed
url change
1 parent 10bb76f commit 145ea11

File tree

6 files changed

+11
-181
lines changed

6 files changed

+11
-181
lines changed

.github/.gitconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git config --global user.name "GPlemon"
2+
git config --global user.name "[email protected]"

Certificates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ async function cert(path = '') {
55
let uuid = crypto.randomUUID()
66
let template = `
77
<tr id="${uuid}">
8-
<embed class="pdf item" src="${ path }" height="275">
8+
<embed class="pdf item" src="${ path }" height="275" width="275">
99
</tr>
1010
`
1111
document.getElementById('cert-app').innerHTML += template

battle/app.mjs

Lines changed: 0 additions & 150 deletions
This file was deleted.

battle/files.mjs

Lines changed: 0 additions & 22 deletions
This file was deleted.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<section class="row p-0">
3535
<article class="shadow-lg pt-3 px-4 col ">
36-
<a class="btn button" href="https://gabrieliuspocevicius.github.io/">
36+
<a class="btn button" href="https://gplemon.github.io/">
3737
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m8 9l3 3l-3 3m5 0h3"/><path d="M3 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></g></svg> G.P's Portfolio
3838

3939
</a>
@@ -65,7 +65,7 @@ <h5 class="text-sm d-inline text-white break-words">
6565

6666
<code class="btn p-0 rounded-0 sticky-top" style="font-size: 14px;position: absolute;top: 0; right: 0;">
6767
<article class="pt-2 pb-2 px-4 border-0">
68-
<a href="https://docs.google.com/document/d/10CvRO5r3viizyH2EuW5UJkIOp6TLWyFu_WRehyC86Sg/edit?usp=sharing" target="_blank" >
68+
<a href="https://docs.google.com/document/d/18iCDigDbCTRLXvjYfA-pOz2FMlRKx22oDaa2MvsSkao/edit?usp=sharing" target="_blank" >
6969
CV
7070
<svg style="font-size: 27px;position: absolute;top: 0; right: 0;" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18H6V8h3v4.77L15.98 6L18 8.03L11.15 15H16z"/></svg>
7171
</a>
@@ -641,17 +641,17 @@ <h6 class="font-weight-light mt-4 text-white">
641641
</svg>
642642
</span>
643643

644-
<div class="py-4 px-4 font-weight-light mt-4 ">
644+
<!-- <div class="py-4 px-4 font-weight-light mt-4 ">
645645
646646
<aside class='position-relative'>Contact No: <b class=" rounded py-4 px-4">+353 83 872 7876</b>
647647
</aside>
648-
</div>
648+
</div> -->
649649

650650

651651
</article>
652652
<!-- npm install aos --save -->
653653

654654
</html>
655-
<script>
655+
<script async defer>
656656
AOS.init();
657657
</script>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/gabrieliusPocevicius/gabrieliusPocevicius.github.io.git"
22+
"url": "git+https://github.com/gplemon/gplemon.github.io.git"
2323
},
2424
"author": "",
2525
"license": "ISC",
2626
"bugs": {
27-
"url": "https://github.com/gabrieliusPocevicius/gabrieliusPocevicius.github.io/issues"
27+
"url": "https://gplemon.github.io/issues"
2828
},
29-
"homepage": "https://github.com/gabrieliusPocevicius/gabrieliusPocevicius.github.io#readme"
29+
"homepage": "https://gplemon.github.io/#readme"
3030
}

0 commit comments

Comments
 (0)