mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
added myself
This commit is contained in:
parent
be3cb471e9
commit
6670741228
@ -636,6 +636,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
||||
|
||||
# T
|
||||
|
||||
##TheNoodleMoose
|
||||
-Student Studying Web Development
|
||||
-I Love Gaming and Coding
|
||||
- [![github-alt][github-img]](https://github.com/TheNoodleMoose)
|
||||
|
||||
### Thomas Kulmbach (D0Tch)
|
||||
- Webdeveloper working in Denmark
|
||||
- [![github-alt][github-img]](https://github.com/d0tch)
|
||||
|
78
code/TheNoodleMoose.html
Normal file
78
code/TheNoodleMoose.html
Normal file
@ -0,0 +1,78 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user