-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththanks.html
70 lines (56 loc) · 2.9 KB
/
thanks.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
<!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>Thanks for your support!</h1>
<p>Thank you for supporting SublimeCodeIntel. Please help us bring in other donors. Refer donors to <a href="http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html">http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html</a></p>
<!-- 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>