-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (120 loc) · 6.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Me, Myself & Bugs</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="dark-mode.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" >
<!--<a class="navbar-brand mb-1" href="#">A Awesome Title</a>-->
<button onclick="myFunction()" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="darkSwitch">
<label class="custom-control-label text-light" for="darkSwitch">Dark Mode </label>
</div>
<ul class="navbar-nav ml-auto mt-center mt-lg-0 ">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/simiaosamuel">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://drive.google.com/file/d/19jdHfFZWO3h0P-c6qgxxmf4wLmfC_CYa/view?usp=sharing">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://dev.to/arahiroorihara">DEV.to</a>
</li>
</ul>
</div>
</nav>
<br>
<div class="container-fluid p-5">
<div class="row justify-content-md-center">
<div class="">
<img src="https://i.imgur.com/lWN4eeI.jpg" alt="Fuck" class="rounded-circle border border-dark p-1 mw-25">
</div>
<div class="text-monospace pl-4">
<p></p>
<p class="font-weight-bold h2" style="margin-bottom: -2px;">Samuel Severo</p>
<p style="margin-bottom: -2px;">Student of Computer Enginner</p>
<a href="https://github.com/Sam14052000"><img src="assets/github.svg" alt="error" style="max-width: 30px; margin-top: 5px;"></a>
<a href="https://www.linkedin.com/in/samuel-severo-aa5a7419b/"><img src="assets/linkedin.svg" alt="error" style="max-width: 30px; margin-top: 5px; margin-left: -4px;"></a>
<!--<a href="[email protected]"><img src="https://www.flaticon.com/svg/vstatic/svg/60/60543.svg?token=exp=1613175342~hmac=c2ad7dd9de725a8f857ec0023b7c3cb0" alt="error" style="max-width: 38px; margin-top: 5px; margin-left: -2px;"></a>-->
<a href="https://www.instagram.com/samuel_severo10/"><img src="assets/instagram.svg" alt="error" style="max-width: 30px; margin-top: 5px; margin-left: -4px;"></a>
<br>
</div>
</div>
</div>
<div class="container-fluid pt-3 pb-3 " style="width: 100%; max-width: 800px;">
<div class="row justify-content-md-center text-center mx-auto mw-25">
<div class="text-monospace vw-50 text-justify justify-content-md-center "style="min-width: 100%;" >
<p id="about" class="h6" style="font-size: 28px;">About</p>
<hr style="width: 100%;">
Computer Enginner student, currently fosuced on: JavaScript, Java, Kotlin and Mobile. Lover of physics and open source.
</div>
</div>
<div class="row justify-content-md-center text-center mx-auto mw-25 pt-3">
<div class="text-monospace vw-50 text-justify justify-content-md-center" style="min-width: 100%;" >
<p class="h6" style="font-size: 28px;">Education</p>
<hr style="width: 100%;">
<ul>
<li>
<b> Bachelor in Computer science</b>
</li>
2019-2024<br>
Faculdade de Tecnologia Termomecânica
</ul>
</div>
</div>
<div class="row justify-content-md-center text-center mx-auto mw-25 pt-3">
<div class="text-monospace vw-50 text-justify justify-content-md-center" style="min-width: 100%;" >
<p class="h6" style="font-size: 28px;">Experience</p>
<hr style="width: 100%;">
<ul>
<li>
<b>Software Developer</b>
</li>
2021-Present<br>
Zup Innovation
</ul>
</div>
</div>
<div class="row justify-content-md-center text-center mx-auto mw-25 pt-3">
<div class="text-monospace vw-50 text-justify "style="min-width: 100%;">
<p class="h6" style="font-size: 28px;">Project</p>
<hr style="width: 100%;">
<ul>
<li>
<a href="tempobot" style="color: gray; font-weight: bold;">TempoBot</a>
</li>
STATUS: Finished<br>
A project to get the current weather
</ul>
</div>
</div>
<div class="row justify-content-md-center text-center mx-auto mw-25 pt-3">
<div class="text-monospace vw-50 text-justify "style="min-width: 100%;">
<p class="h6" style="font-size: 28px;">Certification</p>
<hr style="width: 100%;">
<ul>
<li>
Scrum Foundation Professional Certificate
</li>
</ul>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="dark-mode-switch.min.js"></script>
</body>
</html>