-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhoweare.html
86 lines (63 loc) · 3.4 KB
/
whoweare.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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Quienes somos</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="css.css" type="text/css" media=screen,projection"/>
</head>
<body id="fondo" background="img/background2.jpg">
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo"><img src="img/logo.png" ></a>
<ul id="nav-mobile" class="right">
<li><a href="index.html" class="waves-effect waves-light btn">Home<i class="material-icons right">home</i></a></li>
<li><a href="servicios.html" class="waves-effect waves-light btn">¿Que servicios ofrecemos?<i class="material-icons right">build</i></a></li>
<li><a href="contacto.html" class="waves-effect waves-light btn">Contactanos<i class="material-icons right">phone</i></a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col s12" style="padding-left:30%;">
<h3>¿Quiénes Somos?</h3>
</div>
</div>
</div>
<div class="row">
<div class="col s5" style="padding-left:10%; padding-top:4%;" >
En Chile Strike, no solo somos expertos en Tecnología, también somos expertos en soluciones.<br><br>
Somos una empresa joven, buscando crear las soluciones tecnológicas que las personas y empresas necesitan, sin distinguir en tamaño, antigüedad o posicionamiento dentro de la industria.<br><br>
Contamos con la experiencia de un gran equipo humano y con la solvencia de las mejores marcas a través de certificaciones constantes y actualizadas a lo que las empresas necesitan al día de hoy.
</div>
<div class=" col s5">
<img src="img/who.jpg">
</div>
</div>
<h5 style="color: #5b5252;text-align: center; padding-top:30px;">© 2018 ChileStrike.cl Todos los Derechos Reservados.</h5>
<div class="row">
<div class="col s1">
<span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=qib66V72YzpEMw85C1wk7VkzjP0tx7uG375UhDsMT3igD7xlqlFkEOivzawC"></script></span>
</div>
<div class="col s1">
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script>
$(document).ready(function () {
$('.sidenav').sidenav();
$('select').material_select();
$('.materialboxed').materialbox();
});
</script>
</body>
</html>