-
Notifications
You must be signed in to change notification settings - Fork 32
/
constant.py
29 lines (27 loc) · 1.64 KB
/
constant.py
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
info = {
"Pronoun": "her",
"Name": "Vicky",
"Full_Name": "Vicky Kuo",
"Intro": "A Tech Educator and AI Enthusiast at cognitiveclass.ai",
"About":"Hey there, I'm Vicky! I'm passionate about leveraging data and technology to drive meaningful insights and solutions in business. Check out my free courses and projects on cognitiveclass.ai: https://cognitiveclass.ai/",
"Tableau":"https://public.tableau.com/app/profile/vickytc/viz/SunnybrookTeam/Overview",
"Medium":"https://medium.com/@vicky-note/about",
"City":"Toronto, Canada",
"Photo":"""<a href=\"https://www.linkedin.com/in/vicky-tck/\"><img src=\"https://sn-assets.s3.us.cloud-object-storage.appdomain.cloud/projects/profile.png" width=\"200\" alt=\"Profile\" title=\"Profile\"></a>""",
"Email": "vicky.kuo.contact@gmail.com"
}
embed_rss= {
'rss':"""<div style="overflow-y: scroll; height:500px; background-color:white;"> <div id="retainable-rss-embed"
data-rss="https://medium.com/feed/@vicky-note"
data-maxcols="3"
data-layout="grid"
data-poststyle="inline"
data-readmore="Read the rest"
data-buttonclass="btn btn-primary"
data-offset="0"></div></div> <script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>"""
}
endorsements = {
"img1": "https://user-images.githubusercontent.com/90204593/238169843-12872392-f2f1-40a6-a353-c06a2fa602c5.png",
"img2": "https://user-images.githubusercontent.com/90204593/238171251-5f4c5597-84d4-4b4b-803c-afe74e739070.png",
"img3": "https://user-images.githubusercontent.com/90204593/238171242-53f7ceb3-1a71-4726-a7f5-67721419fef8.png"
}