-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (178 loc) · 10 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta stuff -->
<meta charset="UTF-8">
<meta name="description" content="I'm a computer and software engineer, and this is my webpage :)">
<meta name="keywords" content="Computer Engineering, Swift, Raspberry Pi, Arduino, HTML">
<meta name="author" content="Augusto Sales de Queiroz">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="HandheldFriendly" content="true">
<!-- What appears on the browser tab -->
<title>Augusto Queiroz</title>
<link rel="shortcut icon" type="image/png" href="resources/images/favicon.png" />
<!-- Imports -->
<script src="https://kit.fontawesome.com/2e2effc459.js" crossorigin="anonymous"></script>
<!--link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"-->
<link rel="stylesheet" href="resources/css/styles.css" />
</head>
<body>
<!-- Background stuff -->
<img id="background-A" class="background-logo" src="resources/images/A.svg" />
<img id="background-Q" class="background-logo" src="resources/images/Q.svg" />
<!-- Pages -->
<div id="home" class="page">
<div id="home-container">
<h1>Hi.</h1>
<div class="text-container">
<p>My name is <b>Augusto</b>, but considering you're here, you probably already knew that.</p>
<p>I'm a <b>computer</b> and <b>software engineer</b> who is passionate about writing code to leverage the power of data.</p>
<p>You can check out the links below, or scroll down to learn more about me :)</p>
</div>
<p id="link-container" class="link-container">
<a href="https://github.com/AugustoQueiroz"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/augustoqueiroz/"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://augustoqueiroz.com/blog"><i class="fa-solid fa-paragraph"></i></a>
</p>
<div class="small-logo-container">
<img id="small-A" class="small-logo" src="resources/images/A.svg" />
<img id="small-Q" class="small-logo" src="resources/images/Q.svg" />
</div>
</div>
</div>
<div id="about-me" class="page personal inverted">
<div class="page-container">
<div class="heading">
<img src="resources/images/me.jpg" alt="me :)" />
<h2>About Me</h2>
</div>
<div class="content">
<p>I'm a computer engineer by education and software engineer by profession and my passion is finding ways to use technology to help make life a little better for everyone, be it through <b>apps</b> that help people on their day-to-day lives, <b>embedded systems</b> that help raise quality of life, or all around things that make life feel a little better, more entertaining, and more fun.</p>
<p>But I'm also extremelly passionate about other areas, such as <b>design</b>, <b>business and innovation</b>, <b>literature</b> and <b>music.</b></p>
<p>I occasionally try to write about what I work on, as well as what interests me, and you can find those writtings on <a href="https://augustoqueiroz.com/blog">my blog <i class="fas fa-paragraph"></i></a>.</p>
</div>
</div>
<div class="side-links">
</div>
</div>
<div id="work-with" class="page cs">
<div class="page-container">
<div class="heading">
<h2>What I work with</h2>
</div>
<div class="content">
<h3>Programming Languages:</h3>
<ul class="techs">
<a href=""><li>Swift</li></a>
<a href=""><li>Python</li></a>
<a href=""><li>C/C++</li></a>
<a href=""><li>Go</li></a>
<a href=""><li>C#</li></a>
<a href=""><li>SQL</li></a>
</ul>
<h3>Hardware:</h3>
<ul class="techs">
<a href=""><li>Arduino</li></a>
<a href=""><li>RaspberryPi</li></a>
<a href=""><li>ESP<8266/32></li></a>
</ul>
<h3>Technologies:</h3>
<ul class="techs">
<a href=""><li>Heroku</li></a>
<a href=""><li>PostgreSQL</li></a>
<a href=""><li>Xcode</li></a>
<a href=""><li>Azure</li></a>
<!--li>Docker</li-->
<!--li>CoreML</li-->
</ul>
</div>
</div>
<div class="side-links">
</div>
</div>
<!--div id="projects" class="page cs inverted">
<div class="page-container">
<div class="heading">
<h2></> Past Projects</h2>
</div>
<div class="content">
<div class="project">
<img src="resources/images/fh-logo.png"/>
<h3>FleetHive <small>2017-2018</small></h3>
<p>
A truck fleet management system to help managers more quickly identify and respond to fuel theft and cargo theft by reading
from the vehicles' OBD-II interface. As a plus, it also read and stored all other information from the vehicle, allowing for
better diagnostics later down the line.
</p>
<div class="tags">
<h4>Made with</h4>
<ul class="techs">
<a href="#"><li>Go</li></a>
<a href="#"><li>Heroku</li></a>
<a href="#"><li>PostgreSQL</li></a>
<a href="#"><li>Arduino</li></a>
</ul>
</div>
</div>
<div class="project">
<img src="resources/images/fh-logo.png"/>
<h3>SpaceZoo <small>2019</small></h3>
<p>
A simple game for iOS meant to be played as a pair locally. One player must stack blocks in a tricky-tower like minigame
while the other player must choose the next blocks that will come up. It can be played as a co-op, or as a competitive game.
</p>
<div class="tags">
<h4>Made with</h4>
<ul class="techs">
<a href="#"><li>Swift</li></a>
<a href="#"><li>iOS</li></a>
</ul>
</div>
</div>
<div class="project last">
<img src="resources/images/fh-logo.png"/>
<h3>Pedalável <small>2018</small></h3>
<p>
An iOS app developed for a hackathon with theme "Security". The app helps cyclists find routes that are safest considering
things like whether or not it has a bike lane, speed limits for cars, and trying to minimize things like left turns.
</p>
<div class="tags">
<h4>Made with</h4>
<ul class="techs">
<a href="#"><li>OpenStreetMaps</li></a>
<a href="#"><li>Lua</li></a>
</ul>
</div>
</div>
</div>
<!--p>Checkout my <a href="#">full portfolio</a></p>
</div>
<div class="side-links">
</div>
</div-->
<div id="otherplaces" class="page personal inverted">
<div class="page-container">
<div class="heading">
<h2>Other places to find me</h2>
</div>
<div class="content">
<h3><img width="50px" src="resources/images/leetcode.svg" alt="leetcode"/>    <a href="https://leetcode.com/u/AugustoQ">u/AugustoQ</a></h3>
<h3><i class="fa-brands fa-goodreads"></i>    <a href="https://goodreads.com/augustoqueiroz">/augustoqueiroz</a></h3>
<h3><i class="fa-brands fa-letterboxd"></i>    <a href="https://letterboxd.com/AugustoQ">/AugustoQ</a></h3>
</div>
</div>
</div>
<div id="side-links" class="side-links">
<p class="link-container">
<a href="https://github.com/AugustoQueiroz"><i class="fa-brands fa-github"></i></a></br>
<a href="https://www.linkedin.com/in/augustoqueiroz/"><i class="fa-brands fa-linkedin-in"></i></a></br>
<a href="https://augustoqueiroz.com/blog"><i class="fa-solid fa-paragraph"></i></a>
</p>
<a onclick="scrollToTop()"><img class="side-logo" src="resources/images/logo-dark.png" /></a>
</div>
<!-- JavaScript Imports -->
<script type="text/javascript" src="resources/js/presentSideLinks.js"></script>
<script type="text/javascript" src="resources/js/scrollToTop.js"></script>
</body>
</html>