Skip to content

Commit f43ed0f

Browse files
committed
License issues
1 parent a3f7d98 commit f43ed0f

File tree

2 files changed

+33
-22
lines changed

2 files changed

+33
-22
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2017-2018 JDMCreator/latex-tables.com
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

src/supportus.html

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype>
22
<html>
33
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
45
<meta charset="UTF-8">
56
<title>Support Us | LaTeX Tables Editor</title>
67
<link href="css/bootstrap.min.css" rel="stylesheet">
@@ -34,33 +35,21 @@ <h1 class="text-center" style="height:50px;margin-bottom:10px;"><img src="logo.p
3435
">Support Us</span></h1>
3536

3637
<p class="text-center">The <a href="index.html">LaTeX Complex Tables Editor</a> is a massive project and only rely on donations. Supporting this project allows me to work harder on this project, buy better icons, pay for the hosting/domain name and develop new features.</p>
38+
<p class="text-center">You can donate with credit cards, PayPal, Apple Pay and more.</p>
3739
<p class="text-center">Thank you a lot.</p>
40+
<p class="text-center"><a class="dbox-donation-button" href="https://donorbox.org/latex-tables-2018" style="background:#2d81c5 url(https://d1iczxrky3cnb2.cloudfront.net/red_logo.png) no-repeat 37px center; color: #fff;text-decoration: none;font-family: Verdana,sans-serif;display: inline-block;font-size: 16px;padding: 15px 38px 15px 75px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 0 1px 0 0 #1f5a89; text-shadow: 0 1px rgba(0, 0, 0, 0.3);" >Donate</a></p>
3841

39-
<h3>Three ways to support us</h3>
42+
<hr>
4043

41-
<div class="row">
42-
<div class="col-md-4">
43-
<div class="way">
44-
<h3>Become a sponsor</h3>
45-
<p>Becoming a sponsor get you some privileges, like an early access to articles I write on LaTeX. You can also become a gold or platinum sponsor and get good exposure.</p>
46-
<p><a href="https://www.patreon.com/latexTables" target="_blank" class="btn btn-default">Become a sponsor</a></p>
47-
</div>
48-
</div>
49-
<div class="col-md-4">
50-
<div class="way">
51-
<h3>Donate once</h3>
52-
<p>We take any donation with PayPal !</p>
53-
<p><a href="https://www.paypal.me/XavierDionne" target="_blank" class="btn btn-default">Donate</a></p>
54-
</div>
55-
</div>
56-
<div class="col-md-4"> <div class="way">
57-
<h3>Share</h3>
58-
<p>Don't hesitate to share our editor on your social networks !</p>
59-
</div>
44+
<h4>Official sponsors</h4>
6045

61-
</div>
46+
<div class="row">
47+
<div class="col-md-4 text-center" style="padding:10px;"><div><a href="http://sheetjs.com"><img src="sponsors/sheetjs.png" width=80></a></div>
48+
<div class="text-center"><strong><a href="http://sheetjs.com">SheetJS</a></strong></div>
49+
<div class="text-center">SheetJS is the tool that allows the editor to load spreadsheets. It is a sponsor of this project.</div></div>
6250
</div>
63-
51+
</div>
52+
<a href="mailto:info@latex-tables.com">Become a sponsor.</a>
6453
</div>
6554
</body>
6655
</html>

0 commit comments

Comments
 (0)