Skip to content

Instantly share code, notes, and snippets.

View riyaadazad's full-sized avatar
👷‍♂️
Building sites for awesome clients

Riyaad Azad riyaadazad

👷‍♂️
Building sites for awesome clients
View GitHub Profile
@riyaadazad
riyaadazad / blackTheme.html
Created August 10, 2018 21:23
Black/dark theme template provided by "w3schools.com" utilizing the W3.CSS stylesheet
<!DOCTYPE html>
<html>
<title>Demo W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<body>
<!-- Side Navigation -->
@riyaadazad
riyaadazad / analyticsTemplate.html
Last active August 10, 2018 21:21
Analytics template provided by "w3schools.com" utilizing the W3.CSS stylesheet
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<style>
/* Set the sidenav to full-width when the screen is less than 600 pixels wide */
@media (max-width: 500px) {
.w3-sidenav {
width: 100% !important;