Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
micnguyen committed Dec 31, 2024
1 parent f988f4b commit b8efb92
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
Binary file modified assets/css/.DS_Store
Binary file not shown.
File renamed without changes
24 changes: 12 additions & 12 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@ div.thumbnail:hover {
div.social {
padding-top: 2em;
padding-bottom: 2em;
/* transition: transform .2s; */
transition: transform .2s;
}

/* div.social:hover {
-ms-transform: scale(1.5); /* IE 9 */
/* -webkit-transform: scale(1.5); */
/* Safari 3-8 */
/* transform: scale(1.1); */
/* } */
div.social:hover {
-ms-transform: scale(1.5);
/* IE 9 */
-webkit-transform: scale(1.5);
transform: scale(1.1);
}

*/ div.row {
div.row {
width: 100%;
}

Expand Down Expand Up @@ -279,10 +279,10 @@ html {
body {
height: 100%;
background-color: #ffffff;
background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(150, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.jpg");
background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.jpg");
background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.jpg");
background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.jpg");
background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(150, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.webp");
background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.webp");
background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.webp");
background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(0, 0, 70, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg1.webp");
background-repeat: repeat, no-repeat, no-repeat;
background-size: 100px 100px, cover, cover;
background-position: top left, center center, bottom center;
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<header>
<span class="avatar"><img src="images/avatar.webp" alt="Michael Nguyen Avatar" width="140" /></span>
<h1>MICHAEL NGUYEN</h1>
<p class="intro">Michael is a People & Product focused Software Engineering Lead.
<!-- <p class="intro">Michael is a People & Product focused Software Engineering Lead.
<br /><br />With a wealth of experience building mobile & web apps across a number of industries, he bridges
his technical and interpersonal skillsets to form & work with high performing, engaged teams that focus on
Expand All @@ -50,6 +50,9 @@ <h1>MICHAEL NGUYEN</h1>
(Native & Cross Platform), Web, UI/UX design, CI/CD, DevOps, Automated Testing and Software Architecture &
Design. He enjoys working with high-calibre, cross-disciplined teams creating easy to use software for
customers and enjoys working between the intersection of technical, product and business.
</p> -->

<p class="intro">hi
</p>
</header>
<footer>
Expand Down

0 comments on commit b8efb92

Please sign in to comment.