-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from devxMani/devxMani
Added github and linkedin contact button correctly
- Loading branch information
Showing
1 changed file
with
141 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -626,6 +626,146 @@ | |
|
||
<body> | ||
|
||
<!-- header section starts --> | ||
|
||
<header> | ||
|
||
<input type="checkbox" name="" id="toggler"> | ||
<label for="toggler" class="fas fa-bars"></label> | ||
<a href="#" class="logo">Resum Resume<span>.</span></a> | ||
|
||
<nav class="navbar"> | ||
<a href="#home">Home</a> | ||
<a href="about.html">About</a> | ||
<a href="resume.html">Build Resume</a> | ||
<a href="signup.html">Sign Up</a> | ||
<a href="login.html">Login</a> | ||
<a href="comment.html">Login</a> | ||
</nav> | ||
|
||
<div class="icons"> | ||
<a href="about.html" class="fas fa-info-circle"></a> | ||
<a href="#" class="fas fa-envelope"></a> | ||
<a href="login.html" id="loginIcon" class="fas fa-user"></a> | ||
</div> | ||
|
||
</header> | ||
|
||
<!-- header section ends --> | ||
|
||
|
||
<!-- home section starts --> | ||
|
||
<section class="home" id="Home"> | ||
|
||
<div class="content"> | ||
<h3>Build Your Resume in Seconds from LinkedIn</h3> | ||
<p>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. </p> | ||
<a href="signup.html" class="btn">Get Started</a> | ||
</div> | ||
|
||
</section> | ||
|
||
<!-- home section ends--> | ||
|
||
<!-- Features Section --> | ||
<section class="features"> | ||
<h2>Our Features</h2> | ||
<div class="features-cards"> | ||
<div class="features-card"> | ||
<img src="assets/joao-ferrao-4YzrcDNcRVg-unsplash.jpg" alt="Easy to Use" > | ||
<h3>Easy to Use</h3> | ||
<p>Create a professional resume effortlessly with our user-friendly interface.</p> | ||
</div> | ||
<div class="features-card"> | ||
<img src="assets/instant resume.jpg" alt="Instant Resume"> | ||
<h3>Instant Resume</h3> | ||
<p>Generate a polished resume in seconds using your LinkedIn profile data.</p> | ||
</div> | ||
<div class="features-card"> | ||
<img src="assets/securedata.jpg" alt="Secure Data"> | ||
<h3>Secure Data</h3> | ||
<p>Your personal information is safe with our secure and encrypted platform.</p> | ||
</div> | ||
<div class="features-card"> | ||
<img src="assets/support.jpg" alt="24/7 Support"> | ||
<h3>24/7 Support</h3> | ||
<p>Our dedicated support team is available round the clock to assist you.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Testimonials Section --> | ||
<section class="testimonials"> | ||
<h2>What Our Users Say</h2> | ||
<div class="testimonial-cards"> | ||
<div class="testimonial-card"> | ||
<img src="assets/jondoe.jpg" alt="User 1"> | ||
<h3>Jane Doe</h3> | ||
<p>"This resume builder transformed my LinkedIn profile into a professional resume effortlessly. Highly recommended!"</p> | ||
</div> | ||
<div class="testimonial-card"> | ||
<img src="assets/john_smith.jpg" alt="User 2"> | ||
<h3>John Smith</h3> | ||
<p>"I was amazed at how quickly I was able to generate a resume. The process was smooth and the result was perfect."</p> | ||
</div> | ||
<div class="testimonial-card"> | ||
<img src="assets/emily_johnson.jpg" alt="User 3"> | ||
<h3>Emily Johnson</h3> | ||
<p>"The platform is user-friendly and secure. I felt confident that my data was protected. Great service!"</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<div class="footer-section"> | ||
<h3>About Us</h3> | ||
<ul> | ||
<li><a href="#">Our Story</a></li> | ||
<li><a href="#">Team</a></li> | ||
<li><a href="#">Careers</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Services</h3> | ||
<ul> | ||
<li><a href="#">Resume Builder</a></li> | ||
<li><a href="#">CV Templates</a></li> | ||
<li><a href="#">Career Advice</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Support</h3> | ||
<ul> | ||
<li><a href="#">FAQ</a></li> | ||
<li><a href="#">Contact Us</a></li> | ||
<li><a href="#">Privacy Policy</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section"> | ||
<h3>Connect With Us</h3> | ||
<div class="social-icons"> | ||
<a href="#"><i class="fab fa-facebook-f"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin-in"></i></a> | ||
<a href="#"><i class="fab fa-instagram"></i></a> | ||
<a href="https://github.com/GarimaSingh0109/Resum-Resume" target="_blank"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-bottom"> | ||
<p>© 2024 Resume Builder. All rights reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<!-- Scripts --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
|
||
<!-- header section begins --> | ||
|
||
<header> | ||
|
@@ -823,6 +963,7 @@ <h3>Connect With Us</h3> | |
startDelay: 500, // Optional: Delay before starting the typing effect | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |