-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (118 loc) · 5.3 KB
/
index.html
File metadata and controls
131 lines (118 loc) · 5.3 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
<!--
+00- .: .::://:::. `.`
-/-// :/ :::://:::: +/-
1/:-/o :/ /1///1/- /1-/-1+ `// /1-/-/+ `-/-/--: --/-/- -/+ .// //0-/: o/-/-1:
+/0 `-/- :/ -/-. -/- //1` `-/+ `// -// // 0/o .- +/- -/+ ./- -/o`` o/. /.
.-/+::0/1 :/ :/1 o/- o/- o/- `// //-00000/ 1/: +/- -/+ ./- -/. -/ ----
-/0oooo1/+ :/ `//-/+//- .--+:+--. `// `//. //1/:o/1 //1/. +/1/:0/- -/. --//:/0o
.-o .-o ./ -/o `/-0-+` // /-00o- .+-0-/ /--: :-0-/-o o-` `+-0-+.
.001/-`
`::-`
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AlgoTecture</title>
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="path/to/image.jpg">
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
<style>body { opacity: 0; overflow-x: hidden; } html { background-color: #fff; }</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116006034-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116006034-1');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179952746-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179952746-1');
</script>
</head>
<body>
<div id="css-preloader">
<div class="cssload-loader">
<div class="cssload-inner cssload-one"></div>
<div class="cssload-inner cssload-two"></div>
<div class="cssload-inner cssload-three"></div>
</div>
</div>
<header>
<div class="top-panel">
<div class="top-panel-content">
<div class="top-panel-logo main-logo">
<a href="/"><img src="img/AlgoTecture_Logo.svg" alt="AlgoTecture logotype" /></a>
<span>AlgoTecture</span>
</div>
<nav class="top-panel-nav">
<a href="https://twitter.com/algo_tecture" title="twitter" target="_blank">
<img src="img/iconmonstr-twitter-5_maroon.svg" alt="">
</a>
<a href="https://github.com/algotecture" title="github" target="_blank">
<img src="img/iconmonstr-github-5_maroon.svg" alt="">
</a>
<a href="https://www.linkedin.com/company/algotecture/" title="linkedin" target="_blank">
<img src="img/iconmonstr-linkedin-5_maroon.svg" alt="">
</a>
<a href="https://medium.com/@deminism" title="medium" target="_blank">
<img src="img/iconmonstr-medium-5_maroon.svg" alt="">
</a>
</nav>
</div>
</div>
</header>
<section class="content">
<div class="content-media">
<div class="content-media-item">
<img src="img/AlgoTecture_DLT.svg" />
</div>
<!-- Do not delete this part of code!!!! -->
<!-- <div class="content-media-play-button-wrapper" id="greeting-video">
<div class="content-media-play-button"></div>
</div> -->
</div>
<div class="content-aside">
<div class="content-aside-item">
<div class="content-aside-description">
AlgoTecture provides a decentralized database and a platform to radically simplify the modeling and management of build assets
</div>
</div>
</div>
</section>
<section class="twitter-news">
<div class="twitter-news-title">
<a href="https://twitter.com/hashtag/algotecture?src=hash" target="blank">Follow our newsfeed #algotecture</a>
</div>
<div class="twitter-news-content" >
<a class="twitter-timeline" href="https://twitter.com/algo_tecture?ref_src=twsrc%5Etfw" data-width="470" data-height="585" data-chrome="nofooter noborders noscrollbar">Tweets by algo_tecture</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-copyright footer-logo">
© 2026 <a href="/">AlgoTecture</a>
</div>
</div>
</footer>
<div class="algo-video-popover">
<div class="algo-video-popover-close-button"></div>
<div class="algo-video-popover-content">
<iframe src="https://www.youtube.com/embed/z1chFB-dalU" frameborder="0" allowfullscreen="" class="algo-video-popover-content-youtub"></iframe>
</div>
</div>
<link rel="stylesheet" href="css/main.min.css">
<script src="js/main.min.js"></script>
</body>
</html>