-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (260 loc) · 12.6 KB
/
index.html
File metadata and controls
268 lines (260 loc) · 12.6 KB
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>personal Portafolio Website</title>
<link rel="stylesheet" href="css/website.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="">Portfo<span>lio.</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn">Services</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#proyect" class="menu-btn">projects</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<div class="text-2">Jonathan Gonzalez</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a href="#contact">Hire me</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/jhonnyx.jpg" alt="">
</div>
<div class="column right">
<div class="text">I'm Jonathan and I'm a <span class="typing-2"></span></div>
<p>For many years I have been interested in everything related to technology, because of this I am currently doing specialized studies as a Web developer, thanks to this I have carried out projects such as Music App and GasolinaMX, where I have developed skills in HTML, CSS, JAVASCRIPT AND REACT JS.
At this moment and independently I am carrying out a project called Economic APP together with my colleagues, it is an application that shows information on the economy of Mexico during the last years.</p>
<a href="pdf/CV-ingle .pdf" target="_blank" >Download CV</a>
</div>
</div>
</div>
</section>
<!-- service section start -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">My services</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Desing</div>
<p>
I prioritize communication and a responsive user interface; selecting the elements that compose it and coding the designs in HTML, CSS and JS languages.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-chart-line"></i>
<div class="text">Advertising</div>
<p>I am always up to date with new programming languages, technologies and trends in the market, integrating graphics, audio and video in the application or website</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">App Desing</div>
<p>
I work with clients to guarantee the creation of a viable, approved, salable product that complies with web standards, providing differential experience.</p>
</div>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & expriences.</div>
<p>
In general terms and as a Web developer, I have skills in HTML and CSS layout as well as JAVASCRIPT and REACT JS integration.
Which served as the basis for preparing projects such as Music App, Gasolina MX and Economic APP</p>
<a href="#">Read more</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>66%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>60%</span>
</div>
<div class="line javascript"></div>
</div>
<div class="bars">
<div class="info">
<span>ReactJS</span>
<span>50%</span>
</div>
<div class="line reactjs"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Proyect section strat -->
<section class="proyect" id="proyect">
<div class="max-width">
<h2 class="title">My Proyects</h2>
<div class="carousel owl-carousel">
<div class="card">
<a href="https://github.com/Music-App-Platzi/Music-App-Front-End" target="_blank">
<div class="box">
<img src="images/music.png" alt="">
<div class="text">Sund Music</div>
<p>A ColomboMexicana multiplatform application, used to play music via streaming,</p>
</div>
</a>
</div>
<div class="card">
<a href="https://github.com/JhonnierGS/gasolinaMX/tree/main/frontend" target="_blank">
<div class="box">
<img src="images/gasolinamx.png" alt="">
<div class="text">GasolinaMX</div>
<p>Is a Project where information on the locations and prices of gas stations in Mexico can be obtained.</p>
</div>
</a>
</div>
<div class="card">
<a href="https://jhonniergs.github.io/PokeCSS/" target="_blank">
<div class="box">
<img src="images/pokecss.png" alt="">
<div class="text">PokeCSS</div>
<p>A very fun challenge that consists of drawing pokemon only with CSS and increasing our abilities</p>
</div>
</a>
</div>
<div class="card">
<a href="https://jhonniergs.github.io/juego/" target="_blank">
<div class="box">
<img src="images/juego-js.png" alt="">
<div class="text">Game JS</div>
<p>Simón's game says that conscious to follow the sequence of colors, made with javaScript</p>
</div>
</a>
</div>
<div class="card">
<a href="#" target="_blank">
<div class="box">
<img src="images/blogs.png" alt="">
<div class="text">Blog</div>
<p>A blog created to talk about the news and news of the world of technology</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in touch</div>
<p>You will have constant accompaniment, contact me on my email and visit my social networks Twitter, Linkedin and GitHub.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Jonathan Gonzalez</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Bogota, Colombia</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">gs.170590@gamil.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Describe project.." required></textarea>
</div>
<div class="button">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
<div class="field-social-networks">
<a href="https://twitter.com/jhonnierGS" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/jonathan-andres-gonzalez-saenz-b3509818a/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/JhonnierGS" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Create By <a href="#">CodingColombia</a> | <span class="far fa-copyright"></span>2020 All right reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>