Skip to content

Commit

Permalink
fixed links and some buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan Chandra committed Feb 15, 2025
1 parent 156dd36 commit 4b48cea
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 71 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ yarn-error.log*
# .nuxt/

# Project specific
assets/images/
*.log
Binary file added assets/images/profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 21 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<i class="fa-solid fa-bars" id="menu-icon"></i>

<button class="visit-btn">Visit Github</button>
<button class="visit-btn"><a href="https://drive.google.com/file/d/1zjr81MjWb2cqZFOGMIHpicZ1kZ2Mo2PJ/view?usp=sharing" target="_blank">Visit Github</a></button>
</header>

<section id="home" class="home">
Expand All @@ -40,11 +40,11 @@ <h1>Pavan Chandra</h1>
</div>

<div class="btn-group">
<a href="resume.pdf" download class="btn">Download CV</a>
<a href="https://drive.google.com/file/d/1zjr81MjWb2cqZFOGMIHpicZ1kZ2Mo2PJ/view?usp=sharing" target="_blank" class="btn">Resume</a>
</div>

<div class="socials">
<a href="#" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://drive.google.com/file/d/1zjr81MjWb2cqZFOGMIHpicZ1kZ2Mo2PJ/view?usp=sharing" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
Expand All @@ -63,9 +63,9 @@ <h2 class="section-title">Experience</h2>
<h3 class="job-title">Data Scientist II</h3>
<p class="company-duration">
<i class="fas fa-building"></i>
<span class="company">Company Name</span>
<span class="company">JerseySTEM</span>
<i class="fas fa-calendar-alt"></i>
<span class="duration">March 2023 - Present</span>
<span class="duration">March 2024 - February 2025</span>
</p>
</div>
<div class="company-logo">
Expand All @@ -91,7 +91,7 @@ <h3 class="job-title">Data Scientist II</h3>
<h3 class="job-title">Software Engineer - AI/ML</h3>
<p class="company-duration">
<i class="fas fa-building"></i>
<span class="company">Company Name</span>
<span class="company">Reno Plas</span>
<i class="fas fa-calendar-alt"></i>
<span class="duration">May 2020 - May 2022</span>
</p>
Expand Down Expand Up @@ -200,21 +200,21 @@ <h2 class="section-title">Education</h2>
<!-- Master's Degree -->
<div class="education-card">
<div class="degree-type">Master's Degree</div>
<h3 class="degree-title">Master of Science in Computer Science</h3>
<p class="university-duration"><strong>University Name</strong> | 2020 - 2022</p>
<h3 class="degree-title">Master of Science in Computational Science (Data Science)</h3>
<p class="university-duration"><strong>University at Buffalo</strong> | 2020 - 2022</p>
<div class="degree-info">
<div class="achievement">
<span class="highlight">GPA</span>
<span class="value">3.9/4.0</span>
<span class="value">4.0/4.0</span>
</div>
<div class="achievement">
<span class="highlight">Focus</span>
<span class="value">Machine Learning & AI</span>
<span class="value">Data & Machine Learning</span>
</div>
</div>
<div class="education-details">
<h4>Thesis</h4>
<p>"Deep Learning Approaches for Natural Language Processing"</p>
<!-- <h4>Thesis</h4>
<p>"Deep Learning Approaches for Natural Language Processing"</p> -->
<h4>Key Courses</h4>
<ul>
<li>Advanced Machine Learning</li>
Expand All @@ -228,21 +228,19 @@ <h4>Key Courses</h4>
<!-- Bachelor's Degree -->
<div class="education-card">
<div class="degree-type">Bachelor's Degree</div>
<h3 class="degree-title">Bachelor of Technology in Computer Science</h3>
<p class="university-duration"><strong>University Name</strong> | 2016 - 2020</p>
<h3 class="degree-title">Bachelor of Technology in Engineering Science</h3>
<p class="university-duration"><strong>IIT Hyderabad</strong> | 2018 - 2022</p>
<div class="degree-info">
<div class="achievement">
<span class="highlight">GPA</span>
<span class="value">3.8/4.0</span>
<span class="value">3.0/4.0</span>
</div>
<div class="achievement">
<span class="highlight">Honors</span>
<span class="value">First Class</span>
<span class="highlight">Focus</span>
<span class="value">Mathematics for AI</span>
</div>
</div>
<div class="education-details">
<h4>Specialization</h4>
<p>Major in Computer Science with minor in Mathematics</p>
<h4>Key Courses</h4>
<ul>
<li>Data Structures & Algorithms</li>
Expand Down Expand Up @@ -426,31 +424,11 @@ <h2 class="section-title">Contact</h2>
<div class="contact-container">
<div class="contact-info">
<p>Feel free to reach out! I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.</p>
</div>

