Skip to content

Commit 28c15c4

Browse files
Installed dependencies, changed text
1 parent 6505236 commit 28c15c4

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@vue/cli-plugin-router": "^5.0.8",
1515
"core-js": "^3.27.2",
1616
"feather-icons": "^4.29.0",
17+
"nodejs": "^0.0.0",
1718
"postcss-flexbugs-fixes": "^5.0.2",
1819
"postcss-import": "^15.1.0",
1920
"postcss-preset-env": "^7.8.3",

public/files/Dominic Davenport CV.pdf

57.1 KB
Binary file not shown.

src/assets/images/Profile.jpg

699 KB
Loading

src/components/shared/AppBanner.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ export default {
3131
<h1
3232
class="font-general-semibold text-3xl md:text-3xl xl:text-4xl text-center sm:text-left text-ternary-dark dark:text-primary-light uppercase"
3333
>
34-
Hi, Iam Stoman
34+
Hi, I am Dominic
3535
</h1>
3636
<p
3737
class="font-general-medium mt-2 text-lg sm:text-xl xl:text-2xl text-center sm:text-left leading-none text-gray-400"
3838
>
39-
A Full-Stack Developer & Design Enthusiast
39+
Aspiring software developer
4040
</p>
4141
<div class="flex justify-center sm:block">
4242
<a
43-
download="Stoman-Resume.pdf"
44-
href="/files/Stoman-Resume.pdf"
43+
download="Dominic Davenport CV.pdf"
44+
href="/files/Dominic Davenport CV.pdf"
4545
class="flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white duration-500"
4646
aria-label="Download Resume"
4747
>

src/router/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const routes = [
1919
component: () =>
2020
import(/* webpackChunkName: "about" */ '../views/About.vue'),
2121
meta: {
22-
title: 'Stoman - About',
22+
title: 'Dominic - About',
2323
},
2424
},
2525
{
@@ -31,7 +31,7 @@ const routes = [
3131
component: () =>
3232
import(/* webpackChunkName: "projects" */ '../views/Projects.vue'),
3333
meta: {
34-
title: 'Stoman - Projects',
34+
title: 'Dominic - Projects',
3535
},
3636
},
3737
{
@@ -45,7 +45,7 @@ const routes = [
4545
/* webpackChunkName: "projects" */ '../views/SingleProject.vue'
4646
),
4747
meta: {
48-
title: 'Stoman - Single Project',
48+
title: 'Dominic - Single Project',
4949
},
5050
},
5151
{
@@ -57,7 +57,7 @@ const routes = [
5757
component: () =>
5858
import(/* webpackChunkName: "projects" */ '../views/Contact.vue'),
5959
meta: {
60-
title: 'Stoman - Contact',
60+
title: 'Dominic - Contact',
6161
},
6262
},
6363
];
@@ -74,7 +74,7 @@ export default router;
7474

7575
/**
7676
* Below code will display the component/active page title
77-
* Powered by: Nangialai Stoman
77+
* Powered by: Nangialai Dominic
7878
*/
7979

8080
// This callback runs before every route change, including on page load.

0 commit comments

Comments
 (0)