-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_quees_en.html
97 lines (83 loc) · 4.74 KB
/
index_quees_en.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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Proyecto CIAA</title>
<link rel="icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'); </style>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="nav-bar">
<div id="nav-left">
<a href="index.html"><img alt="logo" src="img/logo/ciaa_con_texto.png"></a>
</div>
<div id="nav-right">
<div id="lang-selector" >
<img src="img/logo/United_Kingdom.png">
<a href="index_quees.html"><img src="img/logo/Spain.png"></a>
</div>
<div id="social">
<div class="social-div">
<a target="_blank" href="devwiki/index.html"><img alt="Wiki" class="social-icon" src="img/logo/wiki.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="mailto:[email protected]"><img alt="Mail" class="social-icon" src="img/logo/mail.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://www.facebook.com/ProyectoCIAA"><img alt="Facebook" class="social-icon" src="img/logo/facebook.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://twitter.com/proyectociaa"><img alt="Twitter" class="social-icon" src="img/logo/twitter.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://www.youtube.com/user/proyectociaa"><img alt="YouTube" class="social-icon" src="img/logo/youtube.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://github.com/ciaa"><img alt="GitHub" class="social-icon" src="img/logo/github.png" /></a>
</div>
<div class="social-div">
<a target="_blank" href="https://groups.google.com/forum/#!forum/embebidos32"><img alt="GoogleGroups" class="social-icon" src="img/logo/google.png" /></a>
</div>
</div> <!-- info -->
</div> <!-- nav-right -->
</div><!-- nav-bar-->
<div id="cells">
<div id="cells-row">
<ul class="breadcrumb">
<li><a href="index_en.html">Start</a></li>
<li>What is the CIAA Project?</li>
</ul>
<!-- inicio zona editable -->
<div class="column" ><a href="index_quees_queescomputadora_en.html"><img alt="special" src="img/Computadoracerebro.jpg" name="">
<h3 >What is a computer? </h3> </a>
<p >Most people think of a laptop or a desktop computer, but these are not the only computers that exist. A CIAA is also a computer.</p>
</div>
<div class="column" ><a href="index_quees_quesignificaindustrial_en.html"><img alt="special" src="img/Industrial.jpg" name="">
<h3 >What does 'Industrial' mean?</h3> </a>
<p >In contrast to other well-known boards such as Arduino or Raspberry Pi, CIAA is prepared for industrial use, but what exactly does this actually mean?</p>
</div>
<div class="column" ><a href="index_quees_porqueesabierta_en.html"><img alt="special" src="img/Abierta.jpg" name="">
<h3 >Why is it "Open"?</h3> </a>
<p >The CIAA is Open because all the design information is freely available and can be modified at will, for use in private or commercial projects. </p>
<br>
</div>
<div class="column" ><a href="index_quees_porqueesargentina_en.html"><img alt="special" src="img/Argentina.png" name="">
<h3 >Why is it 'Argentine'?</h3> </a>
<p > The CIAA Project was born in Argentina on 2013. Since then, hundreds of people, institutions, companies and the state have collaborated to make it grow.</p>
</div>
<div class="column" ><a href="index_quees_quebuscaesteproyecto_en.html"><img alt="special" src="img/quebuscaesteproyecto.png" name="">
<h3 >What is the aim of this project?</h3> </a>
<p >The CIAA Project was started to lever the argentinean industrial environment, with the belief that academy could help to develop the industry.</p>
</div>
<div class="column" ><a href="index_quees_ejemplosuso_en.html"><img alt="special" src="img/ejemplosuso.jpg" name="">
<h3 >Examples of CIAA uses</h3> </a>
<p > CIAA is applied to a diversity of use cases, from industrial systems to educational projects, domestic appliances and scientific instruments.</p>
</div>
<!-- fin zona editable -->
</div><!-- cells-row -->
</div><!-- cells -->
</body>
</html>