-
Notifications
You must be signed in to change notification settings - Fork 8
/
tutorials.html
36 lines (32 loc) · 1.02 KB
/
tutorials.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
---
layout: default
title: دوره ها
permalink: /tutorials/
---
<div class="home">
<h1 class="page-heading">دوره ها</h1>
<strong>
<a href="{{ site.baseurl }}/tutorials/introduction/welcome-to-the-course">دوره مقدماتی کاتلین</a>
</strong>
<strong>
<!-- <a style="text-decoration: none;" href="{{ site.baseurl }}/tutorials/advanced/"> -->
<p>دوره پیشرفته کاتلین</p>
<!-- </a> -->
</strong>
<strong>
<a href="{{ site.baseurl }}/tutorials/android/introduction">دوره اندروید</a>
</strong>
<strong>
<a href="{{ site.baseurl }}/tutorials/js/hello-world">
<p>دوره کاتلین/JS</p>
</a>
</strong>
<strong>
<p>دوره کاتلین/Native</p>
</strong>
<strong>
<a style="text-decoration: none;" href="{{ site.baseurl }}/tutorials/android-jetpack/contents">
<p>مجموعه دوره های Android Jetpack</p>
</a>
</strong>
</div>