This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
228 changed files
with
53,146 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License | ||
|
||
Copyright (c) 2017-2018 Food Limit. | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# food-limit.github.io | ||
|
||
Official website of Food Limit | ||
|
||
## Special thanks | ||
|
||
Built with [Jekyll](https://jekyllrb.com/). Thanks to [Antonio Trento](https://it.linkedin.com/in/antoniotrento) for this theme | ||
|
||
This Jekyll template was created to develop, landing pages, squeeze pages, portfolio and blog or all the above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
theme: jekyll-theme-minimal | ||
# Site settings | ||
title: Code Notes, the code snippet manager for developers | ||
email: [email protected] | ||
description: A simple code snippet manager for developers built with Electron & Vue.js 🚀 | ||
|
||
baseurl: "" | ||
url: "https://food-limit.github.io" | ||
|
||
#Google Ad Words Data from scripts code (using Google responsive options) and ad client | ||
#data-ad-slot: 0123456789 | ||
#data-ad-client: ca-pub-ABCD | ||
# google_ad_client: ca-pub-7380281265540998 | ||
|
||
google_analytics: "UA-113243461-1" | ||
#addthis_id: ra-xxxxxxxxxxxx | ||
#disqus_account: xxxxxx | ||
|
||
# Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io | ||
social: | ||
- title: github | ||
url: http://github.com/lauthieb/code-notes | ||
|
||
# Build settings | ||
markdown: kramdown | ||
highlighter: rouge | ||
permalink: pretty | ||
paginate: 5 | ||
exclude: ["less","node_modules","gulpfile.js","package.json","README.md"] | ||
gems: [jekyll-paginate, jekyll-feed] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<section id="contact" class="contact"> | ||
<div class="container"> | ||
<h2>Feel free to contribute <i class="fa fa-heart"></i></h2> | ||
<ul class="list-inline list-social"> | ||
{% for network in site.social %} | ||
<li class="social-{{ network.title }}"> | ||
<a href="{{ network.url }}" class="btn-social btn-outline" target="_blank"><i class="fa fa-fw fa-{{ network.title }}"></i></a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</section> | ||
<footer> | ||
<div class="container"> | ||
<p>© 2018 Code Notes. Built with <i class="fa fa-heart"></i> by Laurent Thiebault on <a target="_blank" rel="nofollow" href="https://github.com/lauthieb/code-notes">Github</a>. Thanks to <a target="_blank" rel="nofollow" href="https://it.linkedin.com/in/antoniotrento">Antonio Trento</a> for this theme. MIT License.</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<section id="download" class="download bg-primary text-center"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<h2 class="section-heading">Download now</h2> | ||
<p>Version 1.0.0</p> | ||
<div class="badges"> | ||
<ul class="list-inline"> | ||
<li> | ||
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/untagged-41f56eb67a3894fc9f38/bloc-codes-1.0.0-mac.zip" target="_blank"><i class="fa fa-fw fa-apple"></i></a> | ||
<a class="download-link" href="" target="_blank"><i class="fa fa-fw fa-linux"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<section id="why"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12 text-center"> | ||
<h2 class="section-heading">At Your Service</h2> | ||
<hr class="primary"> | ||
<br /> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-save wow bounceIn text-primary"></i> | ||
<h3>Save your snippets</h3> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-globe wow bounceIn text-primary" data-wow-delay=".1s"></i> | ||
<h3>Filter by languages</h3> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-clipboard wow bounceIn text-primary" data-wow-delay=".2s"></i> | ||
<h3>Copy to clipboard</h3> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i> | ||
<h3>Made with Love</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" type="text/css"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"> | ||
|
||
<!-- Plugin CSS --> | ||
<link rel="stylesheet" href="css/animate.min.css" type="text/css"> | ||
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css"> | ||
<link rel="stylesheet" href="vendor/device-mockups/device-mockups.min.css"> | ||
|
||
<!-- Custom CSS | ||
<link rel="stylesheet" href="css/main.css" type="text/css"> --> | ||
<link href="css/main.css" rel="stylesheet"> | ||
|
||
<link rel="icon" href="img/favicon.ico" /> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Google ADS mobile block --> | ||
{% if site.google_ad_client %} | ||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({ | ||
google_ad_client: "{{ site.google_ad_client }}", | ||
enable_page_level_ads: true | ||
}); | ||
</script> | ||
{% endif %} | ||
|
||
{% if site.addthis_id %} | ||
<!-- Go to www.addthis.com/dashboard to customize your tools --> | ||
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ site.addthis_id }}"></script> | ||
{% endif %} | ||
|
||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<header> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-6"> | ||
<div class="header-content"> | ||
<div class="header-content-inner"> | ||
<h1>A simple code snippet manager for developers built with Electron & Vue.js 🚀</h1> | ||
<a href="#why" class="btn btn-outline btn-xl page-scroll">Tell me more !</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-6"> | ||
<div class="header-content"> | ||
<div class="header-content-inner"> | ||
<img id="screen" src="img/screen.png" class="img-responsive" alt=""> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" | ||
data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">Code Notes</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a class="page-scroll" href="#why">Features</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#download">Download</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="https://github.com/lauthieb/code-notes" target="_blank">Contribute</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript | ||
<script src="js/bootstrap.min.js"></script> --> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="js/jquery.easing.min.js"></script> | ||
<script src="js/jquery.fittext.js"></script> | ||
<script src="js/wow.min.js"></script> | ||
|
||
<!-- Custom Theme JavaScript --> | ||
<script src="js/creative.js"></script> | ||
|
||
<!-- jQuery | ||
<script src="vendor/jquery/jquery.min.js"></script> --> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
|
||
<!-- Theme JavaScript --> | ||
<script src="js/new-age.min.js"></script> | ||
|
||
{% if site.google_analytics %} | ||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', '{{ site.google_analytics }}']); | ||
_gaq.push(['_trackPageview']); | ||
(function () { | ||
var ga = document.createElement('script'); | ||
ga.type = 'text/javascript'; | ||
ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
{% include head.html %} | ||
|
||
<body id="page-top"> | ||
{% include nav.html %} | ||
{% include header.html %} | ||
{% include feature.html %} | ||
{% include download.html %} | ||
{% include contact.html %} | ||
{% include scripts.html %} | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.