-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.54 KB
/
index.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
{% extends "layout.html" %}
{% block content %}
<div class="desc">
<p>
<img src="/images/awesome.gif" alt="Whoa!">
</p>
<p>Software maestro is beautiful, gorgeous and amazing!</p>
<p>Until now, {{ count }} developers have been with us.
As contributing to <a href="https://github.com/Software-Maestro">here</a>, you can join us.</p>
<ul>
<li class="github">
<a href="https://github.com/Software-Maestro/Board">
software-maestro/Board
</a>
</li>
<li class="github">
<a href="https://github.com/Software-Maestro/Members">
software-maestro/Members
</a>
</li>
<li class="github">
<a href="https://github.com/Software-Maestro/software-maestro.github.io">
software-maestro/software-maestro.github.io
</a>
</li>
<li class="github">
<a href="https://github.com/Software-Maestro/__static-creator">
software-maestro/__static-creator
</a>
</li>
<li class="github">
<a href="https://github.com/Software-Maestro/__theme">
software-maestro/__theme
</a>
</li>
</ul>
</div>
{% endblock %}