-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (230 loc) · 12.6 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
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/assets/images/js.png" type="image/x-icon">
<!-- ============================== ICONS ============================== -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!-- ============================== Swipper ============================== -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="./assets/css/style.css">
<title>Fabián Gutiérrez</title>
</head>
<body>
<header class="header">
<i class="ri-apps-2-line nav_toggle"></i>
<div class="nav_cont">
<ul class="nav_list flex" id="nav-menu">
<li class="nav_item">
<a href="#home" class="nav_link"><i class="ri-home-2-line home_icon"></i>Home</a>
</li>
<li class="nav_item">
<a href="#projects" class="nav_link"><i class="ri-code-box-line home_icon"></i>Projects</a>
</li>
<li class="nav_item">
<a href="#tech" class="nav_link"><i class="ri-html5-line home_icon"></i> Tech</a>
</li>
<li class="nav_item">
<a href="#about-me" class="nav_link"><i class="ri-user-line home_icon"></i>About</a>
</li>
<li class="nav_item">
<a href="#contact" class="nav_link"><i class="ri-contacts-book-line home_icon"></i>Contact</a>
</li>
</ul>
</div>
<a href="#contact" class="menu_contact">
<span>Contact Me!</span>
</a>
</header>
<main class="main" id="main">
<section class="hero section" id="home">
<div class="hero_cont flex">
<div class="hero_text">
<h1 class="name">Fabián Gutiérrez</h1>
<span class="dev"></span>
<div class="home_social flex">
<a href="https://www.linkedin.com/in/david-fabián-gutiérrez-molinar" class="social_link">
<i class="ri-linkedin-box-fill"></i>
</a>
<a href="https://github.com/FabianGML" class="social_link">
<i class="ri-github-fill"></i>
</a>
<a href="https://twitter.com/Fabian_Gtz24" class="social_link">
<i class="ri-twitter-fill"></i>
</a>
</div>
</div>
<div class="hero_img">
<img src="assets/images/programador-pc.svg" alt="Programador" class="pc_hero hero_front">
<img src="assets/images/php.png" alt="PHP" class="php_hero hero_front">
<img src="assets/images/mysql.png" alt="mysql" class="mysql_hero hero_front">
<img src="assets/images/html5.png" alt="html" class="html_hero hero_front">
<img src="assets/images/css-3.png" alt="css" class="css_hero hero_front">
<img src="assets/images/js.png" alt="javaScript" class="js_hero hero_behind">
<img src="assets/images/git.svg" alt="git" class="git_hero hero_behind">
<img src="assets/images/angular.svg" alt="angular" class="ang_hero hero_behind">
<img src="assets/images/laravel.svg" alt="laravel" class="laravel_hero hero_behind">
<img src="assets/images/python.svg" alt="python" class="pyt_hero hero_behind">
<img src="assets/images/react.svg" alt="react" class="react_hero hero_behind">
</div>
</div>
</section>
<section id="projects">
<h2 class="title">Projects</h2>
<div class="container">
<div class="item">
<div class="card">
<div class="circle circle2"></div>
<div class="circle circle1"></div>
<img src="assets/images/store_management.png" />
</div>
<div class="content">
<p class="card_text">
<strong>Store Management</strong> <br>
is a desktop application that allows you to manage the
inventory of a store, it has a dashboard where you can see the products,
providers etc.
</p>
<a href="store-mgmt.html" class="card_button">See More</a>
</div>
</div>
<div class="item">
<div class="card">
<div class="circle circle2"></div>
<div class="circle circle1"></div>
<img src="assets/images/voxaroo.png" />
</div>
<div class="content">
<p class="card_text">
<strong>Voxaroo</strong> <br>
Web application that helps people conect with people form your community, the web
is ment to work as an all in one marketplace to sale and buy products
</p>
<a href="voxaroo.html" class="card_button">See More</a>
</div>
</div>
</div>
</section>
<section id="tech">
<div class="tech_cont">
<div class="current_tech">
<div class="info_tech">
<h2 class="title" id="tech-title">Technologies</h2>
<p class="info_text">I've worked with these <strong>technologies</strong> on some
projects, however, <strong>every day</strong> i learn something new, i can't wait to learn
the <strong>next technology</strong> </p>
</div>
<div class="tech_imgs flex">
<div class="tech_img_cont">
<h4 class="tech_title">HTML</h4>
<img src="assets/images/html5.png" alt="html5" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">CSS</h4>
<img src="assets/images/css-3.png" alt="css3" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">JS</h4>
<img src="assets/images/js.png" alt="Js" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">React</h4>
<img src="assets/images/react.png" alt="react" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Node</h4>
<img src="assets/images/node.png" alt="node" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Express</h4>
<img src="assets/images/express.png" alt="express" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Electron</h4>
<img src="assets/images/Electron.png" alt="electron" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Python</h4>
<img src="assets/images/python.png" alt="python" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">MySQL</h4>
<img src="assets/images/mysql-icon.svg" alt="mysql" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">PostgreSQL</h4>
<img src="assets/images/postgre.png" alt="postgre" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Git</h4>
<img src="assets/images/git2.png" alt="git" class="tech_img">
</div>
<div class="tech_img_cont">
<h4 class="tech_title">Github</h4>
<img src="assets/images/github.png" alt="github" class="tech_img">
</div>
</div>
</div>
</div>
</section>
<section class="section" id="about-me">
<h3 class="title_scrub">ABOUT ME</h3>
<h3 class="title">ABOUT ME</h3>
<div class="info_cont">
<div class="img_cont">
<img src="assets/images/perfil.png" alt="" class="about_img">
<div class="about_square"></div>
</div>
<p class="about_info">
👋 Hello, I'm Fabian, a versatile fullstack developer. I'm adept at building web solutions from both
ends, covering everything from user interfaces to server functionalities. I specialize in JavaScript
and I'm enthusiastic about adopting new technologies to stay current. 💻<br><br>
Let's connect and discuss how we can bring your ideas to life. Feel free to reach out – I'm excited
to embark on new coding adventures! 🚀
</p>
</div>
</section>
<section class="section" id="contact">
<div class="contact_container">
<h3 class="title">Contact Me!</h3>
<div class="form_cont">
<form method="POST" id="form">
<label for="name">Full Name:</label>
<input type="text" name="name" required placeholder="Type your name...">
<label for="email">Email:</label>
<input type="email" name="email" required placeholder="Type your email...">
<label for="email">Subject:</label>
<input type="text" name="subject" required placeholder="Type your subject...">
<label for="message">Message:</label>
<textarea name="message" required cols="30" rows="5" placeholder="Leave a message"></textarea>
<button type="submit" name="submit" class="send_btn">Send Message</button>
</form>
<a href="mailto:[email protected]" id="mail">Mail</a>
<div class="contact_link_cont">
<a href="https://www.linkedin.com/in/david-fabián-gutiérrez-molinar" class="social_link">
<i class="ri-linkedin-box-fill"></i>
</a>
<a href="https://github.com/FabianGML" class="social_link">
<i class="ri-github-fill"></i>
</a>
<a href="https://twitter.com/Fabian_Gtz24" class="social_link">
<i class="ri-twitter-fill"></i>
</a>
<span class="email">[email protected]</span>
</div>
</div>
</div>
</section>
</main>
<!-- ============================== GSAP ============================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/TextPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollToPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollTrigger.min.js"></script>
<!-- ============================== SWIPER ============================== -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- ============================== MAIN JS ============================== -->
<script src="assets/js/main.js"></script>
</body>
</html>