-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
19 lines (17 loc) · 951 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: About
---
<div class="about">
<div class="container text-center">
<h1 class="page-header">About Us</h1>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10 text-left">
<p>Agile Singapore is a non-profit organisation that consists of a group of volunteers, whom have dedicated their time to raising the awareness of Agile Software Development in Singapore. Agile software development has its genesis in the <a href="http://agilemanifesto.org" target="_blank">Agile Manifesto</a> and the principles brought forth there. It has since become a well known but not necessarily a well practiced way of doing software.</p>
<p>Agile Singapore aims to further spread the awareness about agility in the context of software development as well as challenge and inspire those who are practicing agility to further successes.</p>
</div>
</div>
</div>
</div>