diff --git a/about.html b/about.html index 8d6ae46..72825fe 100644 --- a/about.html +++ b/about.html @@ -337,13 +337,14 @@ padding-bottom: 5rem; } .about h1{ - font-size: 4rem; + font-size: 5rem; margin-bottom: 1rem; font-weight: 600; } .about p{ width: 70%; font-size: 1.8rem; + font-style: italic; } .cards{ width: 100%; @@ -357,9 +358,16 @@ padding: 2rem; border-radius: 2rem; background-color: #f8f9fa; + transition: all; + transition-duration: 1s; + transition-delay: 0s; + } .card:hover{ scale: 105%; + transform: scale(1.02); + box-shadow: 2px 3px 4px 4px rgb(51, 9, 88); + } .card h2{ font-size: 2.8rem; @@ -432,7 +440,7 @@

Resum Resume

-

About

+

About

LinkedIn Resume Builder simplifies your job search by converting your LinkedIn profile into a professional resume. In just a few clicks, you can generate a polished resume from your profile, saving time and effort. With accurate data and a selection of professional templates, it’s the easiest way to create a standout resume quickly and efficiently.

diff --git a/index.html b/index.html index b8fca17..b54aebb 100644 --- a/index.html +++ b/index.html @@ -48,14 +48,52 @@ transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s; position: relative; z-index: 1; + } + .features-card:hover { transform: translateY(-10px) scale(1.1); box-shadow: 0 4px 8px #0073b1; z-index: 3; + animation-name: cardani; + animation-duration: 1s; + animation-delay: 0s; + animation-iteration-count: infinite; + border: 2px solid red; + } + @keyframes cardani { + 10%{ + border-color: #ff6f61; + } + 20%{ + border-color: #de8c3e; + } + 30%{ + border-color: brown; + } + 40%{ + border-color: aqua; + } + + 50%{ + border-color: chartreuse; + } + 60%{ + border-color: burlywood; + } + 70%{ + border-color: red; + } + + 80%{ + border-color: blue; + } + + 90%{ + border-color: black; + } } - .features-card img { width: 60px; height: 60px; @@ -267,7 +305,44 @@ transform: translateY(-10px) scale(1.1); box-shadow: 0 4px 8px #0073b1; z-index: 3; + border: 2px solid grey; + animation-name: cardanii; + animation-duration: 2s; + animation-delay:0s; + animation-iteration-count: infinite; } + @keyframes cardanii { + 10%{ + border-color: #ff6f61; + } + 20%{ + border-color: #de8c3e; + } + 30%{ + border-color: brown; + } + 40%{ + border-color: aqua; + } + + 50%{ + border-color: chartreuse; + } + 60%{ + border-color: burlywood; + } + 70%{ + border-color: red; + } + + 80%{ + border-color: blue; + } + + 90%{ + border-color: black; + } + } /* < !-- Features Section --> @@ -884,7 +962,7 @@
-

Build Your Resume in Seconds from LinkedIn

+

Build Your Resume in Seconds from LinkedIn

Easily generate a professional resume using your LinkedIn profile. Select a template, enter your LinkedIn URL, and get a downloadable resume in a few clicks. Save time and create a resume that stands out.

Get Started diff --git a/signup.html b/signup.html index b35de20..99f7ca1 100644 --- a/signup.html +++ b/signup.html @@ -1,107 +1,103 @@ + Sign Up - LinkedIn Resume Builder - - - - + - - - - - + -
- +

Create Your Account

- - - - -
-
- - - + - \ No newline at end of file + +