This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
mint-page-communities.html
44 lines (37 loc) · 2.02 KB
/
mint-page-communities.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
<include src="mint-section-header.html"/>
<include src="mint-section-title.html" title="Local Communities"/>
<section class="py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 mb-4">
<p>Local communities are independent groups of Linux Mint users. They promote the distribution and they benefit from a very close relationship with Linux Mint.</p>
<h2 class="mb-4 text-primary">List of recognized communities</h2>
<p>Linux Mint officially recognizes and promotes the following communities:</p>
<div class="col-sm-12 mb-5">
<div class="table-responsive-sm">
<table class="table table-lg table-bordered table-striped text-nowrap">
<thead class="all-text-white bg-grad">
<tr class="text-uppercase">
<th scope="col" width="200">Location</th>
<th scope="col">Community</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="img/flags/jp.png" class="flag" alt="Japan"/> Japan</td>
<td><a href="http://linuxmint-jp.net/">Linux Mint Japan</a></td>
</tr>
<tr>
<td><img src="img/flags/fr.png" class="flag" alt="France"/> France</td>
<td><a href="https://www.forum-francophone-linuxmint.fr/">Forum Francophone LinuxMint</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<include src="mint-section-sponsors.html"/>
<include src="mint-section-footer.html"/>