Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #167 from tubone24/gitpitch
Browse files Browse the repository at this point in the history
Gitpitch
  • Loading branch information
tubone24 committed Sep 15, 2019
2 parents e092056 + 7afaae2 commit a376edb
Show file tree
Hide file tree
Showing 17 changed files with 271 additions and 7 deletions.
92 changes: 92 additions & 0 deletions PITCHME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Ebook Homebrew

---

## What is Ebook Homebrew?

Ebook homebrew is ...

---?color=#FF9000

### My Studies

My Python and more languages studies materials.

---

## ~2018

First commits, Ebook homebrew is changing file name
to only digit name like 001.jpg and make e-book format files.

Command Line tool to make with `Python`.

---?color=#FF9000

### Features

@ul[list-square-bullets list-spaced-bullets](false)
- Rename file to only digit name like `001.jpg`
- Convert Image to PDF
- Make Zip
@ulend

Examples..

---

```bash
$ ebookhomebrew auto -s ./tests -d 3,4 -e jpg -f test.pdf
```

---

## Think about..

@img[clip-img clean-img span-20](assets/gitpitch/img/author.png)

@quote[I want to learn more!](tubone)

---?color=#FF9000

## Now..

---

### Evolution

- Awesome REST API
- OpenAPI
- Read The Docs
- Perfect Tests(UT/IT/E2E)
- CI/CD
- PyPI
- Heroku
- **More Client**

---?color=#FF9000

### More Client

- Flutter (Android & iOS App)
- Nim Client
- Rust Client
- Vue Client

---

### Flutter

![Flutter](assets/gitpitch/img/flutter-android.gif)

---

### Vue Client

![vue](assets/gitpitch/img/vue.png)

---?image=assets/gitpitch/img/journey.jpg

@snap[silver-fox text-italics]
Ebook Homebrew's journey is not over yet..
@snapend
34 changes: 34 additions & 0 deletions PITCHME.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
title : "What is Ebook Homebrew"

theme: template

theme-background: [ "#FFF5E3" ]
theme-headline: [ "Raleway", "#01BBD4", "none" ]
theme-byline: [ "Raleway", "#464E70", "none" ]
theme-text: [ "Ubuntu", "#464E70", "none" ]
theme-links: [ "#5289F7", "#5254F7" ]
theme-code: [ "Source Code Pro" ]
theme-controls: [ "#464E70" ]
theme-margins: [ "0", "15px" ]
# background: assets/gitpitch/img/bg.jpg
# background-size: cover

logo: assets/gitpitch/img/logo.png

highlight: monokai

slide-number: true

footnote: "© 2019 tubone-project24"

# mathjax: TeX-MML-AM_HTMLorMML-full

vertical-center: true

theme-override: assets/gitpitch/css/main.css

transition: concave

# mousewheel: false

# gatoken: UA-aaaa
13 changes: 10 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ The ``Ebook_homebrew`` is changing file name to only digit name like ``001.jpg``

.. image:: https://img.shields.io/lgtm/grade/python/g/tubone24/ebook_homebrew.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/tubone24/ebook_homebrew/context:python

.. image:: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew/badge
:target: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew
:alt: CodeFactor

.. image:: https://api.codacy.com/project/badge/Grade/d25ad1bd88f24a0abfb2d801034be820
:target: https://www.codacy.com/manual/tubone24/ebook_homebrew?utm_source=github.com&utm_medium=referral&utm_content=tubone24/ebook_homebrew&utm_campaign=Badge_Grade

.. image:: https://snyk.io/test/github/tubone24/ebook_homebrew/badge.svg?targetFile=requirements.txt
:target: https://snyk.io/test/github/tubone24/ebook_homebrew?targetFile=requirements.txt

Expand Down Expand Up @@ -102,11 +105,15 @@ The ``Ebook_homebrew`` is changing file name to only digit name like ``001.jpg``

