-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·22 lines (21 loc) · 880 Bytes
/
about.html
File metadata and controls
executable file
·22 lines (21 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/about.jpg" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>What is this?</h4>
<p>Informal Penguins is an independent game development studio based in Hermosillo, México.</p>
<h4>About Us</h4>
<p>We love games. We are a group of people working wherever there is free wi-fi. The team got together for the love of making digital entertainment.</p>
<h4>Our Mission</h4>
<p>Create timeless experiences on a range of platforms.</p>
<p><br/><a href="/contact/" class="btn btn-theme">Contact Us</a></p>
</div>
</div><! --/row -->
</div><! --/container -->