Code Monkey home page Code Monkey logo
<title>Kapono4466 Twitch</title> <style> html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif; } .w3-sidebar { z-index: 3; width: 250px; top: 43px; bottom: 0; height: inherit; } li:nth-child(odd){ color: blue } li:firstchild { color: light green; font-size: 18px;
		}
		
		#open {
			color: white;
			left: 1000px;
		}
		/*.sidenav {
left:0;
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: -20;ht
background-color: white;
overflow-x: hidden;
transition: 5s;

} .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: green; display: block; transition: 0.3s; } .sidenav a:hover, .offcanvas a:focus{ color: white; font-weight: 900; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; left: 126px; font-size: 36px; margin-left: 50px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } p { color: green; }

	div {
		color: #FF6600;
		
	}
	body{
		text-align: center;
	}
		html,body {
margin: 0;
padding: 0;

}*/ .slider { width: 152px; margin: 2em auto;

} .slider-wrapper { width: 100%; height: 153px; position: relative; } .slide { float: left; position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 3s linear; } .slider-wrapper > .slide:first-child { opacity: 1; } </style>

Menu

Kapono4466's Roblox Kapono4466's Youtube Kapono4466's Twitch Development Group Mod Form
<script> var vid = document.getElementById("myVideo"); function setHalfVolume() { vid.volume = 0.2; } setHalfVolume();
	(function() {

function Slideshow( element ) {
	this.el = document.querySelector( element );
	this.init();
}

Slideshow.prototype = {
	init: function() {
		this.wrapper = this.el.querySelector( ".slider-wrapper" );
		this.slides = this.el.querySelectorAll( ".slide" );
		this.previous = this.el.querySelector( ".slider-previous" );
		this.next = this.el.querySelector( ".slider-next" );
		this.index = 0;
		this.total = this.slides.length;
		this.timer = null;
		
		this.action();
		this.stopStart();	
	},
	_slideTo: function( slide ) {
		var currentSlide = this.slides[slide];
		currentSlide.style.opacity = 1;
		
		for( var i = 0; i < this.slides.length; i++ ) {
			var slide = this.slides[i];
			if( slide !== currentSlide ) {
				slide.style.opacity = 0;
			}
		}
	},
	action: function() {
		var self = this;
		self.timer = setInterval(function() {
			self.index++;
			if( self.index == self.slides.length ) {
				self.index = 0;
			}
			self._slideTo( self.index );
			
		}, 3000);
	},
	stopStart: function() {
		var self = this;
		self.el.addEventListener( "mouseover", function() {
			clearInterval( self.timer );
			self.timer = null;
			
		}, false);
		self.el.addEventListener( "mouseout", function() {
			self.action();
			
		}, false);
	}
	
	
};

document.addEventListener( "DOMContentLoaded", function() {
	
	var slider = new Slideshow( "#main-slider" );
	
});

})(); // Get the Sidebar var mySidebar = document.getElementById("mySidebar");

// Get the DIV with overlay effect var overlayBg = document.getElementById("myOverlay");

// Toggle between showing and hiding the sidebar, and add overlay effect function w3_open() { if (mySidebar.style.display === 'block') { mySidebar.style.display = 'none'; overlayBg.style.display = "none"; } else { mySidebar.style.display = 'block'; overlayBg.style.display = "block"; } }

// Close the sidebar with the close button function w3_close() { mySidebar.style.display = "none"; overlayBg.style.display = "none"; } </script>

<br>


First Second Third Fourth fifth sixth seventh eighth ninth tenth eleventh
Previous Videos
<iframe width="560" height="315" src="https://www.youtube.com/embed/OZ1uCRIIPk0" frameborder="0" allowfullscreen></iframe>

kapono4466's Projects

ajax icon ajax

A Discord Bot to provide information on demand. [OLD BOT]

noblox.js icon noblox.js

A Node.js wrapper for ROBLOX. (original from sentanos)

orangefox icon orangefox

A nodejs discord bot with music streaming, moderation commands and much more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.