This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html_
62 lines (57 loc) · 2.01 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
vim:ft=html:
layout: default
title: home
<div id="content" class="container"></div>
<div class="homepage">
<div class="container">
<div class="hero-unit"></div>
<div class="row">
<div class="span8">
<div class="lead">
<p class="title">Open lab for the advance on computer
science.</p>
<p>Connectical is a self-managed laboratory to research and
develop new ideas in the field of computer science and IT,
with the premises of free(dom) knowledge and free(dom)
software.</p>
</div>
</div>
<div class="span4">
<div class="pic pic_header"></div>
</div>
</div>
<hr />
<div class="row vspace">
<div class="span4">
<h2><a href="/innovation"><span class="icon icon-beaker
grey"></span><span class="grey">The</span>
Innovation</a></h2>
<p>Innovation is always present in Connectical. We are
technology builders, so we are always thinking about some ideas
and try to create something new from those. That is our innovation lab!</p>
<p><a class="" href="/innovation">Read more »</a></p>
</div>
<div class="span4">
<h2><a href="/products"><span class="icon icon-download-alt
grey"></span><span class="grey">Our</span>
Products</a></h2>
<p>A product is any piece of code or hardware ready to be
useful for everyone. Products are the goal of an idea and the
begin of a new cycle of improvements and fixes. Welcome to our
product center!</p>
<p><a class="" href="/products">Read more »</a></p>
</div>
<div class="span4">
<h2><a href="/services"><span class="icon icon-cloud grey">
</span><span class="grey">Our </span> Services</a></h2>
<p>Connectical begins with a hard social orientation and
motivation. We are focused in spread new ideas and developments,
so we provide many of those as a service for the world. That is
our service pack!</p>
<p><a class="" href="/services">Read more »</a></p>
</div>
</div>
<div></div>
</div>
</div>
<div class="clearmin"></div>