-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
360 lines (358 loc) · 16.8 KB
/
index.php
File metadata and controls
360 lines (358 loc) · 16.8 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="google-site-verification" content="3_dUrV0l3CoZllaqpkc7CesDN_pHwbzQr9pLCrrr0gk"/>
<title>Diogo Costa - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Diogo Costa's Portfolio">
<meta name="keywords"
content="diogothecoder, diogo costa, diogo, costa, web development, software, coval solutions, lending works, brunel, flutter, laravel, development, android, app">
<meta name="author" content="Diogo Costa">
<link rel="icon" type="image/svg+xml" href="img/DC_favicon.svg">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.transitions.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172511095-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172511095-1');
</script>
</head>
<body>
<div class="preloader">
<div class="status-mes"></div>
</div>
<header class="s-header">
<div class="header-logo">
<a href=".">
<img src="img/dc_logo.png" alt="Homepage">
</a>
</div>
<div class="header-content">
<nav class="row header-nav-wrap">
<ul class="header-nav">
<li><span><a class="smoothscroll" href="/" title="Home">Home</a></span></li>
<li><a class="smoothscroll" href="#about" title="About">About</a></li>
<li><a class="smoothscroll" href="#services" title="Services">Services</a></li>
<li><a class="smoothscroll" href="#portfolio" title="Works">Works</a></li>
<li><a href="mailto:hello@diogothecoder.com" title="Contact us">Say Hello</a></li>
</ul>
</nav>
<!-- end header-nav-wrap -->
</div>
<!-- end header-content -->
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header>
<!-- Start Image Area -->
<div class="welcome-image-area particle-bg" data-stellar-background-ratio="0.6">
<div id="particles-js"></div>
<div class="display-table">
<div class="display-table-cell">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="welcome-text text-center">
<h1 class="typewrite" data-period="2000"
data-type='[ "Hi, I am Diogo Costa.", "I am a Developer.", "I am a Designer.", "I am an Engineer.", "I am creative.", "I am a Londoner." ]'>
</h1>
<div class="line"></div>
<div class="author-social text-center">
<ul>
<li><a class="f-color" href="https://www.facebook.com/DiogoTheCoder/"
target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a class="t-color" href="https://twitter.com/DiogoTheCoder/"
target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li><a class="g-color" href="https://github.com/DiogoTheCoder/" target="_blank"><i
class="fab fa-github"></i></a>
</li>
<li><a class="l-color" href="https://www.linkedin.com/in/DiogoTheCoder/"
target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li><a class="y-color"
href="https://www.youtube.com/DiogoTheCoder?sub_confirmation=1"
target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="arrow-down">
<a href="#about" class="smooth-scroll btn">
<i class="fa fa-angle-double-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ End Image Area -->
</header>
<!--/ End Header Area -->
<!-- Start About Us area -->
<section id="about" class="about_us-area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Start Section Title -->
<div class="section-title">
<h2>My Background</h2>
</div>
<!--/ End Section Title -->
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 text-center align-self-center">
<!-- Start About Image -->
<div class="about-image">
<img class="img-responsive" src="img/bg/about-image.jpg" alt="Diogo Costa"/>
</div>
<!--/ End About Image -->
</div>
<div class="col-md-6 col-sm-6 text-center align-self-center">
<!-- Start About Text -->
<div class="about-landon-text">
<h2>My name is Diogo Costa, Software Developer from the UK.</h2>
<p>Having been programming since the age of thirteen, starting with Python and moving onto several other languages, frameworks and technologies, working in the FinTech industry has given me the tools to build various web and mobile applications to suit your business needs.</p>
<p>Currently working at Lending Works as a Software Developer (mostly PHP and JavaScript/TypeScript) and as the Lead Developer for Coval Solutions, building mobile applications in Flutter.</p>
</div>
<!--/ End About Text -->
</div>
</div>
</div>
</section>
<!--/ End About Us Area -->
<!-- Start Services Area -->
<section id="services" class="our_services_area section-padding gry-bg">
<div class="container">
<div class="row">
<div class="section-title">
<h2>What I Enjoy Doing</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<div class="single-service">
<h4>Mobile Development</h4>
<p>Developed native mobile applications for Android. Registered Google Play Developer. As well as
creating mobile applications for multiple platforms using technologies such as Flutter and React
Native.
</p>
</div>
</div>
<div class="col-md-4">
<div class="single-service">
<h4>Tutoring</h4>
<p>Taught a variety number of students ranging from GCSE to University level. Familiar with the GCSE
and A level Computer Science syllabus. Helped students achieve A/A* in their Software
Development Projects for GCSE.
</p>
</div>
</div>
<div class="col-md-4">
<div class="single-service">
<h4>Web Development</h4>
<p>Experience in working as a full stack developer and for working with multiple CMSs such as Drupal
and Wordpress. Developed websites and web applications for Clients under Coval Solutions.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="our-portfolio-area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>My recent Projects</h2>
</div>
</div>
</div>
<div class="center">
<button class="contact-btn" type="submit"
onclick="window.open('https://github.com/DiogoTheCoder?tab=repositories');"><i
class="fab fa-github"></i>View My Projects
</button>
</div>
</div>
</section>
<div class="complete-project-area section-padding gry-bg">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="single-service">
<div class="single-project text-center">
<div><i class="fa fa-users"></i>
</div>
<h4>NUMBER OF PROJECTS</h4>
<h2 id="repoCount" class="project-number">0</h2>
</div>
</div>
</div>
<div class="col-md-3">
<div class="single-service">
<div class="single-project text-center">
<div><i class="fa fa-code"></i>
</div>
<h4>LINES OF CODE</h4>
<h2 id="totalLinesOfCode" class="project-number">0</h2>
</div>
</div>
</div>
<div class="col-md-3">
<div class="single-service">
<div class="single-project text-center">
<div><i class="fa fa-coffee"></i>
</div>
<h4>CUPS OF COFFEE</h4>
<h2 id="numberOfCoffees" class="project-number">0</h2>
</div>
</div>
</div>
<div class="col-md-3">
<div class="single-service">
<div class="single-project text-center">
<div><i class="fa fa-clock"></i>
</div>
<h4>YEARS OF EXPERIENCE</h4>
<h2 id="yearsOfExperience" class="project-number"></h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- start blog area -->
<div id="blog" class="my_blog_area section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>Technologies</h2>
</div>
</div>
</div>
<div class="technologies text-center">
<ul>
<li><a class="f-color"><i class="fab fa-python fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-java fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-php fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-laravel fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-drupal fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-wordpress fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-js fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-react fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-docker fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-android fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-apple fa-spin"></i></a></li>
<li><a class="f-color"><i class="fab fa-windows fa-spin"></i></a></li>
</ul>
</div>
</div>
</div>
<section id="contact" class="contact_us-area gry-bg section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Start Section Title -->
<div class="section-title">
<h2>Contact Me</h2>
</div>
<!--/ End Section Title -->
</div>
</div>
<div class="row contact-us">
<!-- Start Contact Form -->
<div class="col-md-6 form-group text-center">
<button class="contact-btn" type="submit" data-toggle="tooltip" data-placement="top"
title="hello@diogothecoder.com"
onclick="location.href='mailto:hello@diogothecoder.com';"><i
class="fa fa-paper-plane"></i>Email Me
</button>
</div>
<div class="col-md-6 form-group text-center">
<button class="contact-btn" type="submit" data-toggle="tooltip" data-placement="top" title="Diogo Costa" onclick="window.open('https://www.linkedin.com/in/DiogoTheCoder', '_blank').focus()">
<i class="fab fa-linkedin"></i>Connect
</button>
</div>
<!-- End Contact Form -->
</div>
</div>
</section>
<footer class="footer-bottom-area section-padding">
<div class="container">
<div class="row">
<div class="footer-social-profile text-center">
<ul>
<li><a class="f-color" href="https://www.facebook.com/DiogoTheCoder/" target="_blank"><i
class="fab fa-facebook-f"></i></a>
</li>
<li><a class="t-color" href="https://twitter.com/DiogoTheCoder/" target="_blank"><i
class="fab fa-twitter"></i></a>
</li>
<li><a class="g-color" href="https://github.com/DiogoTheCoder/" target="_blank"><i
class="fab fa-github"></i></a>
</li>
<li><a class="l-color" href="https://www.linkedin.com/in/DiogoTheCoder/" target="_blank"><i
class="fab fa-linkedin-in"></i></a>
</li>
<li><a class="y-color" href="https://www.youtube.com/DiogoTheCoder?sub_confirmation=1"
target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<p>All Rights Reserved by <a target="_blank" href="https://www.linkedin.com/in/DiogoTheCoder/">Diogo
Costa</a>
</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script src="https://www.blogger.com/static/v1/widgets/866654127-widgets.js"></script>
<script src="js/stats.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function () {
$('[data-toggle="tooltip"]').tooltip();
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: false,
responsive: {
0: {
items: 1
},
600: {
items: 1
},
1000: {
items: 1
}
}
})
});
</script>
</body>
</html>