forked from poojapauskar/bitjini-blogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (48 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
title: Bitjini
author: Changer
keywords: nodejs, mongodb, backbone.js, javascript, developer, blog, angular.js, .net, python, django
summary: Writings about javascript, node.js, mongodb, backbone.js, python, .net and everything else in the world.
---
<head>
<!-- <link rel="shortcut icon" href="logo.ico" /> -->
<link rel="stylesheet" href="public/css/bootstrap.css">
<link rel="stylesheet" href="public/css/app.css">
</head>
<h2>About Bitjini</h2>
<p>We are a bunch of technology enthusiast specialised in mobile application development, especially for iOS and Android platform, as well as web based applications. We simply enjoy programming and developing fresh ideas and shaping them with the touch of latest technology before presenting it to the World.</p>
<p>
<a href="http://www.bitjini.com/team">meet the team</a>
</p>
<div class="blog-description">
<h2>Developer blog</h2>
</div>
<div class="posts">
{% for post in site.posts %}
<div class="post">
<h1>
<a title="{{ post.title }}" href="{{ post.url | | remove_first: '/' }}">{{ post.title }}</a>
</h1>
{% if post.profile != %}
<img style="width:10%;height:10%" src="{{ post.profile }}"></img><br>
{% endif %}
<span class="date">
On
{{ post.date | date_to_string }}
by
</span>
<a href="http://github.com/{{ post.author }}" class="author-link">@{{ post.author }}</a>
<p>
{% if post.image != %}
<div style="width:100%">
<p style="text-align:center"><img style="margin-top:2%" src="{{ site.url }}assets/{{ post.image }}"></img>
</div></p>
<br>
{% endif %}
{{ post.content }}
</p>
</div>
<br>
{% endfor %}
</div>