Skip to content

Commit

Permalink
Add AW3 to the portofolio
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed May 13, 2022
1 parent 2fe10c4 commit f9b8e03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added images/alpha_wrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<div class="homepage-slider">
<div id="sequence">
<ul class="sequence-canvas">
<li style="background-image: url({{ BASE_PATH }}/images/alpha_wrap.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Wrapping</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::alpha_wrap();</pre></h3>
</li>

<li style="background-image: url({{ BASE_PATH }}/images/ToS2porto.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Triangulations</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::make_triangulation();</pre></h3>
Expand Down Expand Up @@ -39,15 +44,19 @@ <h2 class="title">Periodic Mesh Generation</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::Periodic_tet_mesh mesh = CGAL::make_periodic_mesh();</pre></h3>
</li>

<!-- <li style="background-image: url({{ BASE_PATH }}/images/voronoi.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<!--
<li style="background-image: url({{ BASE_PATH }}/images/voronoi.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Voronoi Diagram</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>VD = CGAL::make_voronoi(points);</pre></h3>
</li>-->
</li>
-->

<!--
<li style="background-image: url({{ BASE_PATH }}/images/polygonal_surface_reconstruction_banner.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Surface Reconstruction</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::Polygonal_surface_reconstruction(points);</pre></h3>
</li>
-->
</ul>
<div class="sequence-pagination-wrapper">
<ul class="sequence-pagination">
Expand Down

0 comments on commit f9b8e03

Please sign in to comment.