-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (305 loc) · 15.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Kauã's Portfolio website.">
<meta name="author" content="Kauã Pozzi">
<title>Kauã Pozzi | Portfolio</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Steller main styles -->
<link rel="stylesheet" href="assets/css/steller.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" data-spy="affix" data-offset-top="0">
<div class="container">
<a class="navbar-brand" href="#"><img src="assets/imgs/pozziops-high-resolution-logo-transparent.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto align-items-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Certifications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End of page navibation -->
<!-- Page Header -->
<header class="header" id="home">
<div class="container">
<div class="infos">
<h6 class="subtitle">hello,I'm</h6>
<h6 class="title">Kauã Pozzi</h6>
<p>Cloud/DevOps Engineer</p>
<div class="buttons pt-3">
<a href="https://wa.me/5541999084646" target="_blank" class="btn btn-primary rounded">HIRE ME</a>
<a href="assets/CV" download="EN_CV_KauaPozzi.docx.pdf" class="btn btn-dark rounded">DOWNLOAD CV</a>
</div>
<div class="socials mt-4">
<a class="social-item" href="https://www.facebook.com/pozzi81"><i class="ti-facebook"></i></a>
<a class="social-item" href="https://www.linkedin.com/in/kauapozzi/"><i class="ti-linkedin"></i></a>
<a class="social-item" href="https://github.com/KaPozzi"><i class="ti-github"></i></a>
<a class="social-item" href="https://twitter.com/PozziKaua"><i class="ti-twitter"></i></a>
</div>
</div>
<div class="img-holder">
<img src="assets/imgs/mainimg2.png" alt="">
</div>
</div>
<!-- Header-widget -->
<div class="widget">
<div class="widget-item">
<h2>2</h2>
<p>Certifications</p>
</div>
<div class="widget-item">
<h2>591</h2>
<p>Followers</p>
</div>
<div class="widget-item">
<h2>500+</h2>
<p>Connections</p>
</div>
</div>
</header>
<!-- End of Page Header -->
<!-- About section -->
<section id="about" class="section mt-3">
<div class="container mt-5">
<div class="row text-center text-md-left">
<div class="col-md-3">
<img src="assets/imgs/profile-pic.png" alt="" class="img-thumbnail mb-4">
</div>
<div class="pl-md-4 col-md-9">
<h6 class="title">Kauã Pozzi</h6>
<p class="subtitle">Cloud/DevOps Engineer</p>
<p>As a recent Solutions Architect Associate Certified, I am eager to begin my career in the exciting and rapidly-growing field of cloud computing. Through my coursework and personal projects, I have developed a strong foundation in Python, AWS and DevOps tools such as Git, Docker and Terraform. I am excited to apply this knowledge and my passion for technology in a professional setting.</p>
<a href="assets/CV" download="EN_CV_KauaPozzi.docx.pdf" class="btn btn-primary rounded mt-3">DOWNLOAD CV</a>
</div>
</div>
</div>
</section>
<!-- Service section -->
<section id="service" class="section">
<div class="container text-center">
<h6 class="subtitle">Certifications</h6>
<h6 class="section-title mb-4">AWS</h6>
<p class="mb-5 pb-4">Here are my Certifications.</p>
<div class="row">
<div class="col-sm-6 col-md-3 mb-4">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-medall"></i>
<h5>AWS <br> Cloud Practitioner</h5>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 mb-4">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-medall"></i>
<h5>AWS <br> Solutions Architect Associate</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Sectoin -->
<!-- Skills section -->
<section class="section">
<div class="container text-center">
<h6 class="subtitle">Soft Skills</h6>
<h6 class="section-title mb-4">Why Choose me</h6>
<p class="mb-5 pb-4">"It is not the strongest or most intelligent who will survive but those who can best manage change." <br> - Charles Darwin, scientist.</p>
<div class="row text-left">
<div class="col-sm-6">
<h6 class="mb-3">Troubleshooting</h6>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" style="width: 89%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"><span>89%</span></div>
</div>
</div>
<div class="col-sm-6">
<h6 class="mb-3">Innovation</h6>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" style="width: 83%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"><span>83%</span></div>
</div>
</div>
<div class="col-sm-6">
<h6 class="mb-3">Adaptative</h6>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" style="width: 95%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"><span>95%</span></div>
</div>
</div>
<div class="col-sm-6">
<h6 class="mb-3">Communication</h6>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"><span>90%</span></div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Skills sections -->
<!-- Portfolio section -->
<section id="portfolio" class="section">
<div class="container text-center">
<h6 class="subtitle">Portfolio</h6>
<h6 class="section-title mb-4">Hands-on real world projects</h6>
<p class="mb-5 pb-4">Welcome to the Portfolio Projects section, where my hands-on creations take center stage. <br> Each project exemplifies my commitment and hard work on building innovative and smarter solutions. <br> Explore this curated collection, to witness the culmination of my dedication and expertise. </p>
<div class="row">
<div class="col-sm-4">
<div class="img-wrapper">
<img src="assets/imgs/VProfile_base.png" alt="">
<div class="overlay">
<div class="overlay-infos">
<h5>[Vprofile] Web-application</h5>
<a href="vprofile00.html"><i class="ti-zoom-in"></i></a>
<a href="https://github.com/KaPozzi/KaPozzi.github.io.git"><i class="ti-link"></i></a>
</div>
</div>
</div>
<div class="img-wrapper">
<img src="assets/imgs/VProfile_LAS.png" alt="">
<div class="overlay">
<div class="overlay-infos">
<h5>[VProfile] Improvement #1 - Cloud Lift and Shift</h5>
<a href="vprofile01.html"><i class="ti-zoom-in"></i></a>
<a href="javascript:void(0)"><i class="ti-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="img-wrapper">
<img src="assets/imgs/VProfile_Re-estructure.png" alt="">
<div class="overlay">
<div class="overlay-infos">
<h5>[VProfile - Cloud] Improvement #2 - Re-architect Services on AWS for better performance</h5>
<a href="vprofile02.html"><i class="ti-zoom-in"></i></a>
<a href="javascript:void(0)"><i class="ti-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of portfolio section -->
<!-- Hire me section -->
<section class="bg-gray p-0 section">
<div class="container">
<div class="card bg-primary">
<div class="card-body text-light">
<div class="row align-items-center">
<div class="col-sm-9 text-center text-sm-left">
<h5 class="mt-3">Hire Me For Your Project</h5>
<p class="mb-3">I would love to know how i can help.</p>
</div>
<div class="col-sm-3 text-center text-sm-right">
<a href="https://wa.me/5541999084646" target="_blank" class="btn btn-light rounded">Hire Me!</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End od Hire me section. -->
<!-- Contact Section -->
<section id="contact" class="position-relative section">
<div class="container text-center">
<h6 class="subtitle">Contact</h6>
<h6 class="section-title mb-4">Get In Touch With Me</h6>
<p class="mb-5 pb-4"> </p>
<div class="contact text-left">
<div class="form">
<h6 class="subtitle">Available 24/7</h6>
<h6 class="section-title mb-4">Get In Touch</h6>
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email" required>
</div>
<div class="form-group">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password" required>
</div>
<div class="form-group">
<textarea name="contact-message" id="" cols="30" rows="5" class="form-control" placeholder="Message"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block rounded w-lg">Send Message</button>
</form>
</div>
<div class="contact-infos">
<div class="item">
<i class="ti-location-pin"></i>
<div class="">
<h5>Location</h5>
<p> Curitiba / Paraná - Brasil </p>
</div>
</div>
<div class="item">
<i class="ti-mobile"></i>
<div>
<h5>Phone Number</h5>
<p>+55 (41) 99908-4646</p>
</div>
</div>
<div class="item">
<i class="ti-email"></i>
<div class="mb-0">
<h5>Email Address</h5>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
<div id="map">
<iframe src="https://snazzymaps.com/embed/61257"></iframe>
</div>
</section>
<!-- End of Contact Section -->
<!-- Page Footer -->
<footer class="page-footer">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6">
<p>Copyright <script>document.write(new Date().getFullYear())</script> © <a href="http://www.devcrud.com" target="_blank">DevCRUD</a></p>
</div>
<div class="col-sm-6">
<div class="socials">
<a class="social-item" href="https://www.facebook.com/pozzi81"><i class="ti-facebook"></i></a>
<a class="social-item" href="https://www.linkedin.com/in/kauapozzi/"><i class="ti-linkedin"></i></a>
<a class="social-item" href="https://github.com/KaPozzi"><i class="ti-github"></i></a>
<a class="social-item" href="https://twitter.com/PozziKaua"><i class="ti-twitter"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- End of page footer -->
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- steller js -->
<script src="assets/js/steller.js"></script>
</body>
</html>