Skip to content

Commit

Permalink
Spooky Bois (lingonsaft#657)
Browse files Browse the repository at this point in the history
* Spooky Bois

* added my name to contributors
  • Loading branch information
TheNoodleMoose authored and BennyCarlsson committed Oct 5, 2018
1 parent c89ab0f commit 71a98f0
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ <h1>Contributors <a href="https://github.com/lingonsaft/hacktoberfest">(Github r
<p class="card-item"><a href="https://github.com/jakewtaylor">Jake Taylor</a></p>
<p class="card-item"><a href="https://github.com/DCox2016">Dustin Cox</a></p>
<p class="card-item"><a href="https://github.com/marychew97">Mary Chew</a></p>
<p class="card-item"><a href="https://github.com/TheNoodleMoose">TheNoodleMoose</a></p>
<p class="card-item"><a href="https://github.com/patrick330602">patrick330602</a></p>
<p class="card-item"><a href="https://github.com/jackzmc">Jackz</a></p>
<p class="card-item"><a href="https://github.com/AdmAlexus">AdmAlexus</a></p>
Expand All @@ -173,6 +174,7 @@ <h1>Contributors <a href="https://github.com/lingonsaft/hacktoberfest">(Github r
<p class="card-item"><a href="https://github.com/csleong98">Chee Seng Leong</a></p>
<p class="card-item"><a href="https://github.com/KushagraGoel">KushagraGoel</a></p>
<p class="card-item"><a href="https://github.com/viveksdf">viveksdf</a></p>
<p class="card-item"><a href="https://github.com/qToastii">Toastii</a></p>
</div>
</div>
</main>
Expand Down
97 changes: 97 additions & 0 deletions spooky.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">
<!--Made By TheNoodleMoose-->

<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>Hacktoberfest - Spooky Bois </title>
</head>

<style>
body {
background-color: black;
}

h1 {
color: white;
}

h2 {
color: white;
}
li {
color: white;
font-size: 37px;
}

.spook_vid {
align-content: center;
}

.center {
border-style: solid;
border-color: white;
border-width: 5px;
display: table;
margin: 0 auto;
}

.skeleton1 {
border-color: white;
border-width: 3px;
}
</style>

<body>
<div class="top">
<h1 class="center">Spooky Bois Of The Month</h1>
<br>
<h2 class="center">All The Spookiest Bois have come out this month and here is a list of the TOP 10 SPOOKIEST BOIS OF 2018!</h2>
<br>
</div>

<div align="center">
<iframe id="spook_vid" width="560" height="315" src="https://www.youtube.com/embed/9DECYte0kZ4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

<div align="center">
<ol>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/entries/icons/square/000/015/990/image.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/376/354/3dd.gif" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/937/371/960.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.ytimg.com/vi/_-1NagZ2psc/hqdefault.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/p1ny1kzmo5q11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://preview.redd.it/u5jcy0hbt0q11.png?width=640&crop=smart&s=1d9eae9e743b3fcb57d396a355510b86e9a0eff1" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/rqna5bhon5q11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://preview.redd.it/9ut92xtcm5q11.jpg?width=960&crop=smart&s=c67045e6cf69b00a99e510417809600b754d4ce5" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/54sax7kljzp11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/1akb1c7vg5q11.jpg" width="240px" height="240px" border=3px></li>
</ol>
</div>
</body>














</html>

0 comments on commit 71a98f0

Please sign in to comment.