-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonate.html
84 lines (68 loc) · 3.47 KB
/
donate.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="SublimeCodeIntel : Full-featured code intelligence and smart autocomplete engine" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css?_=3">
<title>SublimeCodeIntel</title>
<script type="text/javascript">
if (/Mac OS X/.test(navigator.userAgent)) document.documentElement.className += ' plat_osx';
else if (/Linux|FreeBSD/.test(navigator.userAgent)) document.documentElement.className += ' plat_linux';
else document.documentElement.className += ' plat_win';
if (/WOW64|Win64|x86_64/.test(navigator.userAgent)) document.documentElement.className += ' arch_64';
else document.documentElement.className += ' arch_32';
</script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel">View on GitHub</a>
<h1 id="project_title"><a href="/SublimeCodeIntel/"><span class="sublime">Sublime</span><span class="codeintel">CodeIntel</span></a></h1>
<h2 id="project_tagline">A full-featured code intelligence and smart autocomplete engine for Sublime Text.<br><span class="title">JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.</span></h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/master.zip">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/SublimeCodeIntel/SublimeCodeIntel/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<div class="band">
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<!-- content begins -->
<h1>Donate to SublimeCodeIntel!</h1>
<h2>How will my donation be used?</h2>
<p>Development of SublimeCodeIntel is done as an open-source project.</p>
<p>The donations will be directly used to support SublimeCodeIntel's developers.</p>
<h2>How do I donate?</h2>
<p>We accept donations via PayPal:</p>
<div style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="VVX4Q9H3924LE">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online." style="vertical-align: bottom;">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<!-- content ends -->
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Ported from Open Komodo by <a href="https://github.com/Kronuz">Germán M. Bravo (Kronuz)</a></p>
<p>The plugin is based in code from the Open Komodo Editor and has a MPL license.</p>
</footer>
</div>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
</style>
<script type="text/javascript" src="javascripts/main.js?_=1"></script>
<script type="text/javascript">
set_animation(animation_urls[0], animation_timelines[0], animation_urls[1])
</script>
</body>
</html>