-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (58 loc) · 2.69 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
62
63
64
65
66
67
68
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<title>SICÁ - Proyectos de código abierto</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
</head>
<script type='text/javascript'>
var fileName='%LOCAL_NAME%'
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33125186-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
<div id='head'>
<a href='http://mundosica.github.com/' id='logoSICA' title='SICÁ - Publicación de códigos abiertos'></a>
<div id='colaboradores'></div>
</div>
<div id='content'>
<div id='inner-content'>
<!--- init content -->
<h1>SICÁ - Proyectos de código abierto</h1>
<h2>Soluciones Integrales en computación Áplicada.</h2>
<h3>Tecnologias en libertad tecnologias para tod@s.</h3>
<p>Bienvenid@ este espacio esta destinado para publicar nuestros códigos e imagenes SVG abiertos.</p>
<h2>Lista de proyectos.</h2>
<ul>
<li><a href="./cakephp_behavior_slug/"><strong>Cakephp Comportamiento slug</strong></a></li>
<li><a href="./el_chaco_arte_grafica/"><strong>El chaco arte grafica</strong></a></li>
<li><a href="./notificaciones_email/"><strong>Notificaciones por Email</strong></a></li>
<li><a href="./prototypeJsCarousel/"><strong>prototypeJsCarousel</strong></a></li>
<li><a href="./geany-web-ninja/"><strong>Geany Web Ninja.</strong></a></li>
<li><a href="./Magento_1.6.x_translation_es_MX/"><strong>Magento Traducción al español Mexicano.</strong></a></li>
<li><a href="./Magento-1.6.x-Skin-para-Administracion-SICA/"><strong>Magento Skin para el panel administrativo.</strong></a></li>
<li><a href="./tutorial_hispano_jQuery/"><strong>Manual Basico de jQuery.</strong></a></li>
</ul>
<p>La mayoria de nuestros archivos, estan publicados bajo:</p>
<ul>
<li><strong>MIT</strong></li>
<li><strong>GPL 2</strong></li>
<li><strong>creativeCommons</strong></li>
</ul>
<p><em>Por favor revise los archivos y sus respectivas licencias</em>.</p>
<h1>Contacto</h1>
<p>Desarrollamos proyectos web, nos facina las tecnologias, ¿te podemos ayudar en algo?</p>
<p><a href="http://mundosica.com/">http://mundosica.com/</a></p>
<!--- end content -->
</div>
</div>
</body>
</html>