forked from thamizha/thamizha.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (25 loc) · 1.75 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
---
layout: home
---
<div class="about">
தமிழா - ஒரு தன்னார்வக் குழு - தமிழில் மென்பொருட்களின் உருவாக்கத்திற்கும் கணினிகளில் பயன்பாட்டிற்கும் அதன் வளர்ச்சிக்கும் தொடர்ந்து ஆதரவு அளித்து வருகிறது. நீங்களும் தமிழாவில் இணைந்து <a href="contribute.html">பங்களிக்கலாம்</a>.
</div><!-- .about -->
<div class="news">
<h2>தமிழாவில் என்ன நடக்கிறது?</h2>
<ul class="posts">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> <span class="post-date">{{ post.date | date_to_string }}</span></li>
{% endfor %}
</ul>
</div><!-- .news -->
<div class="subscription homeside">
<form action="http://groups.google.com/group/freetamilcomputing/boxsubscribe">
<fieldset>
<legend>சமூகத்தில் இணையவும்</legend>
<label for="emailTxt">உங்களுடைய மின்னஞ்சல் முகவரியை உள்ளிடவும்</label><br/>
<input type="text" class="input" placeholder="eg: பயனர்@thamizha.com" name="email" id="emailTxt">
<input type="submit" name="sub" value="இந்த குழுவை பார்க்கவும்" class="btn">
</fieldset>
<p class="note">(நாங்கள் கண்டிப்பாக ஸ்பேம் மடலை அனுப்ப மாட்டோம்!)</p>
</form>
</div><!-- .news -->