-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (40 loc) · 1.06 KB
/
about.html
File metadata and controls
41 lines (40 loc) · 1.06 KB
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
---
title: About
permalink: /about
tags: ["about","wiki","details"]
layout: page
---
<header class="page" style="background-image: url('{{ site.baseurl }}/assets/img/pages/programmer-laptop.jpg');">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Guys Who Code</h1>
<p>We are a nonprofit organization working to bridge the gap between people and computer technologies. We also aims at developing on ideas that are useful and beneficial to everyone.</p>
</div>
</div>
</div>
</header>
<section id="about-page-details">
<div class="row inspirations supernova-bg">
<div class="col-sm-6 color">
<div class="inspiration">
<p>Solving real-world problems.</p>
</div>
</div>
<div class="col-sm-6 color">
<div class="inspiration">
<p>Teaching people to code.</p>
</div>
</div>
<div class="col-sm-6 color">
<div class="inspiration">
<p>Making better software.</p>
</div>
</div>
<div class="col-sm-6 color">
<div class="inspiration">
<p>Providing useful resources.</p>
</div>
</div>
</div>
</section>