-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (218 loc) · 13.3 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/global.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<header class="header">
<div class="header-content">
<img class="image-profile img-index-page" src="images/me.jpg">
<h4 class="my-name">Sergio Garcia Michel</h4>
</div>
</header>
<div style="width: 100%; height: 6rem"></div>
<div class="container-curriculum">
<div class="items-about">
<details id="aboutme">
<summary>About me</summary>
<p id="myinfo" style="text-align: justify;">
My name is Sergio García Michel,<br>
im majoring in software engineering.
</p>
</details>
</div>
</div>
<!--project container---------------------------->
<div class="div-contenedor-publicaciones">
<a class="div-publicacion-cuerpo" data-bs-toggle="modal" data-bs-target="#Modal-projects" onclick="gisselles()">
<div class="project-image-container">
<img class="project-image" src="images/projets/gisselles-adventure/01.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/godot.png">
Gisselle's Adventure (Godot)
</div>
</a>
<a class="div-publicacion-cuerpo" data-bs-toggle="modal" data-bs-target="#Modal-projects" onclick="webfavnime()">
<div class="project-image-container">
<img class="project-image" src="images/projets/javascript-my-favnime/01.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/js.png">
My Favnime (HTML, CSS, JavaScript)
</div>
</a>
<a class="div-publicacion-cuerpo" data-bs-toggle="modal" data-bs-target="#Modal-projects" onclick="kotlin1()">
<div class="project-image-container">
<img class="project-image" src="images/projets/Kotlin-sales-app/0q.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/kotlin.png">
Sales application (Kotlin)
</div>
</a>
<a class="div-publicacion-cuerpo" onclick="kotlin2()" data-bs-toggle="modal" data-bs-target="#Modal-projects">
<div class="project-image-container">
<img class="project-image" src="images/projets/Kotlin-gps-app/01.png">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/kotlin.png">
GPS application (Kotlin)
</div>
</a>
<a class="div-publicacion-cuerpo" onclick="prototype_servicios()" data-bs-toggle="modal" data-bs-target="#Modal-projects">
<div class="project-image-container">
<img class="project-image" src="images/projets/prototype-html-servicios/01.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/js.png">
Sales page (design prototype)
</div>
</a>
<a class="div-publicacion-cuerpo" onclick="cchar_challenge()" data-bs-toggle="modal" data-bs-target="#Modal-projects">
<div class="project-image-container">
<img class="project-image" src="images/projets/chalenge_cshar/00.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/sechar.png">
Challenge display numbers (C#)
</div>
</a>
<a class="div-publicacion-cuerpo" onclick="react_native()" data-bs-toggle="modal" data-bs-target="#Modal-projects">
<div class="project-image-container">
<img class="project-image" src="images/projets/ReactNative/00.PNG">
</div>
<div class="div-description">
<img class="img-techtnology-project" src="images/projets/Icon-tech/reactnative.png">
myFavnime Movil (react native prototype)
</div>
</a>
</div>
<!--Buttons------------------------------------------------------------->
<div class="div-container-botones">
<input type="checkbox" id="btn-mas">
<div class="div-botones">
<!--cv-->
<a id="notificaciones" class="btn-bell-notifitions" onclick="opWindow()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-badge" viewBox="0 0 16 16">
<path d="M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
<path d="M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z"/>
</svg>
CV
</a>
<!--linkdin-->
<a onclick="open('https://www.linkedin.com/in/sergio-garcia-michel-a246811b8','Linkedin','height=700,width=700')">
<svg class="icons-butons" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
<!--github-->
<a onclick="open('https://github.com/serchonodera117','myProfile','height=700,width=700')">
<svg class="icons-butons" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
<!--Habilities-->
<a data-bs-toggle="modal" data-bs-target="#exampleModal">
<svg class="icons-butons" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal-code" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z"/>
<path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/>
<path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>
</svg>
</a>
</div>
<div class="icon-mas">
<label for="btn-mas">
<svg id="icon-mas2" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16">
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>
</svg>
</label>
</div>
</div>
<!--Modales------------------------------------------------------>
<!-- Modal CV -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Technical slills</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" style="display:table;">
<div class="modal-body">
<ul>
<li>javascript: Intermediate</li>
<li>HTML: Intermediate</li>
<li>CSS: Intermediate</li>
<li>C#: Intermediate</li>
<li>Linux systems: beginner</li>
<li>SQL: beginner</li>
<li>SQL server: beginner</li>
<li>Php: beginner</li>
<li>PhpMyAdmin: beginner</li>
<li>Arduino: beginner</li>
<li>Xamarin: intermediate</li>
<li>Kotlin: intermediate</li>
<li>Java: beginner</li>
<li>C: beginner</li>
<li>ReactNative: beginner</li>
<li>Unity: intermediate</li>
<li>Godot: intermediate</li>
<li>Adove photoshop: intermediate</li>
<li>Ofice: intermediate</li>
</ul>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
<!--modal projets-->
<div class="modal fade" id="Modal-projects" width="27.5rem" height="67rem" tabindex="-1" aria-labelledby="Modal-projects" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="selected-ptoject">proyecto</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="container-modal">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="true">
<div id="carousel-btn-indicators" class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div id="photos-project" class="carousel-inner">
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div id="cuerpo-texto">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="script/carousel.js"></script>
</body>
</html>