-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trading Indicators and Expert Advisors</title>
<link rel="stylesheet" type="text/css" href="./css/index.css">
<!-- <script src="script.js"></script> -->
</head>
<body>
<header>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./pages/products.html">Products</a></li>
<li><a href="./pages/freeresources.html">Free Resources</a></li>
<li><a href="./pages/blog.html">Blog</a></li>
<li><a href="./pages/aboutus.html">About Us</a></li>
<li><a href="./pages/contactus.html">Contact Us</a></li>
<li><a href="./pages/faq.html">FAQ</a></li>
<li><a href="./pages/myaccount.html">My Account</a></li>
<li><a href="./pages/shoppingcart.html">Shopping Cart</a></li>
<li><a href="./pages/checkout.html">Checkout</a></li>
<li><a href="./pages/legal.html">Legal</a></li>
<li><a href="./pages/support.html">Support</a></li>
</ul>
</nav>
</header>
<main>
<h1>Trading Indicators and Expert Advisors</h1>
<div class="hero-image"></div>
<h2>About Our Products</h2>
<p>We offer a wide range of trading indicators and expert advisors for various trading platforms such as MetaTrader 4 and 5, NinjaTrader, and TradeStation. Our indicators are designed to provide accurate predictions of market movements and our expert advisors can automatically execute trades based on a set of predefined rules. Our products have been developed by experienced traders and are backed by a 30-day money-back guarantee.
</p>
<h2>Free Resources</h2>
<p>
In addition to our products, we also offer a variety of free resources such as webinars, e-books, and tutorials to help traders improve their skills and knowledge. Our blog is also a great source of information on trading and market trends, news, and tips.
</p>
<h2>About Us</h2>
<p>
We are a team of experienced traders and developers committed to providing the best tools and resources for traders of all levels. We strive to deliver exceptional customer service and are dedicated to helping traders succeed.
</p>
<a href="./pages/products.html" class="cta-button">Explore Our Products</a>
</main>
<footer>
<p>Copyright ©2022 Trading Indicators and Expert Advisors</p>
</footer>
</body>
</html>