changeset 17:39200fe70eef

added credits for Robert and Dylan.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 21:47:42 -0500
parents 582b8c54b574
children 1225dfc91f56
files index.html style.css
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/index.html	Sun Jul 08 21:07:43 2012 -0500
     1.2 +++ b/index.html	Sun Jul 08 21:47:42 2012 -0500
     1.3 @@ -233,5 +233,10 @@
     1.4      <img class="snapshot" src="./images/robert-painted.jpg"
     1.5  	 height="400"/>
     1.6  
     1.7 +    <p class="credit">
     1.8 +      Website by 
     1.9 +      <a href="http://www.aurellem.org"> Dylan Holmes</a> and 
    1.10 +      <a href="http://www.aurellem.org"> Robert McIntyre</a>.
    1.11 +    </p>
    1.12    </body>
    1.13  </html>
     2.1 --- a/style.css	Sun Jul 08 21:07:43 2012 -0500
     2.2 +++ b/style.css	Sun Jul 08 21:47:42 2012 -0500
     2.3 @@ -86,3 +86,8 @@
     2.4      margin:.75em auto;
     2.5  }
     2.6  
     2.7 +
     2.8 +p.credit{
     2.9 +    font-size:10px;
    2.10 +    text-align:right;
    2.11 +}
    2.12 \ No newline at end of file