|
title = '# Welcome to the DearHRSpeakWithMy2.0 🤖💬!' |
|
|
|
description = ''' |
|
### Application description: |
|
DearHRSpeakWithMy2.0 is a smart, AI-powered chatbot designed to act as a virtual introduction tool for job candidates during HR interviews. The bot is equipped to present comprehensive details about the candidate's skills, projects, and experience in a personalized and professional manner. |
|
Inspired by a real-world experience where the interviewer overlooked key aspects of the candidate’s expertise in AI and Machine Learning (ML), this project aims to ensure that important, job-relevant information is effectively communicated. DearHRSpeakWithMy2.0 ** helps avoid situations where an interviewer might focus on areas that don't align with the candidate's strengths or goals **. |
|
''' |
|
|
|
contactMe = ''' |
|
<h3>Contact Me:</h3><br> |
|
<a href="https://www.linkedin.com/in/tarunpadavala">LinkedIn</a> | |
|
<a href="https://myportfolio1-ochre.vercel.app/">My Portfolio</a> | |
|
<a href="mailto:[email protected]">Personal Email</a> | |
|
<a href="mailto:[email protected]">College Email</a> |
|
''' |
|
|
|
footer = """ |
|
<div style="background-color: #333; color: white; padding: 10px; width: 100%; bottom: 0; left: 0; display: flex; justify-content: space-between; align-items: center; padding: .2rem 35px; box-sizing: border-box; font-size: 16px;"> |
|
<div style="text-align: left;"> |
|
<p style="margin: 0;">© 2024 </p> |
|
</div> |
|
<div style="text-align: center; flex-grow: 1;"> |
|
<p style="margin: 0;">This website is made with ❤ by Tarun</p> |
|
</div> |
|
<div class="social-links" style="display: flex; gap: 20px; justify-content: flex-end; align-items: center;"> |
|
<a href="https://github.com/tarunpadavala" target="_blank" style="text-align: center;"> |
|
<img src="data:image/png;base64,{}" alt="GitHub" width="40" height="40" style="display: block; margin: 0 auto;"> |
|
<span style="font-size: 14px;">GitHub</span> |
|
</a> |
|
<a href="https://www.linkedin.com/in/tarunpadavala/" target="_blank" style="text-align: center;"> |
|
<img src="data:image/png;base64,{}" alt="LinkedIn" width="40" height="40" style="display: block; margin: 0 auto;"> |
|
<span style="font-size: 14px;">LinkedIn</span> |
|
</a> |
|
<a href="https://myportfolio1-ochre.vercel.app/" target="_blank" style="text-align: center;"> |
|
<img src="data:image/png;base64,{}" alt="Portfolio" width="40" height="40" style="display: block; margin-right: 40px;"> |
|
<span style="font-size: 14px;">Portfolio</span> |
|
</a> |
|
</div> |
|
</div> |
|
""" |