-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·197 lines (162 loc) · 7.02 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="assets/logo/favicon.png" />
<link rel="manifest" href="manifest.json">
<title>INTER DATA</title>
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/nav.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/pages/development.css">
<link rel="stylesheet" href="styles/pages/about.css">
<link rel="stylesheet" href="styles/viewTransitions.css">
<script src="scripts/events.js" defer></script>
<script src="scripts/viewTransition.js" defer></script>
</head>
<body>
<header class="header-container">
<div class="header-content">
<a href="index.html" class="header-home-button">
<img class="header-logo-img" src="assets/logo/logo1.svg" alt="Interdata">
<h2 class="header-title">INTER DATA</h2>
</a>
<img src="assets/icons/menu-2.svg" class="menu-button-icon" alt="menu-icon">
</div>
</header>
<nav class="nav-container">
<a class="nav-item" href="index.html">
<img src="assets/icons/users.svg" class="nav-item-icon" alt="users-icon">
About us
</a>
<a class="nav-item" href="clients.html">
<img src="assets/icons/coins.svg" class="nav-item-icon" alt="coins-icon">
Our clients
</a>
<a class="nav-item" href="network.html">
<img src="assets/icons/world.svg" class="nav-item-icon" alt="world-icon">
Network Solution
</a>
</nav>
<main class="main-container">
<article class="slogan-container">
<h1 class="page-title">
INTER DATA
</h1>
<p class="slogan-text">
Simplified Technology
</p>
</article>
<!-- Page title -->
<h2 class="page-title">
About us
</h2>
<!-- Mission -->
<article>
<header class="article-title">
<img src="assets/icons/flag.svg" alt="flag-icon">
<h3>Mission</h3>
</header>
<p>
Get high quality results with our custom software development for everyone of our clients.
</p>
</article>
<!-- Vision -->
<article>
<header class="article-title">
<img src="assets/icons/eye-star.svg" alt="eye-star-icon">
<h3>Visión</h3>
</header>
<p>
Be part of a selected group of national top enterprises giving to our clients a high quality product which satisfied all of them requirements.
</p>
</article>
<!-- Goals -->
<!-- Values -->
<article>
<header class="article-title">
<img src="assets/icons/diamond.svg" alt="diamond-icon">
<h3>Values</h3>
</header>
<p>
<ul class="article-list empty">
<li><b>Commitment:</b> We are a passionate team with our work and our clients making high quality products. </li>
<li><b>Collaboration:</b> Interdata has a collaborator team, working all together with our developers and clients. </li>
<li><b>Quality:</b> We offer software with quality tests to ensure a high performance in our products. </li>
</ul>
</p>
</article>
<!-- Team members -->
<article>
<header class="article-title">
<img src="assets/icons/user-plus.svg" alt="user-plus-icon">
<h3>Our team</h3>
</header>
<div class="members">
<article class="member">
<img class="member" src="assets/members/ismael.webp" alt="member-avatar">
<div class="member">
<b>Ismael Cortés Gutiérrez</b>
<bi>Team leader</bi>
<p>Project leader, Backend and Frontend programmer with more than 8 years of experience in the sector.</p>
</div>
</article>
<article class="member">
<img class="member" src="assets/members/ivan.webp" alt="member-avatar">
<div class="member">
<b>Iván Martín Gómez Magaña</b>
<bi>Engineer</bi>
<p>Programmer with 6 years of experience in full stack technologies. Managing both the frontend and the backend to create complete and functional applications.</p>
</div>
</article>
<article class="member">
<img class="member" src="assets/members/alberto.webp" alt="member-avatar">
<div class="member">
<b>Brian Alberto López Maldonado</b>
<bi>Programmerr</bi>
<p>Embedded systems engineer with 5 years of experience in the design and development of software for specialized hardware.</p>
</div>
</article>
<article class="member">
<img class="member" src="assets/members/javier.webp" alt="member-avatar">
<div class="member">
<b>Francisco Javier Zepeda Jiménez</b>
<bi>Engineer</bi>
<p>Quality Assurance Professional with 3 years of experience in automated and manual testing.</p>
</div>
</article>
<article class="member">
<img class="member" src="assets/members/luis.webp" alt="member-avatar">
<div class="member">
<b>Luis Gerónimo Fernández Alonso</b>
<bi>Engineer</bi>
<p>2 years of experience in cybersecurity, specialized in the protection of critical infrastructures.</p>
</div>
</article>
</div>
</article>
</main>
<footer class="footer-container">
<div class="footer-first">
<a href="https://www.instagram.com/utj_oficial/" target="_blank" rel="noopener noreferrer" class="footer-button">
<img class="footer-icon" src="assets/icons/brand-instagram.svg" alt="icon-instagram">
</a>
<a href="https://www.facebook.com/utj.universidad" target="_blank" rel="noopener noreferrer" class="footer-button">
<img class="footer-icon" src="assets/icons/brand-facebook.svg" alt="icon-facebook">
</a>
<a href="https://twitter.com/utj_oficial" target="_blank" rel="noopener noreferrer" class="footer-button">
<img class="footer-icon" src="assets/icons/brand-twitter.svg" alt="icon-twitter">
</a>
<a href="https://www.youtube.com/@OFICIALUTJ" target="_blank" rel="noopener noreferrer" class="footer-button">
<img class="footer-icon" src="assets/icons/brand-youtube.svg" alt="icon-youtube">
</a>
</div>
<div class="footer-second">
2024. INTER DATA
</div>
</footer>
</body>
</html>