-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (74 loc) · 3.29 KB
/
Copy pathindex.html
File metadata and controls
92 lines (74 loc) · 3.29 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3TTDELMDJ7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-3TTDELMDJ7');
</script>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<section class="profile-section">
<div class="profile-visual">
<img class="profile-picture" src=/assets/images/profile_picture.jpg>
<div class="profile-links-container">
<a href="https://www.linkedin.com/in/queirozraphael/" target="_blank"
class="fa fa-linkedin profile-link"></a>
<a href="https://github.com/santanaraphael" target="_blank" class="fa fa-github profile-link"></a>
<a href="mailto:queiroz.raphael@live.com" target="_blank" class="fa fa-envelope profile-link"></a>
</div>
</div>
<div class="profile-summary">
<h1 class="profile-title">
<a class="profile-link-text current-page-link"
href="/">
Raphael Santana
</a>
</h1>
<h2 class="profile-subtitle">Software Engineer</h2>
<div class="profile-links">
|
<a class="profile-link-text "
href="/techs.html">Technical Stack</a>
|
<a class="profile-link-text "
href="/experiences.html">Work Experience</a>
|
</div>
</div>
</section>
<main>
<div class="profile-about">
<p>
Greetings! I'm a Brazilian Software Engineer with a background in electrical engineering and over 7 years of
experience in the tech industry, primarily working in tech startups. I specialize in backend development,
applying engineering principles to design and build scalable and efficient systems.
</p>
<p>
As a pragmatic engineer, I take an artisan's approach to my work, striving to do things the right way
whenever
possible. I fully embrace the Zen of Python's principle: "<i>Beautiful is better than ugly.</i>" and, as
Leonardo da
Vinci once said, "<i>Simplicity is the ultimate sophistication.</i>" For me, creating elegant and efficient
solutions
is not just about functionality—it's about crafting software that stands the test of time
</p>
<p>
In my free time, you'll find me playing Runescape, solving Sudoku puzzles, strumming the acoustic guitar,
caring
for my cats, or running along Copacabana Beach.
</p>
</div>
</main>
</body>
</html>