Skip to content

Commit

Permalink
Deploying to gh-pages from @ 08b736b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 22, 2024
1 parent f62a19b commit d58610a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,13 @@
margin: 0 0 2em 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
margin: 0;
}

p.nomargin {
margin: 0 0 0 0;
}
Expand Down
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ <h2>Examples</h2>
</section>
<section class="3u 12u(narrower)">
<div class="box highlight">
<a class="image img-link" href="/examples/edenhofer-voxel-350.html">
<a class="image img-link" href="examples/edenhofer-voxel-350.html">
<img
class="qr-code"
href="/examples/edenhofer-voxel-350.html"
src="/examples/edenhofer_voxel_qr_black.png"
onmouseover="this.src='/examples/edenhofer_voxel_qr_red.png'"
onmouseout="this.src='/examples/edenhofer_voxel_qr_black.png'"
href="examples/edenhofer-voxel-350.html"
src="examples/edenhofer_voxel_qr_black.png"
onmouseover="this.src='examples/edenhofer_voxel_qr_red.png'"
onmouseout="this.src='examples/edenhofer_voxel_qr_black.png'"
/>
</a>
</div>
Expand All @@ -201,12 +201,12 @@ <h2>Examples</h2>
</section>
<section class="3u 12u(narrower)">
<div class="box highlight">
<a class="image img-link" href="/examples/edenhofer-isosurface-256-nocomp.html">
<a class="image img-link" href="examples/edenhofer-isosurface-256-nocomp.html">
<img
class="qr-code"
src="/examples/edenhofer_isosurface_qr_black.png"
onmouseover="this.src='/examples/edenhofer_isosurface_qr_red.png'"
onmouseout="this.src='/examples/edenhofer_isosurface_qr_black.png'"
src="examples/edenhofer_isosurface_qr_black.png"
onmouseover="this.src='examples/edenhofer_isosurface_qr_red.png'"
onmouseout="this.src='examples/edenhofer_isosurface_qr_black.png'"
/>
</a>
</div>
Expand All @@ -224,12 +224,12 @@ <h2>Examples</h2>
</section>
<section class="3u 12u(narrower)">
<div class="box highlight">
<a class="image img-link" href="/examples/pertau_voxel.html">
<a class="image img-link" href="examples/pertau_voxel.html">
<img
class="qr-code"
src="/examples/pertau_voxel_qr_black.png"
onmouseover="this.src='/examples/pertau_voxel_qr_red.png'"
onmouseout="this.src='/examples/pertau_voxel_qr_black.png'"
src="examples/pertau_voxel_qr_black.png"
onmouseover="this.src='examples/pertau_voxel_qr_red.png'"
onmouseout="this.src='examples/pertau_voxel_qr_black.png'"
/>
</a>
</div>
Expand All @@ -247,12 +247,12 @@ <h2>Examples</h2>
</section>
<section class="3u 12u(narrower)">
<div class="box highlight">
<a class="image img-link" href="/examples/pertau.html">
<a class="image img-link" href="examples/pertau.html">
<img
class="qr-code"
src="/examples/pertau_isosurface_qr_black.png"
onmouseover="this.src='/examples/pertau_isosurface_qr_red.png'"
onmouseout="this.src='/examples/pertau_isosurface_qr_black.png'"
src="examples/pertau_isosurface_qr_black.png"
onmouseover="this.src='examples/pertau_isosurface_qr_red.png'"
onmouseout="this.src='examples/pertau_isosurface_qr_black.png'"
/>
</a>
</div>
Expand Down

0 comments on commit d58610a

Please sign in to comment.