Skip to content

Commit

Permalink
teaser picture
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Jan 11, 2017
1 parent a6d1c6e commit b48c50a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added images/libigl-teaser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<h1 id="geometryprocessing">Geometry Processing</h1>

<figure>
<img src="images/libigl-teaser.jpg" alt="" />
</figure>

<p>Winter Term 2017<br/>
CSC2521 [Topics in Computer Graphics: Geometry Processing]<br/>
Prof. Alec Jacobson<br/>
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ html header: <link rel="stylesheet" href=style.css>

# Geometry Processing

![](images/libigl-teaser.jpg)

Winter Term 2017
CSC2521 [Topics in Computer Graphics: Geometry Processing]
Prof. Alec Jacobson
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ body
{
font-size: 10pt;
background-color: #fff;
margin:0px auto;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: center; /* for aligning display-inline figures */
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
counter-reset: figures;
Expand Down Expand Up @@ -70,7 +73,6 @@ figure
{
display: inline-block;
vertical-align: top;
width: 45%;
margin: 0 auto;
border: 5px solid #FFF;
}
Expand Down

0 comments on commit b48c50a

Please sign in to comment.