-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (85 loc) · 3.73 KB
/
index.html
File metadata and controls
102 lines (85 loc) · 3.73 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DAMIS</title>
<!-- Meta Tags -->
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content='VšĮ "Informatikos mokslų centras" (www.inscience.lt)' />
<!-- Favicon -->
<link rel="shortcut icon" href="/media/img/favicon.ico" />
<!-- CSS -->
<link rel="stylesheet" href="/media/css/bootstrap.min.css" media="screen,projection" type="text/css" />
<link rel="stylesheet" href="/media/css/style.css" media="screen,projection" type="text/css" />
<!-- RSS -->
<link rel="alternate" href="" title="RSS Feed" type="application/rss+xml" />
</head>
<body>
<div class="content">
<div class="row-fluid">
<div class="header">
<div class="span7 navbar-align">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li class="active"> <a href="/">Apie</a> </li>
<li><a href="/naujienos.htm">Naujienos</a></li>
<li><a href="http://demo.damis.lt">Demo</a></li>
<li><a href="http://docs.damis.lt">Dokumentacija</a></li>
</ul>
</div>
</div>
</div>
<div class="span5 logo">
<p>
<a href='http://damis.lt'><img src='http://i.imgur.com/LAr8w5p.png?1' width='230px'/></a><br/>
<b>D</b>ata <b>A</b>nalysis and <b>M</b>ining <b>I</b>nfrastructure for <text title="A scientist is one engaging in a systematic activity to acquire knowledge."><b>S</b>cientists</text>
</p>
</div>
</div>
<div class="about">
<div class="span6">
<p>
<b>Išeities kodas</b> su <a href="https://www.gnu.org/licenses/agpl.txt"><b>aGPL</b>: <a href="https://github.com/InScience/DAMIS"><pre >github.com/InScience/DAMIS</pre></a>
</a>
</p><br>
<p>
<b>Pranešk apie klaidas</b>: <a href="https://github.com/InScience/DAMIS/issues"><pre>github.com/InScience/DAMIS/issues</pre></a>
</p> <br>
<p>
<b>Išsakyk poreikius</b>: <pre><a href="http://wiki.hack4.lt/index.php/DAMIS">Poreikių wiki</a></pre>, <pre><a href="http://piratepad.net/damis">mintys</a></pre>
</p><br>
<p>
<b>Diskutuok</b>: <a href="https://groups.google.com/forum/#!forum/damis"><pre>damis@googlegroups.com</pre></a>
</p><br>
</div>
<div class="span6">
<br>
<p>
<b>Oficialūs kūrėjai</b>: <div class='well well-small'><a href="http://www.inscience.lt">InScience.LT</a> - siekiame atskleisti maksimalų mokslo infrastruktūros potencialą.</div>
</p>
<p>
<b>Bendrauk su mumis</b>: <pre><a href="http://webchat.freenode.net?channels=Hack4LT&prompt=1">#Hack4LT</a> @ freenode.net </pre>
</p><br>
</div>
</div>
<div class='footer'>
<div class="span12">
<br>
<br>
<hr>
<div class='attribution'>
<a href="http://www.inscience.lt">by InScience.LT </a>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> CC BY-SA 3.0 </a>
</div>
</div>
</div>
</div>
<!-- JavaScript -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="/media/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>