-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (103 loc) · 3.28 KB
/
index.html
File metadata and controls
111 lines (103 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dataClay - Active objects across the newtork</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!-- stylesheet css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/template.css">
<script defer src="js/brands.min.js"></script>
<script defer src="js/solid.min.js"></script>
<script defer src="js/fontawesome.min.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar-collapse">
<!-- preloader section -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<header>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<img src="images/dataclay_logo.png" class="img-responsive" alt="dataclay_logo" style='width:50%; height: 50%'>
<!--
<h1 class="tm-title yellow bold shadow">dataClay</h1>
<h1 class="grey">Active objects across the network</h1>
-->
</div>
</div>
</div>
</header>
<section class="container">
<div class="row">
<div class="col-md-6">
<div class="about">
<h3 class="black"><i class="fab fa-java"></i> Java</h3>
<p style='text-align:center'>
<a href='https://bsc-dom.github.io/javaclay/apidocs/index.html'>Javadoc</a>
<br />
<a href='https://bsc-dom.github.io/javaclay'>Project website</a>
<br />
<a href='https://github.com/bsc-dom/javaclay'>Source code</a>
</p>
</div>
</div>
<div class="col-md-6">
<div class="about">
<h3 class="black"><i class="fab fa-python"></i> Python</h3>
<p style='text-align:center'>
<a href='https://pyclay.readthedocs.io/en/latest/'>Documentation</a>
<br />
<a href='https://pypi.org/project/dataClay/'>PyPi</a>
<br />
<a href='https://github.com/bsc-dom/pyclay'>Source code</a>
</p>
</div>
</div>
</div>
</section>
<hr style='opacity:0'>
<section class="container">
<div class="row">
<div class="col-md-4">
<div class="about">
<i class="fa fa-globe"></i> <a href='https://www.bsc.es/dataclay'>bsc.es/dataclay</a>
</div>
</div>
<div class="col-md-4">
<div class="about">
<i class="fab fa-github"></i> <a href='https://github.com/bsc-dom'>github.com/bsc-dom</a>
</div>
</div>
<div class="col-md-4">
<div class="about">
<i class="fa fa-envelope"></i> <a href='mailto:support-dataclay@bsc.es'>support-dataclay@bsc.es</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p class='black'>
dataClay - active objects across the network
<br />
Copyright © 2019 - <a href='https://www.bsc.es/research-development/research-areas/big-data/distributed-object-management'>Distributed Object Management Group</a>
</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>