Sarath0x8f commited on
Commit
7eff501
·
verified ·
1 Parent(s): 3c539f6

Update markdown.py

Browse files
Files changed (1) hide show
  1. markdown.py +26 -1
markdown.py CHANGED
@@ -1 +1,26 @@
1
- description = """"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ description = """"""
2
+
3
+ footer = """
4
+ <div style="background-color: #1d2938; 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;">
5
+ <div style="text-align: left;">
6
+ <p style="margin: 0;">&copy; 2025 </p>
7
+ </div>
8
+ <div style="text-align: center; flex-grow: 1;">
9
+ <p style="margin: 0;"> This website is made with ❤ by SARATH CHANDRA</p>
10
+ </div>
11
+ <div class="social-links" style="display: flex; gap: 20px; justify-content: flex-end; align-items: center;">
12
+ <a href="https://github.com/21bq1a4210" target="_blank" style="text-align: center;">
13
+ <img src="data:image/png;base64,{}" alt="GitHub" width="40" height="40" style="display: block; margin: 0 auto;">
14
+ <span style="font-size: 14px;">GitHub</span>
15
+ </a>
16
+ <a href="https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/" target="_blank" style="text-align: center;">
17
+ <img src="data:image/png;base64,{}" alt="LinkedIn" width="40" height="40" style="display: block; margin: 0 auto;">
18
+ <span style="font-size: 14px;">LinkedIn</span>
19
+ </a>
20
+ <a href="https://21bq1a4210.github.io/MyPortfolio-/" target="_blank" style="text-align: center;">
21
+ <img src="data:image/png;base64,{}" alt="Portfolio" width="40" height="40" style="display: block; margin-right: 40px;">
22
+ <span style="font-size: 14px;">Portfolio</span>
23
+ </a>
24
+ </div>
25
+ </div>
26
+ """