-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
215 lines (186 loc) · 9.59 KB
/
index.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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6939253785017193",
enable_page_level_ads: true
});
</script>
<title>JStock - Free Stock Market Software</title>
<meta name="description" content="JStock makes it easy to track your stock investment. It provides well organized stock market information, to help you decide your best investment strategy." />
<meta name="keywords" content="free stock market software, free stock investment software" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-store, no-cache">
<meta http-equiv="Expires" content="0">
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-43627934-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=108599022497670";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="wrap">
<div id="top"></div>
<div id="content">
<div class="banner">
</div>
<div class="breadcrumbs">
<div class="left-menu">
<div class="fb-like" data-href="http://www.jstock.org" data-width="90" data-layout="button_count" data-show-faces="false" data-send="false"></div>
</div>
<ul id="jsddm">
<li><a class="current_page" href="index.html">Home</a></li>
<li>·</li>
<li><a href="download.html">Download</a></li>
<li>·</li>
<li><a href="features.html">Features</a></li>
<li>·</li>
<li><a href="ma_indicator.html">Indicators</a></li>
<li>·</li>
<li><a href="testimonial.html">Testimonial</a></li>
<li>·</li>
<li id="help-menu"><a href="javascript:void(0)"><u>Help</u><small>▼</small></a>
<ul>
<li><a href="help_install_upgrade.html">Install & Upgrade</a></li>
<li><a href="help_real_time_info.html">Stock Watchlist</a></li>
<li><a href="help_stock_indicator_editor.html">Stock Indicator Editor</a></li>
<li><a href="help_stock_indicator_scanner.html">Stock Indicator Scanner</a></li>
<li><a href="help_portfolio_management.html">Portfolio Management</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="help_faq.html">FAQ</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</li>
</ul>
<div class="right-menu">
<ul id="jsddm2">
<li id="country-menu"><a href="javascript:void(0)"><img border="0" src="images/country/us.png" /><u>English</u></a>
<ul>
<li><a href="zh/index.html"><img border="0" src="images/country/cn.png" />中文</a></li>
</ul>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
<!--
var ddmenuitem = 0;
var ddmenuitem2 = 0;
function jsddm_open(evt) {
ddmenuitem = $(this).find('ul').eq(0).toggle();
}
function jsddm_open2(evt) {
ddmenuitem2 = $(this).find('ul').eq(0).toggle();
}
function jsddm_close(evt) {
var target = $(evt.target);
if (target.parents('#jsddm > li#help-menu').length <= 0) {
if (ddmenuitem) ddmenuitem.hide();
}
if (target.parents('#jsddm2 > li#country-menu').length <= 0) {
if (ddmenuitem2) ddmenuitem2.hide();
}
}
$('#jsddm > li').bind('click', jsddm_open);
$('#jsddm2 > li').bind('click', jsddm_open2);
$(document).bind('click', jsddm_close);
-->
</script>
<div class="middle">
<div class="adv" align="left">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 468x60 -->
<ins class="adsbygoogle"
style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-6939253785017193"
data-ad-slot="2529507464"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="home">
<div class="h-container"><h1><center>Make Stock Investment Easy</center></h1></div>
<div><img id="main_screen" src="images/jstock.png" /></div>
<div class="blue">
<div class="button"><span><span><a href="download.html">Download JStock</a></span></span></div>
<p>It's free</p>
</div>
<div id="content"><strong>JStock makes it easy</strong> to track your stock investment. It provides well organized stock market information, to help you decide your best investment strategy.</div>
<div id="content">Tour <strong><a href="features.html">JStock's features</a></strong>, and see what some of our users <strong><a href="testimonial.html">have to say</a></strong>.</div>
<div style="clear:both;"></div>
</div>
<div class="features">
<div onclick="location.href='features.html?one-header';" style="cursor: pointer;" class="feature"><img src="images/features/realtime.png" /><div class="h-container"><h3>Stock Watchlist</h3></div>28 world stock markets.</div>
<div onclick="location.href='features.html?two-header';" style="cursor: pointer;" class="feature"><img src="images/features/portfolio.png" /><div class="h-container"><h3>Portfolio Management</h3></div>Calculate your net worth.</div>
<div onclick="location.href='features.html?three-header';" style="cursor: pointer;" class="feature"><img src="images/features/alert.png" /><div class="h-container"><h3>Alert</h3></div>Free email, system tray, sound alert.</div>
</div>
<div class="features">
<div onclick="location.href='features2.html?four-header';" style="cursor: pointer;" class="feature"><img src="images/features/indicator.png" /><div class="h-container"><h3>Indicator Filter</h3></div>Search for good stocks.</div>
<div onclick="location.href='features2.html?five-header';" style="cursor: pointer;" class="feature"><img src="images/features/chart.png" /><div class="h-container"><h3>Charting</h3></div>Trace back 10 years history.</div>
<div onclick="location.href='features2.html?six-header';" style="cursor: pointer;" class="feature"><img src="images/features/upload_to_cloud.png" /><div class="h-container"><h3>Cloud Storage</h3></div>Access personal data anytime, anywhere.</div>
</div>
<div class="features">
<div onclick="location.href='features2.html?seven-header';" style="cursor: pointer;" class="feature"><img src="images/features/money.png" /><div class="h-container"><h3>Currency Exchange</h3></div>Show foreign stocks in local currency.</div>
<div onclick="location.href='features2.html?eight-header';" style="cursor: pointer;" class="feature"><img src="images/features/news.png" /><div class="h-container"><h3>Stock Market News</h3></div>Read individual stock market news.</div>
<div onclick="javascript: pageTracker._trackPageview('/downloads/android'); location.href='https://play.google.com/store/apps/details?id=org.yccheok.jstock.gui'" style="cursor: pointer;" class="feature"><img src="images/features/android.png" /><div class="h-container"><h3>Android</h3></div>Run JStock on Android.</div>
</div>
<div class="features">
<div onclick="javascript: pageTracker._trackPageview('/downloads/wenote'); location.href='https://wenote.me'" style="cursor: pointer;" class="feature"><img src="images/features/wenote.png" /><div class="h-container"><h3>WeNote</h3></div>Organize your life.</div>
</div>
</div>
<div id="clear"></div>
<div class="adv" align="right">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 336x280 -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-6939253785017193"
data-ad-slot="4784969868"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div id="bottom"></div>
</div>
<div id="footer">
Please support by <a href="donation.html" onClick="javascript: pageTracker._trackPageview('/donate');">donating</a> · Content under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons licenses</a>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=6460490;
var sc_invisible=1;
var sc_security="b79b64cf";
</script>
<script type="text/javascript"
src="//www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="tumblr hit tracking tool"
href="http://statcounter.com/tumblr/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/6460490/0/b79b64cf/1/"
alt="tumblr hit tracking tool" ></a></div></noscript>
<!-- End of StatCounter Code -->
</body>
</html>