NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<link rel="stylesheet" type="text/css" href="style.css">
<section class="home-section home-landing landing fillscreen" style="min-height: 624px;">

<div class="curtain visible"></div>
<!-- <div class="down-trigger delay-long"></div> -->
<div class="video-container" style="width: 100%; height: 122%; left: 0px; top: -11%; padding-bottom: 0px;">
<video autoplay="" loop="">
<source type="video/mp4" src="video.mp4">
<!-- Your browser does not support the video tag. -->
</video>
</div>
</section>





.home-landing {
position: relative;
overflow: hidden !important;
-webkit-transform: translate3d(255, 255, 0, 0);
-webkit-transition: background 0.5s;
transition: background 0.5s;
}

.home-landing .video-container {
position: fixed;
-webkit-transition: opacity 3s;
transition: opacity 3s;
}

.home-landing .video-container.show {
opacity: 1;
}

.home-landing .landing-logo svg {
height: 100px;
}

@media only screen and (max-height: 800px) {
.home-landing .landing-logo svg {
height: 50px;
}
}

.home-landing .page-tagline {
display: block;
padding-top: 0.4em;
margin-top: -0.4em;
margin-bottom: 0.25em;
overflow: visible;
line-height: 1.1em;
color: #ffffff;
vertical-align: bottom;
-webkit-transition: opacity 3s;
transition: opacity 3s;
}

@media only screen and (max-height: 800px) and (min-width: 500px) {
.home-landing .page-tagline {
font-size: 2.5em;
}
}

@media only screen and (min-width: 1600px) {
.home-landing .page-tagline {
font-size: 4em;
}
}

.home-landing .button {
margin-top: 2em;
font-size: 1em;
}

.home-landing .button:hover {
padding-right: 5em;
padding-left: 5em;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 25px #a6d900;
box-shadow: 0px 0px 25px #a6d900;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

@-webkit-keyframes huerotator {
0% {
-webkit-filter: hue-rotate(0deg);
}

100% {
-webkit-filter: hue-rotate(360deg);
}
}

.home-landing .curtain {
-webkit-animation: huerotator 3s infinite alternate;
}

@media only screen and (min-width: 1000px) {
.home-landing .button {
font-size: 1.5em;
}
}

.home-landing .down-trigger {
position: absolute;
bottom: -100px;
left: 50%;
z-index: 10;
width: 50px;
height: 50px;
margin-left: -25px;
border: 2px solid rgba(255, 255, 255, 0.6);
border-radius: 50px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

.home-landing .down-trigger:after {
position: absolute;
top: 50%;
left: 50%;
z-index: 11;
margin-top: -5px;
margin-left: -10px;
border-top: 10px solid #ffffff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
content: "";
}

.home-landing .down-trigger.visible {
bottom: 75px;
}

.home-landing .pos-absolute {
z-index: 10;
}

/*.home-landing .curtain {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
height: 100%;
background: #a6d900;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6d900), color-stop(100%, #ff4454));
background: -webkit-linear-gradient(top, #a6d900 0%, #ff4454 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#a6d900), to(#ff4454));
background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
opacity: 0.6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d900', endColorstr='#ff4454', GradientType=0);
-webkit-transition: opacity 1.5s;
transition: opacity 1.5s;
} */

.home-landing .curtain {
position: absolute;
top: 50px;
left: 0;
z-index: 5;
width: 100%;
height: 1200px;
background: #a6d900;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C0C0C0), color-stop(100%, #fff));
background: -webkit-linear-gradient(top, #a6d900 0%, #ff4454 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#a6d900), to(#ff4454));
background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
opacity: 0.6;
}

.home-landing .curtain.visible {
opacity: 0.6;
}

@media only screen and (min-width: 1000px) {
.home-landing .curtain.visible {
opacity: 0.6;
}
}

@media only screen and (min-width: 1000px) {
.home-landing {
background-image: none;
}
}

@-webkit-keyframes huerotator {
0% {
-webkit-filter: hue-rotate(0deg);
}

100% {
-webkit-filter: hue-rotate(360deg);
}
}

.home-landing .curtain {
-webkit-animation: huerotator 3s infinite alternate;
}

.landing-logo svg {
width: 250px;
}

.video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
min-height: 530px;
padding-bottom: 56.25%;
/*background-image: url(../images/primary-bg.jpg);*/

background-position: center;
-webkit-background-size: cover;
background-size: cover;
}

.video-container video {
display: none;
}

@media only screen and (min-width: 1000px) {
.video-container {
display: block;
}

.video-container video {
position: absolute;
top: 0;
left: 0;
z-index: 0;
display: block;
width: 100%;
height: 100%;
}
}

.home-section {
display: block;
overflow: auto;
-webkit-backface-visibility: hidden;
}

.home-section.padded {
padding: 3em 0;
}

@media only screen and (min-width: 1000px) {
.home-section.padded {
padding: 6em 0;
}
}

@media only screen and (max-width: 999px) {
.home-section {
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
}

.home-section .one-half {
padding: 15% 5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
.home-section .one-half {
float: left;
width: 50%;
min-height: 600px;
padding: 100px;
}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.