-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·300 lines (282 loc) · 11.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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<script src="https://kit.fontawesome.com/656c96167f.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./scss/style.css">
<title>Fabian Pena || Web Developer</title>
</head>
<body>
<div class="hero">
<div class="diagonal-hero-bg">
<div class="stars">
<div class="small"></div>
<div class="medium"></div>
<div class="big"></div>
</div>
</div>
<div class="flex">
<div class="text">Hello, I'm <span class="highlight">Fabian Pena </span><br> I'm a web developer.</div>
<div class="btn-work">
View my work
<i class="fas fa-arrow-right"></i>
</div>
</div>
</div>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Fabian Pena</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
</ul>
</div>
</nav>
<!-- About -->
<section id="about">
<div class="container">
<h2 class="text-center">About</h2>
<div class="text-center">
<img src="./Img/profile.jpeg" class="rounded" alt="Profile Picture">
</div>
<div class="intro">
<p>Hi! I’m Fabian, nice to mee you. I'm well organized person, problem solver, independent employee with high attention to detail. Fan of the NBA, outdoor activities, traveling, TV series and, recently, The Crown. A family person, father of one fractious boy who's my everything in life and one French Bulldog.</p>
</div>
<div class="about-icons">
<div class="row">
<div class="col-sm">
<i class="fas fa-tachometer-alt fa-5x"></i><br>
<span class="icon-title"><strong>Fast</strong></span>
<div class="about-icons-description">
Fast load times and lag free interaction, my highest priority.
</div>
</div>
<div class="col-sm">
<i class="fas fa-laptop fa-5x"></i><br>
<span class="icon-title"><strong>Responsive</strong></span>
<div class="about-icons-description">
My layouts will work on any device, big or small.
</div>
</div>
<div class="col-sm">
<i class="fas fa-lightbulb fa-5x"></i><br>
<span class="icon-title"><strong>Intuitive</strong></span>
<div class="about-icons-description">
Strong preference for easy to use, intuitive UX/UI.
</div>
</div>
<div class="col-sm">
<i class="fas fa-rocket fa-5x"></i><br>
<span class="icon-title"><strong>Dynamic</strong></span>
<div class="about-icons-description">
Websites don't have to be static, I love making pages come to life.
</div>
</div>
</div>
</div>
</section>
<hr class="style-five">
<!-- Projects -->
<section id="projects">
<div class="container">
<h2 class="text-center">Projects</h2>
<div class="row">
<div class="col-sm">
<div class="project-container">
<h4 class="title">Movie Finder</h4>
<div class="content">
<a href="https://the-movie-finder.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/moviefinder.png">
<div class="content-details fadeIn-top">
<h3>Movie Finder</h3>
<p>React JS / Axios / Semantic UI</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">Fabian's Shop</h4>
<div class="content">
<a href="https://infinite-bayou-87096.herokuapp.com/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/ecommerceapp.png">
<div class="content-details fadeIn-top">
<h3>e-Commerce</h3>
<p>React / Redux / MongoDB / Axios / JWT / Bootstra React</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">Ironfolio</h4>
<div class="content">
<a href="https://iron-folio.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/ironfolio.png">
<div class="content-details fadeIn-top">
<h3>Ironfolio</h3>
<p>React / Express.js / MongoDB / Material UI / JWT</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="project-container">
<h4 class="title">Video Browser</h4>
<div class="content">
<a href="https://the-movie-finder.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/myyoutube.png">
<div class="content-details fadeIn-top">
<h3>Youtube Video Browser</h3>
<p>React / API / CSS</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">The New Normal</h4>
<div class="content">
<a href="https://the-new-normal-informative.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/newsapp copy.png">
<div class="content-details fadeIn-top">
<h3>The New Normal</h3>
<p>React / API / Axios / React Router / Semantic UI</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">Ghost Town Game</h4>
<div class="content">
<a href="https://ghost-town.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/ghosttown copy.png">
<div class="content-details fadeIn-top">
<h3>Ghost Town Game</h3>
<p>JavaScript / Canvas</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="project-container">
<h4 class="title">Portfolio</h4>
<div class="content">
<a href="https://www.fabianpena.dev/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/portfolio.png">
<div class="content-details fadeIn-top">
<h3>Portfolio</h3>
<p>HTML / CSS / SCSS / JavaScript / Bootstrap</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">Miami Places</h4>
<div class="content">
<a href="https://miaplacestogo.netlify.app/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/placesmiami.png">
<div class="content-details fadeIn-top">
<h3>Miami Places</h3>
<p>React / API / Axios</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="project-container">
<h4 class="title">GitHub Finder</h4>
<div class="content">
<a href="https://github.com/fabianpena90/github-finder/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image" src="./Img/github.png">
<div class="content-details fadeIn-top">
<h3>GitHub Finder</h3>
<p>React / Context / React Router / Bootstrap</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="style-five">
<!-- Contact Me -->
<section id="contact">
<div class="container">
<h2 class="text-center">Contact Me</h2>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Name</label>
<input type="text" class="form-control" id="name" aria-describedby="name" placeholder="Enter name">
<label for="exampleInputEmail1">Email</label>
<input type="email" class="form-control" id="email" aria-describedby="email" placeholder="Enter email"
required>
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="6"></textarea>
</div>
<button type="button" class="btn btn-outline-info">Submit</button>
</form>
</div>
</section>
<!-- Footer -->
<nav class="navbar navbar-text fixed-bottom navbar-dark bg-dark">
<p class="footer">© Copyright Fabian Pena <script>document.write(new Date().getFullYear())</script>
</nav>
<!-- JavaScripts -->
<script src="./js/app.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
</body>
</html>