-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
320 lines (307 loc) · 17.1 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html class="csstransforms3d" lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Tiago Sousa - Web Developer">
<meta name="description" content="I always wondered how to create a website and while taking my B.Sc. in Computer Science and Engineering, I decided to deep dive and learn more about it. After taughting myself essencial Web Development skills, I decided to look for a job and suddenly I was working for a company and learning twice as much as before.">
<meta name="og:title" content="Tiago Sousa - Web Developer">
<meta name="og:description" content="I always wondered how to create a website and while taking my B.Sc. in Computer Science and Engineering, I decided to deep dive and learn more about it. After taughting myself essencial Web Development skills, I decided to look for a job and suddenly I was working for a company and learning twice as much as before.">
<meta name="og:type" content="website" property="og:type">
<meta name="og:url" content="https://tiagoportfolio.github.io/" property="og:url">
<meta name="og:image" content="images/tiagosousa.jpg" property="og:image">
<meta name="theme-color" content="#000000"/>
<!-- FAVICONS AND MANIFEST -->
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="mask-icon" href="images/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/flickity.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<!-- <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.min.css"> -->
<script type="text/javascript" src="javascripts/main.js" defer></script>
<!-- <script type="text/javascript" src="javascripts/main.min.js" defer></script> -->
<script type="text/javascript" src="javascripts/lazysizes.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101216153-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101216153-2');
window.isUpdateAvailable = new Promise(function(resolve, reject) {
// register service worker file
navigator.serviceWorker.register('service-worker.js')
.then(reg => {
console.log("Service Worker registered!")
reg.onupdatefound = () => {
const installingWorker = reg.installing;
installingWorker.onstatechange = () => {
switch (installingWorker.state) {
case 'installed':
if (navigator.serviceWorker.controller) {
// new update available
resolve(true);
} else {
// no update available
resolve(false);
}
break;
}
};
};
})
.catch(err => console.error('[Service Worker ERROR]', err));
});
window['isUpdateAvailable']
.then(isAvailable => {
if (isAvailable) {
this.document.getElementById("service-worker_update").classList.toggle('show');
}
});
</script>
<title>Tiago Sousa - Web Developer</title>
</head>
<body>
<div class="content-wrapper">
<div class="greetings">
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header>
<div>
<img class="lazyload portrait" src="images/loading.gif" data-src="images/tiagosousa_mini.jpg" alt="Tiago Sousa - Portfolio" title="Tiago Sousa - Portfolio" style="height:31px"/>
<nav class="cl-effect-5">
<a id="home_header" class="pt-button anim focused">
<span data-hover="Tiago Sousa - Portfolio">
<div>Tiago Sousa - Portfolio</div>
</span>
</a>
</nav>
</div>
<div>
<nav class="cl-effect-5">
<a href="#projects" id="projects_header" class="pt-button anim">
<span data-hover="Projects">
<div>Projects</div>
</span>
</a>
<a href="#skills" id="skills_header" class="pt-button anim">
<span data-hover="Skills">
<div>Skills</div>
</span>
</a>
<a href="#about" class="pt-button anim">
<span data-hover="About">
<div>About</div>
</span>
</a>
</nav>
</div>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer pt-page pt-page-1">
<div class="inner">
<img class="lazyload portrait" src="images/loading.gif" data-src="images/tiagosousa.jpg" alt="Tiago Sousa - Portfolio" title="Tiago Sousa - Portfolio"/>
<h1 class="page_title">Tiago Sousa</h1>
<h2 id="page_tagline">Web Developer</h2>
</div>
<!-- INTRODUCTION -->
<div class="intro">
<section id="introduction" class="inner">
<p>I always wondered how to create a website and while taking my B.Sc. in Computer Science and Engineering, I decided to deep dive and learn more about it. I was glad that I found really soon my true area of interest:
<span class="highlight">Web Development</span>
After learning by myself essential Web Development skills, I decided to look for a job and suddenly I was working for a company and learning twice as much as before. I especially like frontend technologies and developing easy, fast, brainless features to use so users can do everything naturally to achieve a top user experience!</p>
</section>
</div>
<!-- VIEW PROJECTS BUTTON -->
<section class="inner view_projects_bt">
<a href="#projects" class="button pt-button">View Projects</a>
</section>
</div>
</div>
<!-- PROJECTS PAGE-->
<div class="pt-page pt-page-2 outer" id="projects">
<div class="inner">
<h1 class="page_title">Projects</h1>
</div>
<section class="inner projects">
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Discord Bot (VoIP application)</p>
<img class="lazyload" src="images/loading.gif" data-src="images/projects/discord.svg" alt="Discord Bot" title="Discord Bot"/>
</div>
<div class="project-details">
<p>Custom made bot in Discord (VoIP application) that tracks user activity in voice/text channels with Points, Sounds, Stats, Dailies, Reputation, Profile and Help systems.</p>
<div class="project-links">
<a href="https://github.com/TiagoPortfolio/discord-bot" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Telsa Battery - React App</p>
<img class="lazyload" height="150px" src="images/loading.gif" data-src="images/projects/tesla_battery.jpg" alt="Telsa Battery - React App" title="Telsa Battery - React App"/>
</div>
<div class="project-details">
<p>App made with React to simulate the battery range per charge of a Tesla car taking into account several factors like the model of the car, velocity, external temperature, rims type and if the AC is on or off.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/tesla-battery" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/tesla-battery" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Events Listing - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/events-listing.png" alt="Events Listing - React App" title="Events Listing - React App"/>
</div>
<div class="project-details">
<p>This app lists several events in Portugal with its details and prices.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/events-listing" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/events-listing" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Github Top - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/github-top.jpg" alt="Github Top - React App" title="Github Top - React App"/>
</div>
<div class="project-details">
<p>This app shows the top repos and most active users on Github from last month.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/github-top" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/github-top" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Landing Page</p>
<img class="lazyload" height="150px" src="images/loading.gif" data-src="images/projects/landing_page.jpg" alt="Snaxkrew Landing Page" title="Snaxkrew Landing Page"/>
</div>
<div class="project-details">
<p>Fully responsive, optimized and SEO friendly landing page. All CSS and JS are minified, images are only loaded if they are in the viewport.</p>
<div class="project-links">
<a href="https://www.snaxkrew.com" target="_blank" rel="noopener">View Page</a>
<a href="https://github.com/snaxkrew/snaxkrew.github.io" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Drum Machine - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/drum_machine.png" alt="Drum Machine - React App" title="Drum Machine - React App"/>
</div>
<div class="project-details">
<p>Drum machine app made with ReactJS. Fully accessible with keyboard and mouse.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/drum-machine" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/drum-machine" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Markdown Previewer - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/markdown_previewer.jpg" alt="Markdown Previewer - React App" title="Markdown Previewer - React App"/>
</div>
<div class="project-details">
<p>Markdown previewer app made with ReactJS.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/markdown-previewer" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/markdown-previewer" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Random Quote Machine - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/quote_machine.jpg" alt="Random Quote Machine - React App" title="Random Quote Machine - React App"/>
</div>
<div class="project-details">
<p>Random quote machine app made with ReactJS.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/quote-machine" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/quote-machine" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
<div class="cell gray-container project">
<div class="project-preview">
<p class="project-title">Profile Card Creator - React App</p>
<img height="150px" class="lazyload" src="images/loading.gif" data-src="images/projects/profile_creator.jpg" alt="Profile Card Creator - React App" title="Profile Card Creator - React App"/>
</div>
<div class="project-details">
<p>Profile card creator app made with ReactJS.</p>
<div class="project-links">
<a href="https://tiagoportfolio.github.io/projects/react-apps/profile-creator" target="_blank" rel="noopener">View App</a>
<a href="https://github.com/TiagoPortfolio/react-apps/tree/master/profile-creator" target="_blank" rel="noopener">View Repo</a>
</div>
</div>
</div>
</section>
</div>
<!-- SKILLS PAGE -->
<div id="skills" class="pt-page pt-page-3 outer">
<div class="inner">
<img class="lazyload" src="images/loading.gif" data-src="images/skills/skills.png" alt="Skills" title="Skills"/>
<h1 id="skills_title">Skills</h1>
</div>
<section class="inner">
<div class="container">
<div class="gray-container">
<div>Professional</div>
<div class="skills-imgs">
<img class="lazyload" src="images/loading.gif" data-src="images/skills/js.jpg" alt="Javascript" title="Javascript"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/reactjs.svg" alt="ReactJS" style="border-radius:5px;" title="ReactJS"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/redux.png" alt="Redux" title="Redux"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/redux-saga.png" alt="Redux Saga" title="Redux Saga"/>
<img class="lazyload img-wrap" src="images/loading.gif" data-src="images/skills/formik.png" alt="Formik" title="Formik"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/html.png" alt="HTML" title="HTML"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/css3.svg" alt="CSS" title="CSS"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/sass.svg" alt="Sass" title="Sass"/>
<img class="lazyload" style="height: 50px;" src="images/loading.gif" data-src="images/skills/php.png" alt="PHP" title="PHP"/>
<img class="lazyload" style="height: 55px; border-radius: 5px;" src="images/loading.gif" data-src="images/skills/psql.png" alt="PostgreSQL" title="PostgreSQL"/>
<img class="lazyload" style="height: 45px; border-radius: 5px;" src="images/loading.gif" data-src="images/skills/git.jpg" alt="Git" title="Git"/>
</div>
</div>
<div class="gray-container">
<div>APIs</div>
<div class="skills-imgs">
<img class="lazyload" src="images/loading.gif" data-src="images/skills/fb.png" alt="Facebook" style="height:50px;" title="Facebook"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/googleplus.png" alt="Google+" style="height:55px;" title="Google+"/>
<img class="lazyload img-wrap" src="images/loading.gif" data-src="images/skills/paypal.jpg" alt="Paypal" style="height:45px;" title="Paypal"/>
<img class="lazyload img-wrap" src="images/loading.gif" data-src="images/skills/braintree.jpg" alt="Braintree" style="height:45px;" title="Braintree"/>
<img class="lazyload img-wrap" src="images/loading.gif" data-src="images/skills/shopify.png" alt="Shopify" style="height:50px;" title="Shopify"/>
</div>
</div>
<div class="gray-container">
<div>Curiosity to learn/improve</div>
<div class="skills-imgs">
<img class="lazyload" src="images/loading.gif" data-src="images/skills/typescript.png" alt="TypeScript" title="TypeScript"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/jest.svg" alt="JEST" title="JEST"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/graphql.png" alt="GraphQL" title="GraphQL"/>
<img class="lazyload" src="images/loading.gif" data-src="images/skills/webpack.png" alt="Webpack" title="Webpack"/>
<img class="lazyload img-wrap" src="images/loading.gif" data-src="images/skills/nodejs.jpg" alt="NodeJS" style="height: 50px;" title="NodeJS"/>
</div>
</div>
</div>
</section>
</div>
</div>
<div id="service-worker_update">
<div id="service-worker_toast">
<p>A new version of this page is available!</p>
<a id="refresh-page">Refresh</a>
<a id="close-toast">⤫</a>
</div>
</div>
</body>
</html>