forked from apluslms/a-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support_channels.html
47 lines (45 loc) · 1.56 KB
/
support_channels.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{% load i18n %}
{% load static %}
{% load base %}
{% brand_name as brand %}
{% brand_name_long as brand_long %}
{% brand_institution_name as institution %}
<section class="frontpage frontpage-section" aria-label="{% translate "SUPPORT" %}">
<div class="cards">
<section class="widecard frontpage" aria-label="{% translate "TEACHERS" %}">
<div class="card-body">
<h2>{% translate "TEACHERS" %}</h2>
<p class="card-text">
<a target="_blank" rel="noopener" href="https://plus.cs.aalto.fi/aplus-manual/master/">
{% blocktranslate trimmed %}
MANUAL -- {{ brand_long }}
{% endblocktranslate %}
</a>
{% translate "MANUAL_DESCRIPTION" %}
</p>
<p class="card-text">
{% translate "CONTACT_SUPPORT_BY_EMAIL" %}
<a rel="noopener" href="mailto:[email protected]" style="display: inline;">
</a>
</p>
<p class="card-text">
<a target="_blank" rel="noopener" href="https://link.webropol.com/s/aplus-feedback">
{% translate "GIVE_FEEDBACK" %}
</a>
</p>
</div>
</section>
<section class="widecard frontpage" aria-label="{% translate "STUDENTS" %}">
<div class="card-body">
<h2>{% translate "STUDENTS" %}</h2>
<p class="card-text">
{% translate "CONTACT_COURSE_STAFF_FOR_ASSISTANCE_ON_COURSE_MATTERS" %}
</p>
</div>
</section>
</div>
</section>
<section class="text-center" aria-label="{% translate "A+_LMS_PROJECT_WEBSITE" %}">
<a target="_blank" rel="noopener" href="https://apluslms.github.io/">{% translate "A+_LMS_PROJECT_WEBSITE" %}</a>
</section>