forked from valiot/new.disruptiveangels.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (98 loc) · 4.24 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
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
102
103
104
105
106
107
108
109
110
---
layout: home
---
<section class="home-main">
<div class="text-container">
<h1 class="title__main">Changing the path of Innovation</h1>
<h2 class="sub-title__main">We are solving the most complex industrial challenges through state of the art Technology and Open Innovation.</h2>
</div>
</section>
<section class="home-about">
<div class="text-container">
<h3 class="title">The fastest route <br> towards 4.0</h3>
<p class="text">Our Open Innovation Process, in collaboration with large companies, helps us develop new ideas and fundamentals for the creations of next gen industrial technology.</p>
</div>
<figure>
<img src="/assets/img/home-about.jpg" alt="">
</figure>
</section>
<section class="home-services">
<a class="home-startups" href="products.html">
<p class="title-tag">PRODUCTS</p>
<p class="home-services--description">We have developed state of the art customizables solutions for digitizing end-to-end value chains.</p>
</a>
<a class="home-dips" href="innovation-process.html">
<p class="title-tag">INNOVATION PROCESS</p>
<p class="home-services--description">We have developed the World's best Open Innovation Model to create value around manufacturers.</p>
</a>
</section>
<section class="home-testimonies">
<div id="client-slider">
<div class="testimonies slides-container">
<div class="testimonies--item slides">
<p class="testimony">I love the Disruptive Angels' process, I think is innovative, extremely effective and disruptive indeed.</p>
<p class="testimony--author">Máximo Vedoya - CEO Ternium</p>
</div>
<div class="testimonies--item slides">
<p class="testimony">I'm extremely impressed with the innovation process and excited with its results.</p>
<p class="testimony--author">Raúl Gutierrez Muguerza - CEO DeAcero</p>
</div>
<div class="testimonies--item slides">
<p class="testimony">These guys are bringing a whole new perspective to the way big companies innovate, to the way startups are being created, and to the startup - enterprise business relations.</p>
<p class="testimony--author">Eduardo Garza T Junco - CEO FRISA</p>
</div>
<div class="testimonies--item slides">
<p class="testimony">I have never seen anything like this before, I'm thrilled with the results delivered by these guys.</p>
<p class="testimony--author">Juan Garza Herrera - CEO Xignux</p>
</div>
<div class="testimonies--item slides">
<p class="testimony">I loved what I saw. This innovation/startup-creation model has what it takes to make global impact.</p>
<p class="testimony--author">Eduardo Coronado - CEO Coflex</p>
</div>
</div>
<div class="clients-logos">
<a href="">
<img src="/assets/img/logo-ternium.jpg" alt="Ternium">
</a>
<a href="">
<img src="/assets/img/logo-deacero.jpg" alt="DeAcero">
</a>
<a href="">
<img src="/assets/img/logo-frisa.jpg" alt="Frisa">
</a>
<a href="">
<img src="/assets/img/logo-xignux.jpg" alt="Caintra">
</a>
<a href="">
<img src="/assets/img/logo-coflex.png" alt="Coflex">
</a>
</div>
</div>
</section>
<div class="separator"></div>
<section class="locations">
<h3 class="title">Where the magic happens</h3>
<div class="map">
<div class="map-location map-monterrey">
<img src="/assets/img/icon-pin.svg" alt="">
<div class="map-address">
<h4 class="title-tag">MONTERREY</h4>
<p class="text">Torre Vértice, Frida Kahlo #195, Col. Valle Oriente San Pedro Garza García, Nuevo León, México.</p>
</div>
</div>
<div class="map-location map-cdmx">
<img src="/assets/img/icon-pin.svg" alt="">
<div class="map-address">
<h4 class="title-tag">MEXICO CITY</h4>
<p class="text">Edificio Reforma Latino, Paseo de la Reforma #296, Col. Juárez, Ciudad de México.</p>
</div>
</div>
<div class="map-location map-boston">
<img src="/assets/img/icon-pin.svg" alt="">
<div class="map-address">
<h4 class="title-tag">BOSTON</h4>
<p class="text">618 Cambridge St, Cambridge, MA 02141, USA.</p>
</div>
</div>
</div>
</section>