Skip to content

Commit

Permalink
Change title to 'Dev Portfolio'
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Jul 25, 2024
1 parent 11e4050 commit 64d8bc2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Link to Portfolio Website](https://temp4422.github.io)

Greetings! This is my portfolio. Let me acquaintance you with my works ;)
Greetings! This is my dev portfolio. Let me acquaintance you with my works ;)

## Philosophy

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-portfolio",
"version": "2.0.0",
"name": "dev-portfolio",
"version": "2.1.0",
"author": "temp4422",
"description": "https://temp4422.github.io",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/head/head_meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const headMeta = `
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="My portfolio website">
<meta name="description" content="Dev portfolio website">
<link rel="icon" type="image/x-icon" href="/src/assets/head/favicon.ico">
`
document.head.insertAdjacentHTML('beforeend', headMeta)
2 changes: 1 addition & 1 deletion src/components/head-x.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="My portfolio website" />
<meta name="description" content="Dev portfolio website" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<!-- Set root folder to use in navmenu component for easier links -->
<!-- <base href="/" /> -->
Expand Down
2 changes: 1 addition & 1 deletion src/pages/basic-authentication.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Portfolio</title>
<title>Dev Portfolio</title>
<head-x />
<layout-x />
<gtm_head-x />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Portfolio</title>
<title>Dev Portfolio</title>
<head-x />
<layout-x />
<service_worker-x />
Expand Down

0 comments on commit 64d8bc2

Please sign in to comment.