Skip to content

Commit de07e2e

Browse files
committed
revise contact
1 parent 846d965 commit de07e2e

2 files changed

Lines changed: 13 additions & 23 deletions

File tree

_data/contact.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# _data/contact.yml
2-
contact_button_link: "https://join.slack.com/t/continualai/shared_invite/zt-2y0yj6js4-7jA_t2gGvC6QQEXujjdRcw"
3-
contact_button_text: "Join us on Slack"
4-
contact_sentence: "**ContinualAI** is an open and inclusive community. We welcome new members to join our collaborative projects or engage in discussions about continual learning (CL)."
1+
contact_button_link: 'contact'
2+
contact_button_text: 'Join'
3+
contact_sentence: 'Want to become part of our amazing community? Join us today!' # Add this sentence

_layouts/contact.html

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,20 @@
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-
{% include call.html
20-
show_button=true
21-
contact_button_link=site.data.contact.contact_button_link
22-
contact_button_text=site.data.contact.contact_button_text
23-
contact_sentence=site.data.contact.contact_sentence
24-
%}
25-
26-
<div class="content mt-4">{{ content }}</div>
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+
{% include call.html show_button=false %}
17+
<div class="content mt-4">{{content}}</div>
18+
</div>
19+
</div>
2720
</div>
28-
</div>
2921
</div>
30-
</div>
31-
</div>
22+
</div>

0 commit comments

Comments
 (0)