-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 3.1 KB
/
Copy pathindex.html
File metadata and controls
62 lines (62 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Algorithm</title>
<meta name="description" content="Algorithm Limited. We are financial algorithm developers, systematic traders and investors.">
<meta name="robots" content="index, follow">
<meta name="keywords" content="algorithm, algo, systematic, trading, bot, investing, investor, developer, financial.">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<link rel="preload" href="assets/fonts/PPMori-Regular.woff" as="font" type="font/woff" crossorigin>
<link rel="stylesheet" href="assets/css/bundle.css">
</head>
<body>
<main>
<section class="h-hero">
<div class="wrapper">
<div class="h-hero__top">
<div class="h-hero__title">
<h1><span>Algorithm</span></h1>
</div>
</div>
<div class="h-hero__bottom">
<div id="about" class="h-hero__text">
<p>We are financial algorithm developers, systematic traders and investors.</p>
<a href="https://www.t.me/algorithm" class="button">
<span class="button__text">Contact us on Telegram</span>
<div class="button__icon">
<div class="button__icon__bg"></div>
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="m7.012 18.069 9.702-9.702v7.298l1.499.028-.014-8.81-1.132-1.132-8.81-.014.028 1.499h7.298L5.88 16.937l1.131 1.132Z" fill="currentColor"></path>
</svg>
</div>
</a>
</div>
<ul class="h-hero__social">
<li><span>Follow us</span></li>
<li><a href="https://www.linkedin.com/company/algorithm" target="_blank" class="text-link"><span>Linkedin</span></a></li>
<li><a href="https://www.tradingview.com/u/algorithm" target="_blank" class="text-link"><span>Trading View</span></a></li>
<li><a href="https://www.github.com/algorithm" target="_blank" class="text-link"><span>Git Hub</span></a></li>
<li><a href="https://www.algorithm.substack.com" target="_blank" class="text-link"><span>Substack</span></a></li>
<li><a href="https://www.medium.com/algorithm" target="_blank" class="text-link"><span>Medium</span></a></li>
</ul>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="wrapper">
<div class="footer__grid">
<div class="footer__copy"><span>© </span><span id="footerYear">2024.</span><span>All Rights Reserved.</span></div>
<ul class="footer__links">
</ul>
<div class="footer__legal"></div>
</div>
</div>
</footer>
</body>
</html>