<form class="contact-form" onsubmit="return false;">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required placeholder="Your Name">
</div>

<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required placeholder="[email protected]">
</div>

<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required placeholder="Subject">
</div>

<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" required placeholder="Your message here..."></textarea>
<div class="email-container">
<i class="fas fa-envelope"></i>
<a href="mailto:[email protected]">[email protected]</a>
</div>

<button type="submit" class="submit-btn">Send Message</button>
</form>
</div>
</div>
</section>
<script src="script.js"></script>
Expand Down
77 changes: 50 additions & 27 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ header:hover {
background: white;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
/* color: transparent; */
}

.nav-links {
Expand Down Expand Up @@ -133,18 +133,24 @@ li a:hover::before {
padding: 0.8rem 1.5rem;
border-radius: 3rem;
border: none;
font-weight: 500;
font-size: 1rem;
color:white;
cursor: pointer;
text-wrap: nowrap;
transition: 0.3s ease-in-out;
background: linear-gradient(to right, rgb(0, 157, 255), rgb(255, 0, 255));
cursor: pointer;
transition: all 0.3s ease-in-out;
}

.visit-btn:hover {
background: linear-gradient(to right, rgb(255, 0, 255), rgb(0, 157, 255));
transform: scale(1.03);
}

.visit-btn a {
color: white;
font-weight: 500;
font-size: 1rem;
text-decoration: none;
text-wrap: nowrap;
}

#menu-icon {
font-size: 2rem;
display: none;
Expand Down Expand Up @@ -551,7 +557,7 @@ section {
display: flex;
flex-direction: column;
align-items: center;
gap: 3rem;
gap: 2rem;
max-width: 800px;
margin: 0 auto;
background: white;
Expand All @@ -562,34 +568,51 @@ section {

.contact-info {
text-align: center;
margin-bottom: 2rem;
position: relative;
}

.contact-info::after {
content: '';
position: absolute;
bottom: -1rem;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 3px;
background: linear-gradient(to right, rgb(0, 157, 255), rgb(255, 0, 255));
border-radius: 3px;
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}

.contact-info p {
color: #444;
font-size: 1.1rem;
margin: 1rem 0;
font-size: 1.2rem;
line-height: 1.6;
max-width: 600px;
}

.contact-form {
width: 100%;
.email-container {
display: flex;
flex-direction: column;
gap: 1.8rem;
align-items: center;
gap: 1rem;
padding: 1.5rem 2.5rem;
background: linear-gradient(to right, rgba(0, 157, 255, 0.1), rgba(255, 0, 255, 0.1));
border-radius: 3rem;
transition: all 0.3s ease;
}

.email-container:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 157, 255, 0.1);
background: linear-gradient(to right, rgba(0, 157, 255, 0.2), rgba(255, 0, 255, 0.2));
}

.email-container i {
font-size: 1.5rem;
color: rgb(0, 157, 255);
}

.email-container a {
color: #333;
font-size: 1.2rem;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
}

.email-container:hover a {
color: rgb(0, 157, 255);
}

.form-group {
Expand Down

0 comments on commit 4b48cea

Please sign in to comment.