Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
c524339
1
Parent(s):
7d0d991
add facebook contact
Browse files- src/text_content.py +7 -3
src/text_content.py
CHANGED
@@ -55,6 +55,7 @@ CREDITS_TEXT = """
|
|
55 |
<p>By <b>Moroccans</b> for <b>Moroccans</b> 🤝</p>
|
56 |
<p>Bot powered by <a href="https://www.annarabic.com/">Annarabic</a></p>
|
57 |
<p>Collaboration made possible thanks to <a href="https://summerschool.morocco.ai/">AI Summer School</a></p>
|
|
|
58 |
"""
|
59 |
|
60 |
LOGO = """
|
@@ -85,11 +86,14 @@ LOGO = """
|
|
85 |
<img src="https://i.imgur.com/ngJZ4Gh.png" alt="Nt3awnou logo" width="fit-content" height="150" style="margin-top: 1rem; margin-bottom: 1rem;">
|
86 |
</div>
|
87 |
<div style="text-align: center">
|
88 |
-
<a href="https://www.instagram.com/nt3awnou_morocco/" style="margin-right: 0.5rem;">
|
89 |
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png" alt="Instagram logo" width="30" height="30">
|
90 |
</a>
|
91 |
-
<a href="https://www.
|
92 |
-
<img src="https://
|
|
|
|
|
|
|
93 |
</a>
|
94 |
<a href="https://linktr.ee/nt3awnou">
|
95 |
<img src="https://seeklogo.com/images/L/linktree-logo-6FC3ADB679-seeklogo.com.png" alt="Linktree logo" width="30" height="30">
|
|
|
55 |
<p>By <b>Moroccans</b> for <b>Moroccans</b> 🤝</p>
|
56 |
<p>Bot powered by <a href="https://www.annarabic.com/">Annarabic</a></p>
|
57 |
<p>Collaboration made possible thanks to <a href="https://summerschool.morocco.ai/">AI Summer School</a></p>
|
58 |
+
<p>Reach out to us at <a href="mailto:[email protected]">[email protected]</a></p>
|
59 |
"""
|
60 |
|
61 |
LOGO = """
|
|
|
86 |
<img src="https://i.imgur.com/ngJZ4Gh.png" alt="Nt3awnou logo" width="fit-content" height="150" style="margin-top: 1rem; margin-bottom: 1rem;">
|
87 |
</div>
|
88 |
<div style="text-align: center">
|
89 |
+
<a href="https://www.instagram.com/nt3awnou_morocco/" style="margin-right: 0.5rem; text-decoration: none;">
|
90 |
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png" alt="Instagram logo" width="30" height="30">
|
91 |
</a>
|
92 |
+
<a href="https://www.facebook.com/nt3awnou.morocco" style="margin-right: 0.5rem; text-decoration: none;">
|
93 |
+
<img src="https://i0.wp.com/www.lestudioled.com/wp-content/uploads/2016/05/facebook-logo-png-transparent-background.png" alt="Instagram logo" width="30" height="30">
|
94 |
+
</a>
|
95 |
+
<a href="https://www.linkedin.com/in/nt3awnou-morocco-01062a290" style="margin-right: 0.5rem; text-decoration: none;">
|
96 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/600px-LinkedIn_logo_initials.png?20140125013055" alt="LinkedIn logo" width="30" height="30">
|
97 |
</a>
|
98 |
<a href="https://linktr.ee/nt3awnou">
|
99 |
<img src="https://seeklogo.com/images/L/linktree-logo-6FC3ADB679-seeklogo.com.png" alt="Linktree logo" width="30" height="30">
|