-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
83 lines (78 loc) · 3.42 KB
/
about-us.html
File metadata and controls
83 lines (78 loc) · 3.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
layout: default
title: About us
---
{% include navigation.html %}
<!--================Home Banner Area =================-->
<section class="banner_area">
<div class="banner_inner d-flex align-items-center">
<div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div>
<div class="container">
<div class="banner_content text-center">
<div class="page_link">
<a href="index.html">Home</a>
<a href="about-us.html">About</a>
</div>
<h2>About Us</h2>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Start About Us Area =================-->
<section class="about_us_info_area">
<div class="about_us_info_content align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_content">
<h6>About Us</h6>
<h1 class="">Passionate developers who strives to provide high quality software.</h1>
<p class="">Nullsson is a growing software development studio mainly focusing on developing games and other various
types of media applications. Here we exercise creativity and innovation for the love of our craft to
provide the world with software we can all be proud of.</p>
<p class="">By providing both educational and entertaining content within the areas of game and
media developent, we hope to be able to give our community an insight into how we work,
both to teach others how professional developers work as well as learning from others
how we can improve.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End About Us Area =================-->
<!--================Start Team Area =================-->
<section class="theteam_area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h2>Meet The Team</h2>
<h1>Meet The Team</h1>
</div>
</div>
</div>
<div class="row align-items-center text-center">
<div class="col-md-4">
<img src="assets/img/about/oskar.jpg" alt="" style="border-radius: 50%; margin-bottom: 40px;">
<h3 class="mb-20">Oskar</h3>
<p>Core programmer</p>
</div>
<div class="col-md-4">
<img src="assets/img/about/jesper.png" alt="" style="border-radius: 50%; margin-bottom: 40px;">
<h3 class="mb-20">Jesper</h3>
<p>Core programmer</p>
</div>
<div class="col-md-4">
<img src="assets/img/about/carina.png" alt="" style="border-radius: 50%; margin-bottom: 40px;">
<h3 class="mb-20">Carina</h3>
<p>Art & Graphics</p>
</div>
</div>
</div>
</section>
<!--================End Team Area =================-->
{% include newsletter.html %}
{% include footer.html %}