This repository was archived by the owner on Mar 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (88 loc) · 4.53 KB
/
index.html
File metadata and controls
139 lines (88 loc) · 4.53 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
135
136
137
138
139
<!DOCTYPE html>
<!--
So Simple Jekyll Theme 3.1.2
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE
-->
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.6.0 -->
<title>algotech.io | Coding, Austrian Economics, Monetary Policy.</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="algotech.io" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Coding, Austrian Economics, Monetary Policy." />
<meta property="og:description" content="Coding, Austrian Economics, Monetary Policy." />
<link rel="canonical" href="https://blog.algotech.io/" />
<meta property="og:url" content="https://blog.algotech.io/" />
<meta property="og:site_name" content="algotech.io" />
<meta property="og:image" content="https://blog.algotech.io/images/home-city.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://blog.algotech.io/images/home-city.jpg" />
<meta property="twitter:title" content="algotech.io" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@algotechio" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://blog.algotech.io/","headline":"algotech.io","name":"algotech.io","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.algotech.io/images/algotech-logo-400x400.jpg"}},"image":"https://blog.algotech.io/images/home-city.jpg","description":"Coding, Austrian Economics, Monetary Policy.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script>
/* Cut the mustard */
if ( 'querySelector' in document && 'addEventListener' in window ) {
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + 'js';
}
</script>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i|Lora:400,400i,700,700i">
<link rel="alternate" type="application/atom+xml" title="algotech.io" href="/atom.xml">
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--home ">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#primary-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<header class="masthead">
<div class="wrap">
<a href="/" class="site-logo" rel="home" title="algotech.io">
<img src="/images/algotech-logo-400x400.jpg" class="site-logo-img animated fadeInDown" alt="algotech.io">
</a>
</div>
</header><!-- /.masthead -->
<main id="main" class="main-content" aria-label="Content">
<article>
<div class="page-image">
<img src="/images/home-city.jpg" class="entry-feature-image u-photo" alt="" >
</div>
<div class="page-wrapper">
<header class="page-header">
<h1 id="page-title" class="page-title"></h1>
</header>
<div class="page-content">
<p>Algotech is an algorithmic trading company whose main focus is to take advantage is pricing discrepancies in the cryptocurrency markets and to create liquidity in the markets.</p>
<div class="entries-list"></div>
</div>
</div>
</article>
</main>
<footer id="footer" class="site-footer">
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="social-icons"><a class="social-icon" href="/atom.xml"><i class="fas fa-rss-square fa-2x" title="Feed"></i></a></div><div class="copyright">
<p>2017 algotech.io</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="/assets/js/main.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"></script>
</body>
</html>