-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
110 lines (103 loc) · 3.31 KB
/
index.html
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
105
106
107
108
109
110
---
title: Pixelnest Studio
subtitle: We craft games and apps
layout: base
class: home
---
<header class="home__header">
<div class="logo logo--home">
<a href="/" class="logo__link">
<h1 class="logo__name">Pixelnest</h1>
<div class="logo__image logo__image--big">
<img src="/static/images/logo/logo_shadow.png" alt="Pixelnest Studio" title="Pixelnest Studio">
</div>
</a>
</div>
</header>
<main role="main" class="home__content">
<!-- <div class="home__notice">
<a href="/2018/11/the-beginning-and-the-end/">
<p><strong>Pixelnest Studio</strong> is not our main activity anymore. <strong>Read more</strong>.</p>
</a>
</div> -->
<ul class="home__list">
<li class="home__project home-card home-card--cthuloot">
<a class="home-card__link" href="/products/cthuloot/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">CTHULOOT</p>
</div>
</a>
</li>
<li class="home__project home-card home-card--flipon">
<a class="home-card__link" href="/products/flipon/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">Flipon</p>
</div>
</a>
</li>
<li class="home__project home-card home-card--steredenn-binary-stars">
<a class="home-card__link" href="/products/steredenn-binary-stars/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">
<span class="home-card__text-above">Steredenn:</span>
Binary Stars
</p>
</div>
</a>
</li>
<li class="home__project home-card home-card--steredenn">
<a class="home-card__link" href="/products/steredenn/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">Steredenn</p>
</div>
</a>
</li>
<li class="home__project home-card home-card--bulletml">
<a class="home-card__link" href="/products/bulletml-for-unity/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">BulletML for Unity</p>
</div>
</a>
</li>
<li class="home__project home-card home-card--presskit-html">
<a class="home-card__link" href="/products/presskit.html/">
<div class="home-card__shadow"></div>
<div class="home-card__image">
<p class="home-card__text">presskit.html</p>
</div>
</a>
</li>
</ul>
</main>
<footer class="home__footer">
<div class="home__tagline">
<p>“We craft <strong>games</strong> and <strong>apps</strong>”</p>
</div>
<nav class="navbar navbar--home">
<ul class="navbar__list">
<li class="navbar__item">
<a href="/portfolio/">Portfolio</a>
</li>
<li class="navbar__item">
<a href="/services/">Services</a>
</li>
<li class="navbar__item">
<a href="/tutorials/">Tutorials</a>
</li>
<li class="navbar__item">
<a href="/journal/">Journal</a>
</li>
<li class="navbar__item">
<a href="/contact/">Contact</a>
</li>
<li class="navbar__item">
<a href="/about/">About</a>
</li>
</ul>
</nav>
</footer>