-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·517 lines (500 loc) · 19 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
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<!-- Path: index.html -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Daniel Freire</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Daniel Freire's Home Page" />
<meta
name="keywords"
content="web development, marketing, marketing digital, digital marketing, desenvolvimento websites, desenvolvimento de websites, daniel, daniel freire"
/>
<meta name="author" content="Daniel Freire" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Daniel Freire" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="Daniel Freire" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="Daniel Freire" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kolker+Brush&family=Roboto:wght@100;300;400;500;700&display=swap"
rel="stylesheet"
rel="preload"
/>
<!-- Animate.css -->
<link rel="stylesheet" href="./css/animate.css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="./css/icomoon.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="./css/bootstrap.css" />
<!-- Flexslider -->
<link rel="stylesheet" href="./css/flexslider.css" />
<!-- Theme style -->
<link rel="stylesheet" href="./css/style.css" />
<!-- Modernizr JS -->
<script src="./js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div id="loader" rel="preload">
<div id="preloader" rel="preload"></div>
</div>
<div id="page">
<a href="#" class="js-nav-toggle nav-toggle"><i></i></a>
<nav id="aside" role="complementary" class="border js-fullheight">
<h1 id="logo" loading="lazy">
<a href="./index.html" loading="lazy">Daniel Freire</a>
</h1>
<nav id="main-menu" role="navigation">
<ul>
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<footer class="footer">
<p>
<small>
Daniel Freire ® All Rights Reserved<br /><span
>Designed with ⚡ by
<a href="https://github.com/danielfreire-dev" target="_blank"
>Daniel Freire</a
>
</span>
</small>
</p>
</footer>
</nav>
<main id="main">
<aside id="hero" class="js-fullheight">
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(./images/building-yellow.webp)">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-8 col-md-offset-2 text-center js-fullheight slider-text"
>
<div class="slider-text-inner">
<h1>
Use <strong>Intuitive</strong> Design to Give your
Business New Superpowers
</h1>
<h2>
Websites expertly Made by
<a
href="https://github.com/danielfreire-dev"
target="_blank"
>Daniel Freire</a
>
</h2>
<p>
<a
class="btn btn-primary btn-demo popup-vimeo"
href="https://github.com/danielfreire-dev"
>
<i class="icon-github"></i> Daniel's Profile</a
>
<a
class="btn btn-primary btn-learn"
href="./about.html"
>Learn More<i class="icon-arrow-right3"></i
></a>
</p>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(./images/astronauta2.webp)">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-8 col-md-offset-2 text-center js-fullheight slider-text"
>
<div class="slider-text-inner">
<h1>I ❤️ to Create <strong>Modern</strong> Websites</h1>
<h2>
Websites expertly Made by
<a
href="https://danielfreire.pages.dev/"
target="_blank"
>Daniel Freire</a
>
</h2>
<p>
<a
class="btn btn-primary btn-demo popup-vimeo"
href="https://danielfreire.pages.dev/"
>
<i class="icon-github"></i> Daniel's Profile</a
>
<a
class="btn btn-primary btn-learn"
href="./about.html"
>Learn More<i class="icon-arrow-right3"></i
></a>
</p>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(./images/pencils.webp)">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-8 col-md-offset-2 text-center js-fullheight slider-text"
>
<div class="slider-text-inner">
<h1>Good Design <strong>Empowers</strong> Business!</h1>
<h2>
Websites expertly Made by
<a
href="https://danielfreire.pages.dev/"
target="_blank"
>Daniel Freire</a
>
</h2>
<p>
<a
class="btn btn-primary btn-demo popup-vimeo"
href="https://danielfreire.pages.dev/"
>
<i class="icon-github"></i> Daniel's Profile</a
>
<a
class="btn btn-primary btn-learn"
href="./about.html"
>Learn More<i class="icon-arrow-right3"></i
></a>
</p>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</aside>
<div class="narrow-content">
<h2 class="heading animate-box" data-animate-effect="fadeInLeft">
Services
</h2>
<div class="row">
<div class="col-md-6">
<div class="feature animate-box" data-animate-effect="fadeInLeft">
<div class="icon">
<i class="icon-settings"></i>
</div>
<div class="text">
<h3>Strategy</h3>
<p>I help businesses understand their market.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="feature animate-box" data-animate-effect="fadeInLeft">
<div class="icon">
<i class="icon-search4"></i>
</div>
<div class="text">
<h3>SEO</h3>
<p>
Be found and show people that your solution is the very
best.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="feature animate-box" data-animate-effect="fadeInLeft">
<div class="icon">
<i class="icon-globe2"></i>
</div>
<div class="text">
<h3>Web Development</h3>
<p>
Build a unique presence online and set your business apart.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="feature animate-box" data-animate-effect="fadeInLeft">
<div class="icon">
<i class="icon-params"></i>
</div>
<div class="text">
<h3>Digital Marketing</h3>
<p>
If you already have a brand, I can help you take it to the
next level.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="narrow-content">
<h2 class="heading animate-box" data-animate-effect="fadeInLeft">
Trending Portfolio
</h2>
<div class="row row-bottom-padded-md">
<div
class="col-md-3 col-sm-6 col-padding animate-box"
data-animate-effect="fadeInLeft"
>
<div class="blog-entry">
<a
href="./Miscellanea/DrumKit/index.html"
class="blog-img"
target="_blank"
><img
src="./images/drumsSmall.webp"
class="img-responsive"
alt="drum kit"
/></a>
<div class="desc">
<h3>
<a href="./Miscellanea/DrumKit/index.html" target="_blank"
>Drum Kit App</a
>
</h3>
<span
><small>by Daniel Freire </small> /
<small> Web App </small> /
<small> <i class="icon-comment"></i> 0</small></span
>
<p>Fun project to reproduce a Drum Kit in your PC.</p>
<a
href="./Miscellanea/DrumKit/index.html"
class="lead"
target="_blank"
>Check it out <i class="icon-arrow-right3"></i
></a>
</div>
</div>
</div>
<div
class="col-md-3 col-sm-6 col-padding animate-box"
data-animate-effect="fadeInLeft"
>
<div class="blog-entry">
<a
href="https://victo.pages.dev"
target="_blank"
class="blog-img"
><img
src="./images/victo.webp"
class="img-responsive"
alt="Art Gallery Website"
/></a>
<div class="desc">
<h3>
<a href="https://victo.pages.dev" target="_blank"
>Victó's Art Gallery</a
>
</h3>
<span
><small>by Daniel Freire </small> /
<small> Web Design </small> /
<small> <i class="icon-comment"></i></small
></span>
<p>
Website built to showcase the works of the great Portuguese
artist Victó.
</p>
<a href="https://victo.pages.dev" target="_blank" class="lead"
>Check it out <i class="icon-arrow-right3"></i
></a>
</div>
</div>
</div>
<div
class="col-md-3 col-sm-6 col-padding animate-box"
data-animate-effect="fadeInLeft"
>
<div class="blog-entry">
<a
href="https://tenzi-bydaniel.netlify.app"
class="blog-img"
target="_blank"
><img
src="/images/Tenzi_Screenshot.webp"
class="img-responsive blog-thumb"
alt="Tenzi game screenshot"
/></a>
<div class="desc">
<h3>
<a href="https://tenzi-bydaniel.netlify.app" target="_blank"
>Tenzi</a
>
</h3>
<span
><small>by Daniel Freire </small> /
<small> React App </small> /
</span>
<p>
The world's most popular dice game, now in your browser.
</p>
<a
href="https://tenzi-bydaniel.netlify.app"
class="lead"
target="_blank"
>Play it now <i class="icon-arrow-right3"></i
></a>
</div>
</div>
</div>
<div class="row row-bottom-padded-md">
<div
class="col-md-3 col-sm-6 col-padding animate-box"
data-animate-effect="fadeInLeft"
>
<div class="blog-entry">
<a
href="https://quizzicall-bydainelli.netlify.app"
class="blog-img"
target=".._blank"
><img
src="images/Quizzical_Screenshot_20241003_142449.webp"
class="img-responsive blog-thumb"
alt="Quizzical game screenshot"
/></a>
<div class="desc">
<h3>
<a
href="https://quizzicall-bydainelli.netlify.app"
target=".._blank"
>Quizzical</a
>
</h3>
<span
><small>by Daniel Freire </small> /
<small> React App </small> /
</span>
<p>Trivia game with 4.000+ questions.</p>
<a
href="https://quizzicall-bydainelli.netlify.app"
class="lead"
>Play now <i class="icon-arrow-right3"></i
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="get-in-touch">
<div class="narrow-content">
<div class="row">
<div
class="col-md-4 animate-box"
data-animate-effect="fadeInLeft"
>
<h1 class="heading-colored">Get in touch</h1>
</div>
</div>
<div class="row">
<div
class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box"
data-animate-effect="fadeInLeft"
>
<p class="lead">Let's talk about your business!</p>
<p>
<a href="./contact.html" class="btn btn-primary"
>Say hello!</a
>
</p>
</div>
</div>
</div>
</div>
</main>
</div>
<!-- Cookies -->
<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<script
type="text/javascript"
src="https://www.termsfeed.com/public/cookie-consent/4.0.0/cookie-consent.js"
charset="UTF-8"
></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener("DOMContentLoaded", function () {
cookieconsent.run({
notice_banner_type: "interstitial",
consent_type: "express",
palette: "light",
language: "en",
page_load_consent_levels: ["strictly-necessary"],
notice_banner_reject_button_hide: false,
preferences_center_close_button_hide: false,
page_refresh_confirmation_buttons: false,
website_name: "Daniel Freire",
website_privacy_policy_url: "https://danielfreire.pages.dev/privacy",
});
});
</script>
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script
type="text/plain"
cookie-consent="tracking"
async
src="https://www.googletagmanager.com/gtag/js?id=G-V3XV40WH1T"
></script>
<script type="text/plain" cookie-consent="tracking">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V3XV40WH1T');
</script>
<!-- end of Google Analytics-->
<noscript
>Free cookie consent management tool by
<a href="https://www.termsfeed.com/" rel="nofollow noopener"
>TermsFeed Policy Generator</a
></noscript
>
<!-- End Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<!-- Below is the link that users can use to open Preferences Center to change their preferences. Do not modify the ID parameter. Place it where appropriate, style it as needed. -->
<!--<a href="#" id="open_preferences_center">Update cookies preferences</a>-->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<script>
setTimeout(function () {
$("#loader").fadeToggle();
}, 2200);
</script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
<!-- Cloudflare JS-->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "877bb8f34080475590688be32f93749c\}'
></script>
</body>
</html>