Skip to content

Commit

Permalink
Pushing fixed SSI and updated server
Browse files Browse the repository at this point in the history
  • Loading branch information
alnopa9 committed Feb 13, 2019
1 parent 73fc1cc commit 22dec46
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
6 changes: 6 additions & 0 deletions banksy.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ body{
width: 10%;
height: 100%;
}
.license-container{
position: fixed;
top: 90vh;
height: 9.5vH;
width: 100%;
}
.license{
display: flex;
align-items: flex-end;
Expand Down
14 changes: 14 additions & 0 deletions pages/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,18 @@
<div class="right-side">
<img src="img/background/girl.png" alt="Banksy's Girl with Balloon Girl" height="250"/>
</div>
</div>
<div class="license-container">
<div class="license">
<strong>Created by: </strong>
<a href="https://github.com/alnopa9">Alyssa Argento</a>,
<a href="https://github.com/abdual1100">Abdual Nadeem</a>, and
<a href="https://github.com/James-f117">James Farley</a>.
<a href="https://github.com/alnopa9/banksy">GitHub</a>.
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png" />
</a>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"></a>
<a href="http://newtfire.org/firebellies.html">Powered by firebellies</a>.
</div>
</div>
6 changes: 3 additions & 3 deletions topIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<img src="pages/img/background/girl.png" alt="Banksy's Girl with Balloon Girl" height="250"/>
</div>
</div>
<div class="license">
<span>
<div class="license-container">
<div class="license">
<strong>Created by: </strong>
<a href="https://github.com/alnopa9">Alyssa Argento</a>,
<a href="https://github.com/abdual1100">Abdual Nadeem</a>, and
Expand All @@ -34,5 +34,5 @@
</a>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"></a>
<a href="http://newtfire.org/firebellies.html">Powered by firebellies</a>.
</span>
</div>
</div>

0 comments on commit 22dec46

Please sign in to comment.