Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit f09c2e7

Browse files
committed
config(version): Prepare 1.0.1
1 parent 16f7d86 commit f09c2e7

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<p align="center" color="#6a737d">
99
A simple code snippet manager for developers built with Electron & Vue.js 🚀
1010
</p>
11+
<p align="center">
12+
<a href="https://lauthieb.github.io/code-notes/" target="_blank">https://lauthieb.github.io/code-notes</a>
13+
</p>
1114

1215
<div align="center">
1316

@@ -19,6 +22,14 @@ A simple code snippet manager for developers built with Electron & Vue.js 🚀
1922

2023
The aim of this project is to be more efficient by providing a pretty cool : a "bloc-notes" for developers 😃
2124

25+
## Demo
26+
27+
<div align="center">
28+
29+
[![Code Notes - V1.0.0](https://img.youtube.com/vi/WiTLEyDYex4/0.jpg)](https://www.youtube.com/watch?v=WiTLEyDYex4 "Code Notes - V1.0.0")
30+
31+
</div>
32+
2233
## Contributing
2334

2435
For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !

docs/_includes/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="contact" class="contact">
1+
<section id="contact" class="contact bg-primary">
22
<div class="container">
33
<h2>Feel free to contribute <i class="fa fa-heart"></i></h2>
44
<ul class="list-inline list-social">

docs/_includes/demo.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<section id="contact" class="contact bg-primary">
2+
<div class="container">
3+
<h2 class="section-heading">Demo</h2>
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/WiTLEyDYex4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
5+
</div>
6+
</section>

docs/_includes/download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="download" class="download bg-primary text-center">
1+
<section id="download" class="download text-center">
22
<div class="container">
33
<div class="row">
44
<div class="col-md-8 col-md-offset-2">
@@ -7,8 +7,8 @@ <h2 class="section-heading">Download now</h2>
77
<div class="badges">
88
<ul class="list-inline">
99
<li>
10-
<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>
11-
<a class="download-link" href="" target="_blank"><i class="fa fa-fw fa-linux"></i></a>
10+
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.0.0/code-notes-1.0.0.dmg" target="_blank"><i class="fa fa-fw fa-apple"></i></a>
11+
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.0.0/code-notes-1.0.0-x86_64.AppImage" target="_blank"><i class="fa fa-fw fa-linux"></i></a>
1212
</li>
1313
</ul>
1414
</div>

docs/_layouts/front.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{% include nav.html %}
88
{% include header.html %}
99
{% include feature.html %}
10+
{% include demo.html %}
1011
{% include download.html %}
1112
{% include contact.html %}
1213
{% include scripts.html %}

docs/_sass/_base.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ a {
3636
}
3737

3838
a.download-link {
39-
color: white;
39+
color: #333333;
4040
font-size: 60px;
4141
&:hover, &:focus {
42-
color: #333333;
42+
color: grey;
4343
}
4444
}
4545

@@ -385,9 +385,9 @@ section {
385385
}
386386
}
387387
&.social-github a {
388-
color: #1c97db;
388+
color: white;
389389
&:hover {
390-
background-color: #1c97db;
390+
background-color: #3b3b3b;
391391
color: white;
392392
}
393393
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-notes",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Laurent THIEBAULT <[email protected]>",
55
"description": "A simple code snippet manager for developers built with Electron 🚀",
66
"license": "MIT",

0 commit comments

Comments
 (0)