Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Doggo branch (#1981)
Browse files Browse the repository at this point in the history
* add doggos

* add to contributors and index
  • Loading branch information
bjarkt authored and BennyCarlsson committed Oct 17, 2018
1 parent dc44ce8 commit 6277465
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.html
Expand Up @@ -312,6 +312,7 @@ <h1 class="animated rubberBand delay-4s">Contributors</h1>
<a class="box-item" href="https://github.com/Axieum">Axieum</a>
<a class="box-item" href="https://github.com/denisepen">Denise Pendleton-Lipinski</a>
<a class="box-item" href="https://github.com/Axieum">Axieum</a>
<a class="box-item" href="https://github.com/bjarkt">Bjarkt</a>
<a class="box-item" href="https://github.com/TheVzard">Vivek Gover</a>
<a class="box-item" href="https://github.com/hgcassiopeia">Thitikan Phagamas</a>
<a class="box-item" href="https://github.com/JaredClayborn">Jared Clayborn</a>
Expand Down
26 changes: 26 additions & 0 deletions doggos.html
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>doggo's</title>
<style>
img {width:33%;height:auto;float:left;max-width:235px;}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.huerotate0 {-webkit-filter: hue-rotate(90deg);filter: hue-rotate(90deg);}
.huerotate1 {-webkit-filter: hue-rotate(90deg);filter: hue-rotate(90deg);}
.huerotate2 {-webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);}
.huerotate3 {-webkit-filter: hue-rotate(270deg);filter: hue-rotate(270deg);}
.saturate {-webkit-filter: saturate(7); filter: saturate(7);}
</style>
</head>
<body>
<img src="images/doggos/4.gif" width="300" height="300">
<img class="grayscale" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate1" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate2" src="images/doggos/4.gif" width="300" height="300">
<img class="huerotate3" src="images/doggos/4.gif" width="300" height="300">
<img class="saturate" src="images/doggos/4.gif" width="300" height="300">
</body>
</html>
Binary file added images/doggos/4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -452,6 +452,7 @@ <h3 class="mb-5">Check available pages</h3>
<li><a href="mondrian.html">Mondrian</a></li>
<li><a href="Hacktoberfest_help.html">Hacktoberfest Intro</a></li>
<li><a href="etchfun.html">Etch Fun</a></li>
<li><a href="doggos.html">doggos</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -496,6 +497,7 @@ <h3 class="mb-5"><i class="fas fa-check" style="margin-right:5px;"></i>Check ava
<li><a href="mondrian.html">Mondrian</a></li>
<li><a href="Hacktoberfest_help.html">Hacktoberfest Intro</a></li>
<li><a href="etchfun.html">Etch Fun</a></li>
<li><a href="doggos.html">doggos</a></li>
</ul>
</div>

Expand Down

1 comment on commit 6277465

@vercel
Copy link

@vercel vercel bot commented on 6277465 Oct 17, 2018

Choose a reason for hiding this comment

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

Successfully aliased the URL https://lingonsaft-hacktober-ypmvoswwtu.now.sh to the following alias.

Please sign in to comment.