Skip to content

Commit 98a04e3

Browse files
committed
Fix links.
1 parent 18cc2c2 commit 98a04e3

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

pages/community/slackccugl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Code of Conduct and Guidelines for Kotlin Slack
88
* [How to behave](#how-to-behave)
99
* [How not to behave](#how-not-to-behave)
1010
* [How to report issues](#how-to-report-issues)
11-
* [Slack Usage Guidelines](#slack-usage-guidelines)
11+
* [Basic Usage Guidelines](#basic-usage-guidelines)
1212
* [Common Channels](#common-channels)
1313
* [Copyright](#copyright)
1414

pages/community/user-groups.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [Dubai Kotlin User Group](https://www.facebook.com/kotlindubai/), United Arab Emirates
4747
* [HeiFei Kotlin User Group](http://weibo.com/kotlinhfug), China
4848
* [Hyderabad Kotlin User Group](https://www.facebook.com/KotlinHyd/), India
49-
* [Indonesia Kotlin User Group](Kotlin.id), Indonesia
49+
* [Indonesia Kotlin User Group](https://www.facebook.com/groups/395469687469099/), Indonesia
5050
* [Israel Kotlin User Group](https://www.facebook.com/groups/107080706530829/), Israel
5151
* [Japan Kotlin User Group](https://kotlin.connpass.com/), Japan
5252
* [Karachi Kotlin User Group](https://www.facebook.com/kotlinkarachi/), Pakistan
@@ -76,7 +76,6 @@
7676

7777
### South America
7878

79-
* [Dominicana Kotlin User Group](facebook.com/groups/kotlindominicana), Dominicana
8079
* [Guatemala Kotlin Meetup](https://www.meetup.com/Guatemala-Kotlin-Meetup/), Guatemala
8180
* [La Paz Kotlin User Group](https://www.facebook.com/KotlinLaPaz/), Bolivia
8281
* [Lima Kotlin User Group](https://www.facebook.com/groups/limakotlin/), Peru

templates/pages/index.html

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,6 @@
1414
<div class="global-layout">
1515
{% include 'inc/header.html' %}
1616

17-
<section class="kotlin-overview-section _works-on">
18-
<h2 class="section-header">Build Applications For</h2>
19-
<div class="works-on-list">
20-
{%- set technologies = [
21-
{'target': 'JVM', 'href': '/docs/reference/server-overview.html'},
22-
{'target': 'Android', 'href': '/docs/reference/android-overview.html'},
23-
{'target': 'Browser', 'href': '/docs/reference/js-overview.html'},
24-
{'target': 'Native'}
25-
]-%}
26-
27-
{% for technology in technologies %}
28-
{% if(technology.href) %}
29-
<a href="{{ technology.href }}" class="works-on-item">
30-
<div class="works-on-icon _{{ technology['target'].lower() }}"></div>
31-
<div class="works-on-text">
32-
{{ technology['target'] }}<br/>&nbsp;
33-
</div>
34-
</a>
35-
{% else %}
36-
<div class="works-on-item">
37-
<div class="works-on-icon _{{ technology['target'].lower() }}"></div>
38-
<div class="works-on-text">
39-
{{ technology['target'] }}<br/>(soon)
40-
</div>
41-
</div>
42-
{% endif %}
43-
{% endfor %}
44-
</div>
45-
</section>
46-
4717
<section class="kotlin-overview-section _features">
4818
<h2 class="section-header">Why Kotlin?</h2>
4919
<div class="section-content">
@@ -77,6 +47,38 @@ <h3 class="feature-title">{{ feature.title }}</h3>
7747

7848
</section>
7949

50+
<section class="kotlin-overview-section _works-on">
51+
<h2 class="section-header">Build Applications For</h2>
52+
<div class="works-on-list">
53+
{%- set technologies = [
54+
{'target': 'JVM', 'href': '/docs/reference/server-overview.html'},
55+
{'target': 'Android', 'href': '/docs/reference/android-overview.html'},
56+
{'target': 'Browser', 'href': '/docs/reference/js-overview.html'},
57+
{'target': 'Native'}
58+
]-%}
59+
60+
{% for technology in technologies %}
61+
{% if(technology.href) %}
62+
<a href="{{ technology.href }}" class="works-on-item">
63+
<div class="works-on-icon _{{ technology['target'].lower() }}"></div>
64+
<div class="works-on-text">
65+
{{ technology['target'] }}<br/>&nbsp;
66+
</div>
67+
</a>
68+
{% else %}
69+
<div class="works-on-item">
70+
<div class="works-on-icon _{{ technology['target'].lower() }}"></div>
71+
<div class="works-on-text">
72+
{{ technology['target'] }}<br/>(soon)
73+
</div>
74+
</div>
75+
{% endif %}
76+
{% endfor %}
77+
</div>
78+
</section>
79+
80+
81+
8082
{# This fle conteins a lot of pre-formatted code. #}
8183
{% include 'inc/pages/index/code-examples.html' %}
8284

0 commit comments

Comments
 (0)