Skip to content

Commit

Permalink
main image was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
LalithK90 committed Jun 30, 2024
1 parent e92dbcd commit a226d54
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asset/css/myCss.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ nav {
height: inherit;
transform: perspective(1500px) rotateY(15deg);
border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
box-shadow: rgba(135, 124, 124, 0.25) 0px 25px 50px -12px;
transition: transform 1s ease 0s;

&:hover {
Expand Down
Binary file added asset/img/main_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta data-th-content="This is personal portfolio for Lalth Kahatapitiya" name="description">
<meta
data-th-content="Lalith, LalithK90, Lalith90, Lalith Kahatapitiya, Kahatapitiya, Kahatapitiya90, Kahate, Software Engineer, Lecturer, Director"
data-th-content="Lalith, LalithK90, #LalithK90, Lalith90, Lalith Kahatapitiya, Kahatapitiya, Kahatapitiya90, Kahate, Software Engineer, Lecturer, Director"
name="keywords">

<link rel="apple-touch-icon" sizes="180x180" href="/asset/img/apple-touch-icon.png">
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1 id="h1" class="fst-italic animate__animated animate__lightSpeedInLeft animat
</div>
<div class="col-sm-5 animate__animated animate__fadeInDown animate__lightSpeedInRight animate__delay-4s"
id="image_fit">
<img src="/asset/img/main_image.jpeg" class="img-fluid rounded-5" id="main_image"
<img src="/asset/img/main_image.png" class="img-fluid rounded-5" id="main_image"
alt="Main image" />
</div>
</div>
Expand Down

0 comments on commit a226d54

Please sign in to comment.