-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (99 loc) · 3.94 KB
/
index.html
File metadata and controls
104 lines (99 loc) · 3.94 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: default
title: Nullsson
---
{% include navigation.html %}
<!--================Home Banner Area =================-->
<section class="home_banner_area">
<div class="banner_inner">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="home_left_img">
<img class="img-fluid" src="assets/img/banner/home-left.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="banner_content">
<h2>
Games & Multimedia Development
</h2>
<p>
With love and passion for the craft we create software that we can be proud of.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Start About Us Area =================-->
<section class="about_us_area section_gap_top">
<div class="container">
<div class="row about_content align-items-center">
<div class="col-lg-10">
<div class="section_content">
<h6>About Us</h6>
<h1>Passionate developers <br> who strives to provide high quality software.</h1>
<p>By providing both educational and entertaining content within the areas of game and
media development, 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>
<a class="primary_btn" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!--================End About Us Area =================-->
<!--================First Upcoming Games Area =================-->
<section class="upcoming_games_area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h2>Our projects</h2>
<h1>Our projects</h1>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="new_games_item">
<img src="assets/img/brainroll_1.png" alt="">
<div class="upcoming_title">
<h3><a href="brainroll.html">Brainroll</a></h3>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="new_games_item">
<img src="assets/img/redzenith_1.png" alt="">
<div class="upcoming_title">
<h3><a href="redzenith.html">Red Zenith</a></h3>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="new_games_item">
<img src="assets/img/maraton_1.png" alt="">
<div class="upcoming_title">
<h3><a href="maraton.html">Maraton</a></h3>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="new_games_item">
<img src="assets/img/generic_code_1.png" alt="">
<div class="upcoming_title">
<h3><a href="https://github.com/Nullsson/stn">STN</a></h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Upcoming Games Area =================-->
{% include newsletter.html %}
{% include footer.html %}