Compare commits

...

6 Commits

6 changed files with 40 additions and 23 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright © 2021 Codrops
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -11,7 +11,7 @@ Check out the details on [Codrops](https://tympanus.net/codrops/2018/01/12/freeb
## Credits
* [Highlight.js](https://highlightjs.org/)
* [Google Fonts - Nunito](https://fonts.google.com/specimen/Nunito+Sans)
* [Google Fonts - Ubuntu](https://fonts.google.com/specimen/Ubuntu)
* [Font Awesome v4](http://fontawesome.io/)
## License

View File

@ -1,3 +1,6 @@
<!--
version: 1.0.0
-->
<!doctype html>
<html>
<head>
@ -6,7 +9,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scribbler Documentation - a code documentation page template for codrops</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="scribbler-global.css">
<link rel="stylesheet" href="scribbler-doc.css">
<link rel="author" href="humans.txt">
@ -17,8 +22,8 @@
<h1 class="logo">Scribbler <span class="logo__thin">Doc</span></h1>
<ul class="menu">
<div class="menu__item toggle"><span></span></div>
<li class="menu__item"><a href="" class="link link--dark"><i class="fa fa-github"></i> Github</a></li>
<li class="menu__item"><a href="index.html" class="link link--dark"><i class="fa fa-home"></i> Home</a></li>
<li class="menu__item"><a href="" class="link link--dark"><i class="fa fa-code-fork"></i> Source Code</a></li>
</ul>
</nav>
<div class="wrapper">

View File

@ -1,3 +1,6 @@
<!--
version: 1.0.0
-->
<!doctype html>
<html>
<head>
@ -6,21 +9,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scribbler - a codding landing page template for codrops</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/railscasts.min.css">
<link rel="stylesheet" href="scribbler-global.css">
<link rel="stylesheet" href="scribbler-landing.css">
<link rel="author" href="humans.txt">
</head>
<body>
<nav>
<div class="logo"></div>
<ul class="menu">
<div class="menu__item toggle"><span></span></div>
<li class="menu__item"><a href="doc.html" class="link link--dark"><i class="fa fa-book"></i> Documentation</a></li>
<li class="menu__item"><a href="" class="link link--dark"><i class="fa fa-github"></i> Github</a></li>
</ul>
</nav>
<div class="wrapper">
<nav>
<div class="logo"></div>
<ul class="menu">
<div class="menu__item toggle"><span></span></div>
<li class="menu__item"><a href="doc.html" class="link link--dark"><i class="fa fa-book"></i> Documentation</a></li>
<li class="menu__item"><a href="" class="link link--dark"><i class="fa fa-code-fork"></i> Source Code</a></li>
</ul>
</nav>
</div>
<div class="hero">
<h1 class="hero__title">Scribbler</h1>
<p class="hero__description">Take your markdown notes in terminal</p>
@ -36,14 +43,14 @@
<h3 class="section__title">Installation</h3>
<div class="tab__container">
<ul class="tab__menu">
<li class="tab active" data-tab="mac">mac</li>
<li class="tab" data-tab="linux">linux</li>
<li class="tab active" data-tab="linux">linux</li>
<li class="tab" data-tab="win">win</li>
<li class="tab" data-tab="mac">mac</li>
</ul>
<pre class="nohighlight code">
<code class="tab__pane active mac">$ brew install scribbler</code>
<code class="tab__pane linux">$ apt-get install scribbler</code>
<code class="tab__pane active linux">$ apt-get install scribbler</code>
<code class="tab__pane win">$ gem install scribbler</code>
<code class="tab__pane mac">$ brew install scribbler</code>
</pre>
</div>
</div>
@ -141,7 +148,10 @@
</div>
</div>
</div>
<footer class="footer">Scribbler is a free HTML template created exclusively for <a href="https://tympanus.net/codrops/" target="_blank" class="link link--light">Codrops</a>.</footer>
<footer class="footer">
Scribbler is a free HTML template created exclusively for <a href="https://tympanus.net/codrops/" target="_blank" class="link link--light">Codrops</a>.<br>
Edited by <a href="https://iiiypuk.me/" target="_blank" class="link link--light">author</a> for this project.
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="scribbler.js"></script>

View File

@ -17,7 +17,7 @@
html, body {
padding: 0;
margin: 0;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
background-color: white;
}

View File

@ -1,9 +1,4 @@
/* nav specialized to landing page */
.logo {
background: url('logo.svg') no-repeat;
background-size: contain;
margin: 1rem 0 0 1rem;
}
nav {
background-color: var(--bg-color);