.. image:: https://dply.me/yv0jty/button/small
:target: https://dply.me/yv0jty#install
.. image:: https://img.shields.io/twitter/url/https/ebook-homebrew.herokuapp.com?style=social

.. image:: https://img.shields.io/twitter/url/https/ebook-homebrew.herokuapp.com?style=social
:target: https://twitter.com/intent/tweet?text=LikeThis:&url=https%3A%2F%2Febook-homebrew.herokuapp.com
:alt: Twitter URL

.. image:: https://gitpitch.com/assets/badge.svg
:target: https://gitpitch.com/tubone24/ebook_homebrew/master?grs=github
:alt: GitPitch

.. image:: https://dockeri.co/image/tubone24/ebook-homebrew
:target: https://cloud.docker.com/repository/docker/tubone24/ebook-homebrew
:alt: dockerhub
Expand Down
67 changes: 67 additions & 0 deletions assets/gitpitch/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
.align-points {
display: inline-block;
text-align: left;
}

.center-image {
margin: auto auto;
}

.reveal pre code {
max-height: 700px;
}

.gp-logo div {
top: 2px;
left: 2px;
}

.jsfiddle {
height: 450px;
width: 100%;
}

.reveal section img {
background: transparent;
border: 0;
box-shadow: none;
}

.subtitle {
color: gray;
font-size: 0.6em;
}.align-points {
display: inline-block;
text-align: left;
}

.center-image {
margin: auto auto;
}

.reveal pre code {
max-height: 700px;
}

.gp-logo div {
top: 2px;
left: 2px;
}

.jsfiddle {
height: 450px;
width: 100%;
}

.reveal section img {
background: transparent;
border: 0;
box-shadow: none;
}

.subtitle {
color: gray;
font-size: 0.6em;
}

