File size: 3,106 Bytes
bff9239
 
 
 
 
 
 
 
 
 
 
 
 
 
35be290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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/sarath-chandra-bandreddi-07393b1aa/" target="_blank">LinkedIn</a> |
                <a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank">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;">&copy; 2024 </p>
                </div>
                <div style="text-align: center; flex-grow: 1;">
                    <p style="margin: 0;">This website is made with ❤ by SARATH CHANDRA</p>
                </div>
                <div class="social-links" style="display: flex; gap: 20px; justify-content: flex-end; align-items: center;">
                    <a href="https://github.com/21bq1a4210" 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/sarath-chandra-bandreddi-07393b1aa/" 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://21bq1a4210.github.io/MyPortfolio-/" 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>
        """