forked from k4m4/donations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donationIdes.html
100 lines (88 loc) · 4.15 KB
/
donationIdes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Material-UI-swing Donations</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<style>
.content {
font-size: 18px;
}
</style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107067256-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'G-PHTLHL727K');
</script>
</head>
<body>
<header id="header" class="alt">
<!-- TODO: link donate to paypal any amount -->
<h1 style="text-align: center; margin-right: 0.5em">Material UI Swing Donate.</h1>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><img src="images/jetbrains.png" style="height: 5em; width: 5em;"/></div>
<h2 style="color: rgb(111, 184, 244);">Material UI Swing Donate</h2>
<div class="differences-contact">
<ul class="contact">
<h2 class="major">$ 150.00</h2>
<p>Help to use professional tools.</p>
</div>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style2">
<div class="inner">
<a class="image"><img src="https://avatars3.githubusercontent.com/u/17150045?s=400&u=ad52a04f992830b4d4bbe50d3fb6f89ee361537a&v=4" /></a>
<div class="content">
<h2 class="major">$ 150.00</h2>
<span style="display: inline-flex">
<p>Donate via
<a href="https://www.paypal.me/vincenzoPalazzo/150" class="special">Paypal</a>
<a href="page/vincenzopalazzo/index.html" class="special">Bitcoin</a>
</p>
</span>
</div>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h3>Why donate?</h3>
<p style="text-transform:none;">
There is no reason to donate, your donation somehow makes us understand that we are doing a good job. Thanks if you do
</p>
<!-- <p style="text-transform:none;">
Let me instead talk about the sacrifices required to make a service like this work. It can be enormously time consumingandthat's the real cost here. Plus there are a few services I pay for out of my own pocket to make the magic happen. If you wantto kick in to help me cover those costs, that would be awesome. And no problem if you don't want to either; justshare thelove and help others make use of the service.
</p> -->
<div class="differences-contact">
<ul class="contact">
<li><p class="contact_dev">Contact vincenzopalazzo</p></li>
<li class="fa-github"><a href="https://vincenzopalazzo.github.io/">github.com/vincenzopalazzo</a></li>
</ul>
</ul>
</div>
<ul class="copyright">
<li>© <a href='https://vincenzopalazzo.github.io/'>Vincent Palazzo </a>. Some rights reserved.</li>
<li><a href="https://github.com/atarw/material-ui-swing/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge" alt="License project"></a></li>
<li><a href="https://gitter.im/material-ui-swing/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">
<img alt="Gitter" src="https://img.shields.io/gitter/room/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge"></a>
</li>
<li><a href="https://github.com/atarw/material-ui-swing">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/atarw/material-ui-swing.svg?style=for-the-badge">
</li>
</ul>
</div>
</section>
</div>
</body>
</html>