-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 1.89 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ramme Tecnologia</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<button class="menu-button" onclick="window.location.href='https://ramme.dev'">
<i class="fas fa-arrow-left"></i>
</button>
<div class="dropdown">
<select id="languageSelect">
<option value="pt-br">PT</option>
<option value="en">EN</option>
</select>
</div>
<div class="centralizado">
<h1>Bruno Ramme</h1>
<div class="tecs">
<p>[email protected]</p>
</div>
<div class="tecs">
<p id="role" style="font-size: larger; font-weight: bold;">Senior Software Engineer</p>
<p id="role2" style="font-size: larger; font-weight: bold; margin-bottom: 10px;">Project Manager</p>
<p id="skills">Scrum Master | Product Owner | Full Stack </p>
<p id="technologies">Java | COBOL | JavaScript | TypeScript | C</p>
<p id="frameworks">Flutter | Angular | Node.js</p>
<p id="industries">ERP | PCP | WMS | MRP | Industry 4.0 </p>
<p id="eletronic">Electronics Technician | Automation </p>
<p id="ai">AI Enthusiast</p>
<p id="languages">Portuguese | English </p>
</div>
<p style="margin-top: 20px;">
<a href="https://github.com/brunoraz" style="margin-right: 20px;"><img src="assets/img/github-9-32.ico"
alt="GitHub"></a>
<a href="https://www.linkedin.com/in/bruno-ramme/"><img src="assets/img/linkedin-32.ico" alt="LinkedIn"></a>
</p>
</div>
<div class="footer">
<p id="footer">© 2024 Bruno Ramme.</p>
</div>
</body>
</html>