-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (85 loc) · 4.16 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
<!DOCTYPE html>
<html>
<head>
<title>Endless Horizons</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="We do research and development of new and exciting technologies of the future." />
<meta name="keywords" content="Endless, Horizons, Endless Horizons, EndlessHorizons, research, development, r&d, technology, individe, ipfs, blockchain, decentralized, distributed, p2p">
<meta name="robots" content="index, follow" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#436088">
<meta name="msapplication-TileColor" content="#436088">
<meta name="theme-color" content="#436088">
<meta property="og:title" content="Endless Horizons" />
<meta property="og:description" content="We do research and development of new and exciting technologies of the future." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://endlesshorizons.xyz/" />
<meta property="og:image" content="https://endlesshorizons.xyz/images/logo-in-space.png" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@2/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0XPY5C4E3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M0XPY5C4E3');
</script>
</head>
<body>
<div id="bg"></div>
<div class="container" id="main">
<div id="wrapper">
<img id="logo" alt="Endless Horizons Logo" src="images/logo.png" />
<div class="break"></div>
<h1 class="title">Endless Horizons</h1>
<div class="break"></div>
<h2 class="subtitle">
"Whatever we find, there will always be new horizons continually awaiting us."
</h2>
</div>
<div class="box" id="scrolldown" onclick="document.getElementById('projects').scrollIntoView()">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="container" id="projects">
<div id="wrapper">
<h1 class="title2">Our Work</h1>
<div class="break"></div>
<a alt="Individe Logo" href="https://individe.xyz/">
<img alt="Individe Logo" src="images/individe.png" style="width: 30vh; margin: 30px" />
</a>
</div>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>
Copyright © 2022 <strong>Aleksa Milošević</strong>. All Rights Reserved.
</p>
<div id="social">
<a href="https://linkedin.com/company/endlesshorizons" target="_blank" class="button is-medium is-linkedin is-light">
<span class="icon">
<i class="fab fa-linkedin fa-lg"></i>
</span>
</a>
<a href="https://github.com/EndlessHorizonsXYZ" target="_blank" class="button is-medium is-github is-light">
<span class="icon">
<i class="fab fa-github fa-lg"></i>
</span>
</a>
</div>
</div>
</footer>
</body>
</html>