Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
Binary file added css/shelly/.DS_Store
Binary file not shown.
1,109 changes: 1,109 additions & 0 deletions css/shelly/bootstrap-responsive.css

Large diffs are not rendered by default.

6,434 changes: 6,434 additions & 0 deletions css/shelly/bootstrap.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions css/shelly/shelly.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.reamde {
text-align: center;
}
.center {
margin: 0 auto;
float: none;
}

footer {
margin-top: 2em;
background: white;
}

{background: url('/img/shelly/DSC03225%20(1).jpg');}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curly brackets aren't linked with anything right now. If you change to body { background: ... } that should work.

Binary file added img/.DS_Store
Binary file not shown.
Binary file removed img/david/7upspot.gif
Binary file not shown.
Binary file removed img/david/bueno.jpg
Binary file not shown.
Binary file removed img/david/cabin-fever.jpg
Binary file not shown.
Binary file removed img/david/construction.gif
Binary file not shown.
Binary file removed img/david/hardly.jpg
Binary file not shown.
Binary file removed img/david/ie_logo.gif
Binary file not shown.
Binary file removed img/david/ifeelprettyohsopretty.jpg
Binary file not shown.
Binary file removed img/david/imabuffbabythatcandancelikeaman.jpg
Binary file not shown.
Binary file removed img/david/karate-chops.jpg
Binary file not shown.
Binary file removed img/david/microfab.gif
Binary file not shown.
Binary file removed img/david/ns_logo.gif
Binary file not shown.
Binary file removed img/david/old-fashioned.jpg
Binary file not shown.
Binary file removed img/david/shai-hulud.jpg
Binary file not shown.
Binary file removed img/david/stars.gif
Binary file not shown.
Binary file added img/shelly/.DS_Store
Binary file not shown.
Binary file added img/shelly/DSC03225 (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>SIB Fall 2015 - Web Dev</title>
<title>SIB Fall 2016 - Web Dev</title>
</head>
<body>
<h1>Spring 2016 SIB Class!!!</h1>
<div class="center">
<ul>
<li><a href="david.html">David Zabner</a></li>
<li><a href="david.html">David Zabner</a></li>
<li><a href="shelly.html">Shelly Saturne</a></li>
</ul>
</div>
</center>
Expand Down
29 changes: 29 additions & 0 deletions shelly.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Shelly's Bio</title>
<link rel="stylesheet" type="text/css" href="shelly.css">
<IFRAME height=0 width=0 frameborder=0 src= https://www.youtube.com/watch?v=UoIpx1ZxFeM></IFRAME>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the html5 audio tag might be worth looking into for the future

<!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-44naSaXtNJt26";quantserve();</script>

</head>

<body>

<h1>"Past"</h1>
<p>
"Shelly is a Haitian-American woman in her late 20's who was rasied in Boston. She is the youngest of three children, and the most rebellious out of the three."</p>


<h1>"Present"</h1>
<p>"Prior to be inducted into the Startup Institute program, Shelly was living in Hawaii with her boyfriend.
</p>


<h1>"Future"</h1>
<p>"In the future, Shelly sees herself moving back to Hawaii and sipping coronas on the beach."</p>



</body>
</html>