-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#375 - Portfolio website added to projects #425
Closed
KajalDeore04
wants to merge
1
commit into
dhairyagothi:Main
from
KajalDeore04:feat]-#375/Portfolio-website
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Portfolio</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<section class="page1" id="page1"> | ||
<div class="nav"> | ||
<nav> | ||
<div class="logo"><a href="#page1"><img src="assets/logo.png" alt="logo"></a></div> | ||
<ul> | ||
<a href="#page1"><li>Home</li></a> | ||
<a href="#projects"><li>Projects</li></a> | ||
<a href="#experience"><li>Experience</li></a> | ||
<a href="#contact"><li>Contact</li></a> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
<div class="intro"> | ||
<div class="img"><img src="assets/avatar.png" alt="avatar"></div> | ||
<div class="mainText"> | ||
<span>I do code and </span><br> | ||
<span>make content <span class="highlight">about it!</span></span> | ||
|
||
</div> | ||
<div class="text"><span>I am a seasoned full-stack software engineer with over</span> | ||
<span>8 years of professional experience, specializing in backend development.</span> | ||
<span> My expertise lies in crafting robust and scalable SaaS-based </span> | ||
<span>architectures on the Amazon AWS platform.</span> | ||
</div> | ||
</div> | ||
<div class="btn"> | ||
<a href="https://www.linkedin.com/in/kajal-deore" target="_blank"><button class="btn btn-light">Get In | ||
Touch</button></a> | ||
<a href="https://www.linkedin.com/in/kajal-deore" target="_blank"><button class="btn btn-dark">Download | ||
CV</button></a> | ||
</div> | ||
</section> | ||
<section class="skill"> | ||
<h1>EXPERIENCE WITH</h1> | ||
<div class="skills"> | ||
<img src="assets/skills/javascript.png" alt=""> | ||
<img src="assets/skills/nodejs.png" alt=""> | ||
<img src="assets/skills/html.png" alt=""> | ||
<img src="assets/skills/css.png" alt=""> | ||
<img src="assets/skills/reactjs.png" alt=""> | ||
</div> | ||
</section> | ||
<section class="projects" id="projects"> | ||
<h1>PROJECTS</h1> | ||
<div class="cards"> | ||
<div class="card card1"> | ||
<img src="assets/projects/project-thumbnail-1.png" alt=""> | ||
<div class="element"> | ||
<div class="text"> | ||
<span>CLICK HERE TO VISIT</span> | ||
<span>HTML TUTORIAL</span> | ||
</div> | ||
<div class="icon"> | ||
<img src="assets/View Icon.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="card card2"> | ||
<img src="assets/projects/project-thumbnail-2.png" alt=""> | ||
<div class="element"> | ||
<div class="text"> | ||
<span>CLICK HERE TO VISIT</span> | ||
<span>CSS TUTORIAL</span> | ||
</div> | ||
<div class="icon"> | ||
<img src="assets/View Icon.png" alt=""> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="experience" id="experience"> | ||
<h1>EXPERIENCE</h1> | ||
<div class="info"> | ||
<div class="company company1"> | ||
<div class="headline"> | ||
<div class="lead"> | ||
<img src="assets/experience/google-logo.png" alt=""> | ||
<span>Lead Software Engineer at Google</span> | ||
</div> | ||
<div class="timeline">Nov 2019 - Present</div> | ||
</div> | ||
<div class="description">As a Senior Software Engineer at Google, I played a pivotal role in developing | ||
innovative solutions for Google's core search algorithms. Collaborating with a dynamic team of | ||
engineers, I | ||
contributed to the enhancement of search accuracy and efficiency, optimizing user experiences for | ||
millions | ||
of users worldwide. | ||
</div> | ||
</div> | ||
<div class="company company2"> | ||
<div class="headline"> | ||
<div class="lead"> | ||
<img src="assets/experience/apple-logo.png" alt=""> | ||
<span>Junior Software Engineer at Apple</span> | ||
</div> | ||
<div class="timeline">Jan 2016 - Dec 2017</div> | ||
</div> | ||
<div class="description">During my tenure at Apple, I held the role of Software Architect, where I | ||
played a key role in shaping the architecture of mission-critical software projects. Responsible for | ||
designing scalable and efficient systems, I provided technical leadership to a cross-functional | ||
team. | ||
</div> | ||
</div> | ||
<div class="company company3"> | ||
<div class="headline"> | ||
<div class="lead"> | ||
<img src="assets/experience/meta-logo.png" alt=""> | ||
<span>Software Engineer at Meta</span> | ||
</div> | ||
<div class="timeline">Jan 2017 - Oct 2019</div> | ||
</div> | ||
<div class="description">At Meta, I served as a Software Engineer, focusing on the design and | ||
implementation of backend systems for the social media giant's dynamic platform. Working on projects | ||
that involved large-scale data processing and user engagement features, I leveraged my expertise to | ||
ensure seamless functionality and scalability. | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="last"> | ||
<div class="contact" id="contact"> | ||
<h1>Contact</h1> | ||
<div class="description"> | ||
Seasoned Full Stack Software Engineer with over 8 years of hands-on experience in designing | ||
and implementing robust, scalable, and innovative web solutions. Adept at leveraging a | ||
comprehensive skill set encompassing front-end and back-end technologies | ||
</div> | ||
<div class="email"> | ||
<img src="assets/contact/Email Icon.png" alt=""> | ||
<span>[email protected]</span> | ||
</div> | ||
<div class="social"> | ||
<img src="assets/contact/instagram.png" alt=""> | ||
<img src="assets/contact/x.png" alt=""> | ||
<img src="assets/contact/youtube.png" alt=""> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please resolve conflicts @KajalDeore04 push main branch then add your project as new project