.silver-fox { color: #D4D4DC !important; }
Binary file added assets/gitpitch/img/author.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gitpitch/img/flutter-android.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gitpitch/img/journey.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gitpitch/img/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gitpitch/img/vue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions doc_src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Badges:
.. image:: https://img.shields.io/lgtm/grade/python/g/tubone24/ebook_homebrew.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/tubone24/ebook_homebrew/context:python

.. image:: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew/badge
:target: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew
:alt: CodeFactor

.. image:: https://api.codacy.com/project/badge/Grade/d25ad1bd88f24a0abfb2d801034be820
:target: https://www.codacy.com/manual/tubone24/ebook_homebrew?utm_source=github.com&utm_medium=referral&utm_content=tubone24/ebook_homebrew&utm_campaign=Badge_Grade

.. image:: https://snyk.io/test/github/tubone24/ebook_homebrew/badge.svg?targetFile=requirements.txt
:target: https://snyk.io/test/github/tubone24/ebook_homebrew?targetFile=requirements.txt

Expand Down Expand Up @@ -97,6 +104,14 @@ Badges:
.. image:: https://beerpay.io/tubone24/ebook_homebrew/badge.svg
:target: https://beerpay.io/tubone24/ebook_homebrew

.. image:: https://img.shields.io/twitter/url/https/ebook-homebrew.herokuapp.com?style=social
:target: https://twitter.com/intent/tweet?text=LikeThis:&url=https%3A%2F%2Febook-homebrew.herokuapp.com
:alt: Twitter URL

.. image:: https://gitpitch.com/assets/badge.svg
:target: https://gitpitch.com/tubone24/ebook_homebrew/master?grs=github
:alt: GitPitch

.. image:: https://dply.me/yv0jty/button/small
:target: https://dply.me/yv0jty#install

Expand Down
1 change: 1 addition & 0 deletions doc_src/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Release Notes
1.1.0
2.0.0
2.1.0
2.1.3
15 changes: 15 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Badges:
.. image:: https://img.shields.io/lgtm/grade/python/g/tubone24/ebook_homebrew.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/tubone24/ebook_homebrew/context:python

.. image:: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew/badge
:target: https://www.codefactor.io/repository/github/tubone24/ebook_homebrew
:alt: CodeFactor

.. image:: https://api.codacy.com/project/badge/Grade/d25ad1bd88f24a0abfb2d801034be820
:target: https://www.codacy.com/manual/tubone24/ebook_homebrew?utm_source=github.com&utm_medium=referral&utm_content=tubone24/ebook_homebrew&utm_campaign=Badge_Grade

.. image:: https://snyk.io/test/github/tubone24/ebook_homebrew/badge.svg?targetFile=requirements.txt
:target: https://snyk.io/test/github/tubone24/ebook_homebrew?targetFile=requirements.txt

Expand Down Expand Up @@ -97,6 +104,14 @@ Badges:
.. image:: https://beerpay.io/tubone24/ebook_homebrew/badge.svg
:target: https://beerpay.io/tubone24/ebook_homebrew

.. image:: https://img.shields.io/twitter/url/https/ebook-homebrew.herokuapp.com?style=social
:target: https://twitter.com/intent/tweet?text=LikeThis:&url=https%3A%2F%2Febook-homebrew.herokuapp.com
:alt: Twitter URL

.. image:: https://gitpitch.com/assets/badge.svg
:target: https://gitpitch.com/tubone24/ebook_homebrew/master?grs=github
:alt: GitPitch

.. image:: https://dply.me/yv0jty/button/small
:target: https://dply.me/yv0jty#install

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/releasenotes/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Release Notes
1.1.0
2.0.0
2.1.0
2.1.3
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ <h1>Welcome to ebook_homebrew’s documentation!<a class="headerlink" href="#wel
<a class="reference external image-reference" href="https://circleci.com/gh/tubone24/ebook_homebrew"><img alt="https://circleci.com/gh/tubone24/ebook_homebrew.svg?style=svg" src="https://circleci.com/gh/tubone24/ebook_homebrew.svg?style=svg" /></a>
<a class="reference external image-reference" href="https://lgtm.com/projects/g/tubone24/ebook_homebrew/alerts"><img alt="https://img.shields.io/lgtm/alerts/g/tubone24/ebook_homebrew.svg?logo=lgtm&amp;logoWidth=18" src="https://img.shields.io/lgtm/alerts/g/tubone24/ebook_homebrew.svg?logo=lgtm&amp;logoWidth=18" /></a>
<a class="reference external image-reference" href="https://lgtm.com/projects/g/tubone24/ebook_homebrew/context:python"><img alt="https://img.shields.io/lgtm/grade/python/g/tubone24/ebook_homebrew.svg?logo=lgtm&amp;logoWidth=18" src="https://img.shields.io/lgtm/grade/python/g/tubone24/ebook_homebrew.svg?logo=lgtm&amp;logoWidth=18" /></a>
<a class="reference external image-reference" href="https://www.codefactor.io/repository/github/tubone24/ebook_homebrew"><img alt="CodeFactor" src="https://www.codefactor.io/repository/github/tubone24/ebook_homebrew/badge" /></a>
<a class="reference external image-reference" href="https://www.codacy.com/manual/tubone24/ebook_homebrew?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=tubone24/ebook_homebrew&amp;amp;utm_campaign=Badge_Grade"><img alt="https://api.codacy.com/project/badge/Grade/d25ad1bd88f24a0abfb2d801034be820" src="https://api.codacy.com/project/badge/Grade/d25ad1bd88f24a0abfb2d801034be820" /></a>
<a class="reference external image-reference" href="https://snyk.io/test/github/tubone24/ebook_homebrew?targetFile=requirements.txt"><img alt="https://snyk.io/test/github/tubone24/ebook_homebrew/badge.svg?targetFile=requirements.txt" src="https://snyk.io/test/github/tubone24/ebook_homebrew/badge.svg?targetFile=requirements.txt" /></a>
<a class="reference external image-reference" href="https://ebook-homebrew.readthedocs.io/en/latest/?badge=latest"><img alt="Documentation Status" src="https://readthedocs.org/projects/ebook-homebrew/badge/?version=latest" /></a>
<a class="reference external image-reference" href="https://github.com/ambv/black"><img alt="https://img.shields.io/badge/code%20style-black-000000.svg" src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
Expand All @@ -188,6 +190,8 @@ <h1>Welcome to ebook_homebrew’s documentation!<a class="headerlink" href="#wel
<a class="reference external image-reference" href="https://gitter.im/ebook_homebrew/community#"><img alt="https://img.shields.io/gitter/room/tubone24/ebook_homebrew.svg" src="https://img.shields.io/gitter/room/tubone24/ebook_homebrew.svg" /></a>
<a class="reference external image-reference" href="https://saythanks.io/to/tubone24"><img alt="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" /></a>
<a class="reference external image-reference" href="https://beerpay.io/tubone24/ebook_homebrew"><img alt="https://beerpay.io/tubone24/ebook_homebrew/badge.svg" src="https://beerpay.io/tubone24/ebook_homebrew/badge.svg" /></a>
<a class="reference external image-reference" href="https://twitter.com/intent/tweet?text=LikeThis:&amp;url=https%3A%2F%2Febook-homebrew.herokuapp.com"><img alt="Twitter URL" src="https://img.shields.io/twitter/url/https/ebook-homebrew.herokuapp.com?style=social" /></a>
<a class="reference external image-reference" href="https://gitpitch.com/tubone24/ebook_homebrew/master?grs=github"><img alt="GitPitch" src="https://gitpitch.com/assets/badge.svg" /></a>
<a class="reference external image-reference" href="https://dply.me/yv0jty#install"><img alt="https://dply.me/yv0jty/button/small" src="https://dply.me/yv0jty/button/small" /></a>
<a class="reference external image-reference" href="https://cloud.docker.com/repository/docker/tubone24/ebook-homebrew"><img alt="dockerhub" src="https://dockeri.co/image/tubone24/ebook-homebrew" /></a>
<div class="toctree-wrapper compound">
Expand Down Expand Up @@ -226,6 +230,7 @@ <h1>Welcome to ebook_homebrew’s documentation!<a class="headerlink" href="#wel
<li class="toctree-l2"><a class="reference internal" href="releasenotes/1.1.0.html">1.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="releasenotes/2.0.0.html">2.0.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="releasenotes/2.1.0.html">2.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="releasenotes/2.1.3.html">2.1.3</a></li>
</ul>
</li>
</ul>
Expand Down
27 changes: 24 additions & 3 deletions docs/releasenotes/2.1.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="2.1.0" href="2.1.0.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -82,14 +83,25 @@



<ul>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../overview.html">Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="../howtouse.html">How to use</a></li>
<li class="toctree-l1"><a class="reference internal" href="../restapi.html">Rest API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../client.html">Client</a></li>
<li class="toctree-l1"><a class="reference internal" href="../deploy2heroku.html">Deploy to Heroku</a></li>
<li class="toctree-l1"><a class="reference internal" href="index.html">Release Notes</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Release Notes</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="1.0.0.html">1.0.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="1.1.0.html">1.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="2.0.0.html">2.0.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="2.1.0.html">2.1.0</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">2.1.3</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#awesome-design">Awesome Design</a></li>
<li class="toctree-l3"><a class="reference internal" href="#list-result">List Result</a></li>
</ul>
</li>
</ul>
</li>
</ul>


Expand Down Expand Up @@ -135,6 +147,8 @@

<li><a href="../index.html">Docs</a> &raquo;</li>

<li><a href="index.html">Release Notes</a> &raquo;</li>

<li>2.1.3</li>


Expand Down Expand Up @@ -178,6 +192,13 @@ <h2>List Result<a class="headerlink" href="#list-result" title="Permalink to thi
</div>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">


<a href="2.1.0.html" class="btn btn-neutral float-left" title="2.1.0" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>


<hr/>

Expand Down

0 comments on commit a376edb

Please sign in to comment.