Skip to content

Commit

Permalink
change identity
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan VA VMO committed Mar 19, 2024
1 parent e853dc4 commit 6a74445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/metadata/metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
name: 'Tuan, Vu Anh (Anthony)',
name: 'Tuan, Vu Anh',
title: 'Software Engineer | Backend Developer | Java developer',
facts: {
'Email': '<a href="mailto:[email protected]"><i class="fa fa-envelope fact-icon"></i>[email protected]</a>',
Expand Down
4 changes: 2 additions & 2 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h4 class="mb-2">{{ name }}</h3>
<p>
<span class="screen"><a href="{{ pdfFileName }}"><i class="far fa-file-pdf"></i>Download PDF
version</a></span>
<span class="print">Newest version of CV is available at <a href="{{ baseUrl }}"
<span class="print">Update at <a href="{{ baseUrl }}"
class="text-nowrap"><i class="fab fa-github" aria-hidden="true"></i>{{ baseUrl
}}</a></span>
</p>
Expand All @@ -44,7 +44,7 @@ <h4 class="mb-2">{{ name }}</h3>
<div class="col-print-6 col-12 col-md-5 offset-lg-1 col-lg-4">
<ul class="list-group list-group-flush">
{{#each facts}}
<li class="list-group-item d-flex justify-content-between align-items-start">
<li class="list-group-item d-flex justify-content-between align-items-start" style="padding: 4px 8px;">
<!--span class="text-nowrap">{{ @key }}</span-->
<span class="text-nowrap">{{{ this }}}</span>
</li>
Expand Down

0 comments on commit 6a74445

Please sign in to comment.