Skip to content

Commit

Permalink
update resume thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Vu Hung committed May 19, 2024
1 parent 8423ef1 commit 2fdaba5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ ul#nav li.current a { color: #F06000; }
}
@-moz-keyframes aws {
0% { width: 0px; }
100% { width: 80%; }
100% { width: 90%; }
}

@-moz-keyframes linux {
Expand Down
Binary file added public/images/hungnv.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,20 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Hùng Nguyen</title>
<title>Hung Nguyen</title>
<link rel="stylesheet" href="%PUBLIC_URL%/css/default.css">
<link rel="stylesheet" href="%PUBLIC_URL%/css/header-slide.css">
<link rel="stylesheet" href="%PUBLIC_URL%/css/layout.css">
<link rel="stylesheet" href="%PUBLIC_URL%/css/media-queries.css">

<script src="%PUBLIC_URL%/js/modernizr.js"></script>
<title>Sample resume</title>

<meta property="og:URL" content="%PUBLIC_URL%/hungnv.jpeg" />
<meta property="og:type" content="Portfolio" />
<meta property="og:title" content="Hung Nguyen | DevOps Engineer" />
<meta property="og:description" content="Designing, building and automating infrastructure for a seamless development experience" />
<meta property="og:image" content="%PUBLIC_URL%/hungnv.jpeg" />

<title>Hung Nguyen resume</title>
</head>
<body>
<noscript>
Expand Down

0 comments on commit 2fdaba5

Please sign in to comment.