forked from thamizha/thamizha.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
25 lines (22 loc) · 1.12 KB
/
news.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
---
layout: default
---
<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">
<form action="http://groups.google.com/group/freetamilcomputing/boxsubscribe">
<fieldset>
<legend>சமூகத்தில் இணையவும்</legend>
<label for="emailTxt">உங்களுடைய மின்னஞ்சல் முகவரியை உள்ளிடவும்</label>
<input type="text" class="input" placeholder="eg: பயனர்@thamizha.com" name="email" id="emailTxt">
<input type="submit" name="sub" value="மடலாடற் குழுவில் சேரவும்" class="btn">
</fieldset>
</form>
<p class="note">(நாங்கள் கண்டிப்பாக ஸ்பேம் மடலை அனுப்ப மாட்டோம்!)</p>
</div><!-- .news -->