Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbguimaraes
bbguimaraes.com
Commits
6981ad1d
Commit
6981ad1d
authored
Sep 02, 2021
by
bbguimaraes
Browse files
nngn: minor changes to main page
parent
7f448b67
Changes
2
Hide whitespace changes
Inline
Side-by-side
bbguimaraes.com/nngn/index.html
View file @
6981ad1d
...
...
@@ -22,10 +22,15 @@
<source
src=
"/files/nngn/fiona.webm"
/>
Your browser doesn't support the
<
video
>
tag.
</video>
<video
controls
preload=
"none"
poster=
"/files/nngn/screenshots/post_poster.png"
>
<source
src=
"/files/nngn/screenshots/post.webm"
/>
Your browser doesn't support the
<
video
>
tag.
</video>
</div>
<p>
<i>
nngn
</i>
is a free and open source 2D/3D graphics/game/physics engine. Read
more about it in the
<a
href=
"/blog/tags/nngn.html"
>
blog
</a>
section.
<i>
nngn
</i>
is a free and open source 2D/3D graphics/game/physics engine.
</p>
<ul>
<li>
...
...
@@ -37,6 +42,9 @@ more about it in the <a href="/blog/tags/nngn.html">blog</a> section.
(github)
</li>
<li><a
href=
"docs/"
>
documentation
</a></li>
<li>
<a
href=
"/blog/tags/nngn.html"
>
blog posts
</a>
</li>
<li>
screenshots/videos
<ul>
...
...
bbguimaraes.com/nngn/nngn.css
View file @
6981ad1d
...
...
@@ -18,6 +18,12 @@ main {
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
100%
;
max-width
:
400px
;
}
.main-video
video
:not
(
:first-child
)
{
padding-top
:
2em
;
}
.screenshots
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment