-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 2.67 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Uncanny software projects">
<meta name="keywords" content="Uncanny, Linked Data, RDF, OWL, Semantic Web, Java, Groovy, Scala, Clojure, Frege, Haskell, Prologue, JVM">
<meta name="author" content="Miguel Esteban Gutiérrez">
<!-- base href="http://uncanny.io/" target="_self" -->
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<link rel="stylesheet" href="css/uncanny.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<title>The Uncanny is coming...</title>
</head>
<body>
<div style="font-family: 'Kaushan Script'; color: #B9CCDE; font-size:60px; text-align:center; vertical-align:middle;height:83vh;line-height:83vh">The <span style="font-size:72px;color:white">Uncanny</span> is coming...</div>
<footer class="footer-distributed">
<p style="color: #B9CCDE;font-weight: bold;">A collection of <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" alt="Apache License 2.0">open source</a> utilities to facilitate the development of <i>service oriented</i> applications, leveraging <i>Semantic technologies</i>.</p>
<br>
<div class="footer-right">
<a href="#" onclick="alert('Not on Facebook yet...')"><i class="fa fa-facebook"></i></a>
<a href="#" onclick="alert('Not on Twitter yet...')"><i class="fa fa-twitter"></i></a>
<a href="#" onclick="alert('Not on LinkedIn yet...')"><i class="fa fa-linkedin"></i></a>
<a href="http://github.com/uncanny/" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="#">Home</a>
▪
<a href="#" onclick="alert('Wait a second, the blog is not ready yet')">Blog</a>
▪
<a href="#" onclick="alert('Wait a minute, the are working on the details now')">About</a>
▪
<a href="#" onclick="alert('Still on the works')">Faq</a>
▪
<a href="mailto:contact@uncanny.io">Contact</a>
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" alt="CC BY 4.0" style="line-height:31px;height:31px;vertical-align:middle"><img src="https://licensebuttons.net/l/by/4.0/88x31.png" alt="" width="88" height="31"></a>
</p>
<p style="color: #ececec;font-weight: bold;">Uncanny Software Projects © 2016</p>
</div>
</footer>
</body>
</html>