Skip to content

Commit 8159081

Browse files
committed
updated dmg
1 parent c14678c commit 8159081

File tree

9 files changed

+20
-28
lines changed

9 files changed

+20
-28
lines changed

out/Coffitivity Offline-darwin-x64/Coffitivity Offline.app/Contents/Resources/app/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
<img style="cursor: zoom-in;" src="http://siwalik.in/coffitivityOffline/images/scrsht.jpg" width="100%">
2+
13
# Coffitivity Offline 1.0.0
2-
Coffitivity.com's unofficial desktop app which runs without internet. 🎧 🚀
4+
Coffitivity's desktop app built with the powers of web technology and ElectronJS. 🎧 🚀
35

6+
>looking for Download? [Go to Download page.](http://www.siwalik.in/coffitivityOffline/)
47
5-
### Development Setup
8+
### Reporting issues
9+
Please visit our [Github Issues Page](https://github.com/siwalikm/coffitivity-offline/issues) to discuss bugs and issues.
610

11+
### Development Setup
712
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. We will also be using [Electron Forge](https://electronforge.io/) for building our desktop native app.
813
Next open up Terminal or your favourite command line tool:
914

@@ -20,7 +25,8 @@ npm install
2025
# Run the app
2126
electron-forge start
2227
```
23-
#### Building native app for MacOS
28+
#### Building native app
29+
(supports only MacOS for now)
2430
```bash
2531
# Go into the repository
2632
cd coffitivity-offline

out/Coffitivity Offline-darwin-x64/Coffitivity Offline.app/Contents/Resources/app/src/index.html

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,20 @@ <h1 class="mainTitle">Coffitivity Offline</h1>
5555
<i class="icon-cancel"></i>
5656
<div class="musicOptBox">
5757
<p class="musicOptBox__title">About</p>
58-
<p class="musicOptBox__desc">I am coffitivity.com's open-source cousin, and i run without the internet.<br>I recreate ambient sounds of cafes to boost your creativity, so you can produce better work.</p>
59-
<p class="musicOptBox__desc">Coffitivity Offline is built by <a target="_blank" href="https://twitter.com/siwalik">@siwalik</a> in collaboration with <a target="_blank" href="https://twitter.com/Coffitivity">@Coffitivity</a>.</p>
60-
<p class="musicOptBox__desc">You can report issues and bugs on <a rel="noreferrer" target="_blank" href="https://github.com/siwalikm/coffitivity-offline/issues">Github Issues</a>.</p>
6158
<p class="musicOptBox__desc">
62-
<span>
63-
<a href="https://github.com/siwalikm/coffitivity-offline" target="_blank">
64-
<span class="links">
65-
<i aria-hidden="true" class="icon-github-circled"></i> Fork us on GitHub
66-
</span>
67-
</a>
68-
</span>
69-
<br>
70-
<span>
71-
<a href="https://github.com/siwalikm/coffitivity-offline" target="_blank">
72-
<span class="links">
73-
<i aria-hidden="true" class="icon-twitter"></i> Share the love on Twitter
74-
</span>
75-
</a>
76-
</span>
59+
I am coffitivity.com's open-source cousin, and i run without the internet.<br>I recreate ambient sounds of cafes to boost your creativity, so you can produce better work.</p>
60+
<p class="musicOptBox__desc">
61+
Coffitivity Offline is built by <a target="_blank" href="https://twitter.com/siwalik">@siwalik</a> in collaboration with <a target="_blank" href="https://coffitivity.com">coffitivity.com</a>.</p>
62+
<p class="musicOptBox__desc">
63+
You can report issues and bugs on <a rel="noreferrer" target="_blank" href="https://github.com/siwalikm/coffitivity-offline/issues">Github Issues</a>.</p>
7764

78-
</p>
7965
</div>
8066
</span>
8167

8268
<footer>
8369
<a rel="noreferrer" target="_blank" href="https://twitter.com/intent/tweet?text=Check%20out%20@Coffitivity%20for%20Desktop!%20You%20can%20listen%20to%20ambient%20music%20even%20when%20you%27re%20offline.%20%F0%9F%8E%A7%20%F0%9F%9A%80%20@siwalik%20siwalik.in/coffitivityOffline"><i title="Spread the love" class="footer-icon icon-twitter"></i></a>
8470

85-
<a rel="noreferrer" target="_blank" href="https://github.com/siwalikm/coffitivity-offline/"><i title="Fork me on Github" class="footer-icon icon-github-circled"></i></a>
71+
<a rel="noreferrer" target="_blank" href="https://github.com/siwalikm/coffitivity-offline/"><i title="Fork on Github" class="footer-icon icon-github-circled"></i></a>
8672
<a onclick="aboutPageFn()"><i title="Info" class="footer-icon icon-info-circled-alt"></i></a>
8773

8874
</footer>

out/Coffitivity Offline-darwin-x64/Coffitivity Offline.app/Contents/Resources/app/src/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ i.icon-cancel {
1717
float: right;
1818
z-index: 100;
1919
position: relative;
20-
margin-top: -333px;
20+
margin-top: -320px;
2121
padding: 10px;
2222
}
2323

2424
.page3 .musicOptBox{
25-
height: 350px;
25+
height: 280px;
2626
z-index: 10;
2727
background: #303c50;
2828
position: absolute;
29-
margin-top: -333px;
30-
margin-left: 0px;
31-
width: 250px;
29+
margin-top: -321px;
30+
margin-left: 2px;
31+
width: 245px;
3232
}
3333

3434
.page3 .musicOptBox:hover {
-53 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)