-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (187 loc) · 8.26 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
---
layout: default
---
<section class="p-4 text-bg-dark">
<div class="container">
<div class="row">
<div class="col-md-4 my-auto text-center text-md-start">
<br />
<p class="fs-3">
Full-featured Nintendo<br>
Virtual Boy game development application.
</p>
<p class="fs-6 text-secondary">
<img src="/assets/images/slogan.png" alt="It has never been easier to make Virtual Boy Games. Let's go!"
style="width: 75%" /><br>
</p>
<br />
<div class="pb-md-2">
{% comment %}
// TODO: find out why getting release information through jekyll-github-metadata is not working on Github
Pages
{% endcomment %}
{% comment %}
{% for asset in site.github.latest_release.assets %}
{% if asset.content_type != 'application/x-yaml' %}
{% assign ending = asset.name | split: '.' | last %}
{% if ending == 'deb' or ending == 'AppImage' %}
{% assign target = 'linux' %}
{% assign logo = 'linux' %}
{% assign label = ending %}
{% endif %}
{% if ending == 'pkg' %}
{% assign target = 'osx' %}
{% assign logo = 'apple' %}
{% assign label = 'Download' %}
{% endif %}
{% if ending == 'exe' %}
{% assign target = 'win' %}
{% assign logo = 'windows' %}
{% assign label = 'Download' %}
{% endif %}
<a href="{{ asset.browser_download_url }}" role="button" class="btn btn-primary btn-lg target-os-{{ target }}"
title="{{ asset.name }} ({{ asset.size | divided_by: 1048576 }} MB)">
<i class="fab fa-{{ logo }}"></i>
{{label}}
</a>
{% endif %}
{% endfor %}
{% endcomment %}
{% for file in site.data.downloads[0].files %}
{% if file.os %}
<a href="{{ file.link }}" role="button" class="btn btn-primary btn-lg target-os-{{ file.os }}"
title="{{ file.name }}">
{% if file.os == 'linux' %}
<i class="fab fa-linux"></i>
{% endif %}
{% if file.os == 'win' %}
<i class="fab fa-windows"></i>
{% endif %}
{% if file.os == 'osx' %}
<i class="fab fa-apple"></i>
{% endif %}
{{ file.format }}
</a>
{% endif %}
{% endfor %}
<a href="/downloads" role="button" class="btn btn-primary btn-lg target-os-other">
<i class="fa fa-download"></i>
Downloads
</a>
<a href="/documentation/" role="button" class="btn btn-outline-secondary btn-lg" title="Documentation">
<i class="fas fa-book"></i>
</a>
</div>
<p>
<a href="/downloads" class="fs-80p text-secondary target-os-not-other">
All downloads...
</a>
</p>
</div>
<div class="col-md-8 mt-4 mt-md-0">
<div id="carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active"
aria-current="true"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="4"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="/assets/images/VUEngine Studio Build.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Full-featured Nintendo Virtual Boy IDE">
<img src="/assets/images/VUEngine Studio Build.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Full-featured Nintendo Virtual Boy IDE
</div>
</div>
<div class="carousel-item">
<a href="/assets/images/VUEngine Studio Plugins.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Wide range of included plugins to supercharge your project">
<img src="/assets/images/VUEngine Studio Plugins.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Wide range of included plugins to supercharge your project
</div>
</div>
<div class="carousel-item">
<a href="/assets/images/VUEngine Studio Templates.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Build upon various game templates">
<img src="/assets/images/VUEngine Studio Templates.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Build upon various game templates
</div>
</div>
<div class="carousel-item">
<a href="/assets/images/VUEngine Studio Emulator.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Fully embedded emulator for testing">
<img src="/assets/images/VUEngine Studio Emulator.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Fully embedded emulator for testing
</div>
</div>
<div class="carousel-item">
<a href="/assets/images/VUEngine Studio Flash Carts.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Write to all your flash carts">
<img src="/assets/images/VUEngine Studio Flash Carts.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Write to all your flash carts
</div>
</div>
<div class="carousel-item">
<a href="/assets/images/VUEngine Studio Editors.png" data-toggle="lightbox" data-gallery="gallery"
data-caption="Graphical asset editors">
<img src="/assets/images/VUEngine Studio Editors.png" class="d-block w-100" />
</a>
<div class="carousel-caption text-secondary d-none d-md-block">
Graphical asset editors
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="features container px-4 py-4">
<div class="row g-4 py-3 row-cols-1 row-cols-lg-3">
{% for feature in site.data.features %} {% include feature.html %} {%
endfor %}
</div>
</div>
</section>
<section>
<div class="container px-4 py-5">
<div class="row row-cols-1 row-cols-sm-2 g-3 mb-4">
<div class="col">
<h2>Made with VUEngine Studio</h2>
</div>
<div class="col text-start text-sm-end">
<a href="games" role="button" class="btn btn-primary">
More games…
</a>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
{% assign max = 3 %} {% assign counter = 0 %} {% for game in
site.data.games %} {% if game.featured %} {% include game.html %} {% assign counter = counter |
plus: 1 %} {% if counter == max %}{% break %}{% endif %}{% endif %} {% endfor %}
</div>
</div>
</section>