-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (156 loc) · 9.82 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
<!DOCTYPE HTML>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Flauber's Portfolio</title>
<!-- Bootstrap 4.1.2 via BootstrapCDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="anonymous">
<!-- fontawesome 5.1.0 via Font Awesome's Free CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="stylesheet" href="css/style.css">
<!-- the below three lines are a fix to get HTML5 semantic elements working in old versions of Internet Explorer-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- Trailer Video Modal -->
<div class="modal" id="trailer">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">
<div id="movie-title-container"></div>
</h4>
</div>
<div class="modal-body">
<div id="movie-storyline-container"></div>
</div>
<a href="#" class="hanging-close" data-dismiss="modal" aria-hidden="true">
<img src="https://lh5.ggpht.com/v4-628SilF0HtHuHdu5EzxD7WRqOrrTIDi_MhEG6_qkNtUK5Wg7KPkofp_VJoF7RS2LhxwEFCO1ICHZlc-o_=s0#w=24&h=24"
/>
</a>
<div class="scale-media" id="trailer-video-container">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="container-fluid">
<!-- Content here -->
<div class="row align-items-center">
<div class="col-auto text-left title border">
<img src="http://via.placeholder.com/64x64" alt="Logo" class="center"> Flauber's Portfolio
</div>
</div>
<div class="row justify-content-center">
<div class="col- movie-tile justify-content-center"
data-movie-title="My introduction..."
data-movie-storyline="Until Jan/2018 I was working on Software Testing field, doing mainly automation, a great journey, for sure(more than 12 years)... then I did a career moviment, in fact, a return to my origins(I had already worked 4 years as a dev before start my history in tests), again I am a developer, this time, a web developer. Specialties: Software Development, Software Testing, Software Automation Testing."
data-trailer-youtube-id="2WjZu5oqgEc"
data-toggle="modal"
data-target="#trailer">
<span class="content-heading"><h3>Hi, I am Flaviano Flauber, </h3></span>
<span>welcome to my portfolio's site, here you find a presentation video, some of my experiences,
and ways various way to reach me. Lorem Ipsum is<img class="img-fluid introductionImageLink" src="img/introductionThumbnail_400x204.jpg"> simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </span>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm">
<div class="content-heading"><h3>Some of my experiences | <a href="timeline.html">Timeline</a></h3></div>
<div class="slich-carousel">
<div class="experience hobbies">
<img class="experience hobbies movie-tile " data-movie-title="exp01_hobby" data-movie-storyline="exp01_hobby description"
data-image-src="http://via.placeholder.com/246x138?text=exp01_hobby" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp01_hobby">
</div>
<div class="experience blogPosts">
<img class="experience blogPosts movie-tile" data-movie-title="exp02_blogPosts" data-movie-storyline="exp02_blogPosts description"
data-image-src="http://via.placeholder.com/246x138?text=exp01_blogPosts" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp02_blogPosts">
</div>
<div class="experience blogPosts">
<img class="experience blogPosts movie-tile" data-movie-title="exp03_blogPosts" data-movie-storyline="exp03_blogPosts description"
data-image-src="http://via.placeholder.com/246x138?text=exp03_blogPosts" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp03_blogPosts">
</div>
<div class="experience hobbies">
<img class="experience blogPosts movie-tile" data-movie-title="exp04_blogPosts" data-movie-storyline="exp03_blogPosts description"
data-image-src="http://via.placeholder.com/246x138?text=exp04_blogPosts" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp04_blogPosts">
</div>
<div class="experience article">
<img class="experience article movie-tile" data-movie-title="exp05_article" data-movie-storyline="exp05_article description"
data-image-src="http://via.placeholder.com/246x138?text=exp05_article" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp05_article">
</div>
<div class="experience hobbies">
<img class="experience hobbies movie-tile" data-movie-title="exp06_hobby" data-movie-storyline="exp06_hobby description"
data-image-src="http://via.placeholder.com/246x138?text=exp06_hobby" data-toggle="modal" data-target="#trailer"
src="http://via.placeholder.com/246x138?text=exp06_hobby">
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-3 filtro">
<select class="form-control" onchange="doSomething(this.value);">
<option value="allExperiences" selected>All</option>
<option value="hobbies">Hobbies</option>
<option value="blogPosts">Blog Posts</option>
<option value="article">Articles</option>
</select>
</div>
</div>
<div class="row">
<div class="col-sm text-center">
Reach me on:
<a class="btn btn-social-icon" href="https://br.linkedin.com/in/flauber" target="#">
<i class="fab fa-linkedin-in"></i>
</a>
<!-- youtube
<a class="btn btn-social-icon">
<i class="fab fa-youtube"></i>
</a>
-->
<!-- facebook
<a class="btn btn-social-icon">
<i class="fab fa-facebook-f"></i>
</a>
-->
<a class="btn btn-social-icon" href="https://twitter.com/flauberjp" target="#">
<i class="fab fa-twitter"></i>
</a>
<a class="btn btn-social-icon" href="https://github.com/flauberjp" target="#">
<i class="fab fa-github"></i>
</a>
<a class="btn btn-social-icon" href="mailto:[email protected]?Subject=Contact%20from%20your%20website" target="#">
<i class="far fa-envelope"></i>
</a>
<div class="row">
<div class="col-sm text-center">
<hr/>
</div>
</div>
<p>© 2018 Flaviano Flauber</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap 4.1.2 via BootstrapCDN -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em"
crossorigin="anonymous"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="js/script-main.js"></script>
</body>
</html>