Skip to content

Commit

Permalink
added animation to resume page
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmaghzaoui committed Oct 31, 2024
1 parent 71459fa commit 0618db4
Show file tree
Hide file tree
Showing 20 changed files with 362 additions and 124 deletions.
Binary file added MonCv.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container-fluid">
<!--navbar elements-->
<a class="navbar-brand fs-2 fw-bold col-5 offset-1 " href="about.html">About<span
class="text-warning">Me</span></a>
class="text-warning mx-2">Me</span></a>
<!--burger menu-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
1 change: 1 addition & 0 deletions c-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.animate-charcter
{

background-image: linear-gradient(
-225deg,
#ecc64b 0%,
#BA55D3 29%,
#4795c3 67%,
#f26667 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 3s linear infinite;
display: inline-block;
font-size: 190px;
}

@keyframes textclip {
to {
background-position: 200% center;
}
}
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!--navbar elements-->

<a class="navbar-brand fs-2 fw-bold col-5 offset-1" href="./about.html">About<span
class="text-warning">Me</span></a>
class="text-warning mx-2">Me</span></a>
<!--burger menu-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
1 change: 1 addition & 0 deletions css-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docker-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions html-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="common.css">
<!--the index , resume and project css is in portfolio.css while about and contact is in contact.css-->
</head>

Expand All @@ -19,8 +20,8 @@
<div class="container-fluid">
<!--navbar elements-->

<a class="navbar-brand fs-2 fw-bold col-5 offset-1" href="about.html">About<span
class="text-warning">Me</span></a>
<a class="navbar-brand fs-2 fw-bold col-5 offset-1 " href="about.html">About<span
class="text-warning mx-2">Me</span></a>
<!--burger menu-->
<button class="navbar-toggler btn-lg " type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
Expand Down
1 change: 1 addition & 0 deletions java-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions js-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions linux-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions php-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion project.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container-fluid">
<!--navbar elements-->
<a class="navbar-brand fs-2 fw-bold col-5 offset-1" href="about.html">About<span
class="text-warning">Me</span></a>
class="text-warning mx-2">Me</span></a>
<!--burger menu-->
<button class="navbar-toggler btn-lg " type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
Expand Down
1 change: 1 addition & 0 deletions python-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0618db4

Please sign in to comment.