Skip to content

Commit 473b372

Browse files
authored
Merge pull request #8 from commitBlob/features/titlechange
feat(Role): Update Title
2 parents 0ca7524 + 756ac97 commit 473b372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/+about-page/about-page.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>Hello!</h1>
1111
<div class="about-page-headline">
1212
<span class="tag__intro-start"></span>
1313
<h2>I'm <span class="me-name" (mouseover)="bounceImage($event)" (mouseout)="bounceImage($event)">Maro Radovic</span>, {{age}} y.o.</h2>
14-
<h3>Web & Software Developer</h3>
14+
<h3>Senior Software Developer & Research Lead</h3>
1515
<span class="tag__intro-end"></span>
1616
</div>
1717
<div class="about-page-image-wrapper" *ngIf="!isLoading">

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Maro Radovic - Web and Software Developer</title>
5+
<title>Maro Radovic - Senior Software Developer & Research Lead</title>
66
<base href="/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)