Skip to content

Commit 2bcbdc7

Browse files
committed
update contact
1 parent e338c6c commit 2bcbdc7

2 files changed

Lines changed: 10 additions & 32 deletions

File tree

_layouts/contact.html

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,19 @@
33
layout: default
44
bodyClass: "page-contact"
55
---
6-
76
<link
87
rel="stylesheet"
98
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
109
/>
11-
1210
<div class="intro animate__animated animate__slideInRight">
13-
<div class="container pb-6 pt-6 pt-md-10 pb-md-10">
14-
<div class="row justify-content-start">
15-
<div class="col-12 col-md-8">
16-
<div class="service service-single">
17-
<h1 class="title">{{ page.title }}</h1>
18-
19-
<!-- Direct “Join us on Slack” call-to-action -->
20-
<div class="call" style="margin: 2rem 0; text-align: center;">
21-
<div
22-
class="call-box-top call-container"
23-
style="display: inline-flex; align-items: center; padding: 1rem 2rem; background: #f9f9f9; border: 1px solid #ddd; border-radius: 8px;"
24-
>
25-
{% if site.data.contact.contact_sentence %}
26-
<p class="call-sentence" style="margin: 0 1rem 0 0; font-size: 1.1rem;">
27-
{{ site.data.contact.contact_sentence }}
28-
</p>
29-
{% endif %}
30-
<a
31-
href="https://join.slack.com/t/continualai/shared_invite/zt-2y0yj6js4-7jA_t2gGvC6QQEXujjdRcw"
32-
class="button call-button"
33-
style="padding: 0.6rem 1.2rem; font-weight: bold;"
34-
>
35-
🔗 Join us on Slack
36-
</a>
11+
<div class="container pb-6 pt-6 pt-md-10 pb-md-10">
12+
<div class="row justify-content-start">
13+
<div class="col-12 col-md-8">
14+
<div class="service service-single">
15+
<h1 class="title">{{page.title}}</h1>
16+
<div class="content mt-4">{{content}}</div>
17+
</div>
3718
</div>
38-
</div>
39-
40-
<div class="content mt-4">{{ content }}</div>
4119
</div>
42-
</div>
4320
</div>
44-
</div>
45-
</div>
21+
</div>

contact.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Are you curious about *ContinualAI* and its mission? Check out our [introductory
2929

3030
---
3131

32+
**ContinualAI** is an open and inclusive community. We welcome new members to join our collaborative projects or engage in discussions about continual learning (CL). [Join us on Slack](https://join.slack.com/t/continualai/shared_invite/zt-2y0yj6js4-7jA_t2gGvC6QQEXujjdRcw) today!
33+
3234
<!-- Join Us on Slack Box -->
3335
<div style="text-align:center; background: #f9f9f9; border: 1px solid #ddd; padding: 20px; border-radius: 8px; margin-top: 25px; font-size: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
3436
<a href="https://join.slack.com/t/continualai/shared_invite/zt-2y0yj6js4-7jA_t2gGvC6QQEXujjdRcw" target="_blank" style="text-decoration: none; color: #333;">

0 commit comments

Comments
 (0)