-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (47 loc) · 1.96 KB
/
about.html
File metadata and controls
52 lines (47 loc) · 1.96 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
---
title: Roshka Studios
layout: default
---
<body class="no-sidebar">
{% include nav.html %}
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<!-- Content -->
<article class="box post">
<a href="#" class="image featured"><img src="{{ site.baseurl }}/assets/images/about.jpg" alt="" /></a>
<header>
<h2>IMPROVING YOUR ENTERTAINMENT!</h2>
</header>
<header>
<section>
<header>
<h3>WHO WE ARE</h3>
</header>
<p>
Roshka Studios is a videogame startup of "Roshka S.A", one of the top software development company in Paraguay.
</p>
<p>
Our goal is to create experiences that feels amazing for everyone! From the gameplay to the aesthetics, we aim to let our players do things that are only possible in their imagination.
</p>
</section>
<section>
<header>
<h3>WHAT WE DO</h3>
</header>
<p>
We work independently to create our own games or in collaboration with publishing partners. We have talented people from programmers to 2d & 3d artists to make the ideas come real.
</p>
</section>
<section>
<header>
<h3>LET'S WORK TOGETHER</h3>
</header>
<p>
Have a project to create or want to be the next publisher of our games? <a href="{{ site.baseurl }}/contact.html">Contact us!</a>
</p>
</section>
{% include carousel.html height="65" unit="%" duration="7" %}
</article>
</div>
</div>