-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhome.html
More file actions
134 lines (117 loc) · 5.26 KB
/
home.html
File metadata and controls
134 lines (117 loc) · 5.26 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: home
title: Nodeclipse - Node.js Tooling with Eclipse
---
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node,debug,phantomjs,jjs,nashorn,vert.x,maven,gradle,android" name="keywords">
<link type="image/x-icon" rel="icon" href="/favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/pipe.css">
<title>Nodeclipse - Node.js Tooling with Eclipse</title>
<style>
ul {
padding: 0;
margin: 0;
font-size: 14px;
}
ol {
padding: 0;
margin: 0;
font-size: 14px;
}
</style>
</head>
<body class="int" id="logos">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
<img src="/img/eclipse48.png" alt="Enide Studio">
</a>
<a href="/" title="Go back to the home page">
<img id="logo" src="/img/nodejs-logo.png" alt="node">
</a>
</div>
<div id="content" class="clearfix">
<div id="column2" class="interior">
<ul>
<li><a href="/" class="home current">Home</a></li>
<li><a href="/projects" class="blog">Projects</a></li>
<li><a href="/community/" class="community">Community</a></li>
<li><a href="/share.html" class="docs">SHARE</a></li>
<li><a href="/artworks.html" class="logos">Logos</a></li>
<li><a href="/updates/" class="download">Download</a></li>
<li>{% include nodeclipse_install_button.html %}</li>
<li><a href="/enide" class="download">Enide</a></li>
<li><a href="/enide/2015" class="download">Enide Studio</a></li>
<li><a href="/restclient-tool/" class="blog">REST CLIENT</a></li>
<li><a href="/video">Video</a></li>
<li><a href="/#news">News</a></li>
<li><a href="http://nodeclipse.uservoice.com/forums/216804-general" class="community">Ideas</a></li>
<li><a href="/feed.articles.xml">Feeds</a></li>
</ul>
</div>
<div id="column1" class="interior">
<div>
{{ content }}
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nodeclipse'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31140487-1']);
_gaq.push(['_setDomainName', 'nodeclipse.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40088581-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script><!-- tracking by Paul-->
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41377881-2', 'nodeclipse.org');
ga('send', 'pageview');
</script>
<!-- AddThis Smart Layers BEGIN -->
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52e740e2779a0bdd"></script>
<script type="text/javascript">
addthis.layers({
'theme' : 'transparent',
'share' : {
'position' : 'right',
'numPreferredServices' : 6
}
});
</script>
<!-- AddThis Smart Layers END -->
</body>
</html>