Sarath0x8f commited on
Commit
35be290
1 Parent(s): 3b459bf

Update markdowm.py

Browse files
Files changed (1) hide show
  1. markdowm.py +26 -1
markdowm.py CHANGED
@@ -12,4 +12,29 @@ contactMe = '''
12
  <a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank">My Portfolio</a> |
13
  <a href="mailto:[email protected]">Personal Email</a> |
14
  <a href="mailto:[email protected]">College Email</a>
15
- '''
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  <a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank">My Portfolio</a> |
13
  <a href="mailto:[email protected]">Personal Email</a> |
14
  <a href="mailto:[email protected]">College Email</a>
15
+ '''
16
+
17
+ footer = """
18
+ <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;">
19
+ <div style="text-align: left;">
20
+ <p style="margin: 0;">&copy; 2024 </p>
21
+ </div>
22
+ <div style="text-align: center; flex-grow: 1;">
23
+ <p style="margin: 0;">This website is made with ❤ by SARATH CHANDRA</p>
24
+ </div>
25
+ <div class="social-links" style="display: flex; gap: 20px; justify-content: flex-end; align-items: center;">
26
+ <a href="https://github.com/21bq1a4210" target="_blank" style="text-align: center;">
27
+ <img src="data:image/png;base64,{}" alt="GitHub" width="40" height="40" style="display: block; margin: 0 auto;">
28
+ <span style="font-size: 14px;">GitHub</span>
29
+ </a>
30
+ <a href="https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/" target="_blank" style="text-align: center;">
31
+ <img src="data:image/png;base64,{}" alt="LinkedIn" width="40" height="40" style="display: block; margin: 0 auto;">
32
+ <span style="font-size: 14px;">LinkedIn</span>
33
+ </a>
34
+ <a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank" style="text-align: center;">
35
+ <img src="data:image/png;base64,{}" alt="Portfolio" width="40" height="40" style="display: block; margin-right: 40px;">
36
+ <span style="font-size: 14px;">Portfolio</span>
37
+ </a>
38
+ </div>
39
+ </div>
40
+ """