-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (52 loc) · 2.39 KB
/
about.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
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Codify - About</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="assets/stylesheet.css">
<link rel="stylesheet" href="assets/highlight.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc 4.11.9">
</head>
<body>
<div id="layout">
<div class="header">
<h1>
<a href="./">Codify</a>
</h1>
</div>
<div class="content">
<nav class="pure-g">
<div class="pure-u-2-3 links">
<a href="index.html">Home</a> ·
<a href="tags.html">Tags</a> ·
<a href="years.html">Years</a> ·
<a href="about.html">About</a>
</div>
<div class="pure-u-1-3">
<div class="contact">
<span>
<a href="https://github.com/kombuchy" target="_blank">
<img src="assets/icons/github.svg" alt="Github icon">
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/kombuchy/" target="_blank">
<img src="assets/icons/linkedin.svg" alt="LinkedIn icon">
</a>
</span>
</div>
</div>
</nav>
<h1 id="about">About</h1>
<p>Hi, I’m Carolina, but please call me Carol :)
I’m originally graduated in Business Management and Civil Engineer. I’m from Brazil but living in Canada since 2021.
Got to know about programming around 2018 when I was living in Russia, started studing more about in 2019 and in 2020 I got my first job as a Software Developer. Since then I’ve been learning a lot, as I had at that time a total of zero background about it.
Nowadays I work at an awesome company based in Brazil called <a href="https://capyba.com/">Capyba</a>.</p>
<p>You can learn about how this blog was created, all information can be found on <a href="https://github.com/lbrito1/sane-blog-builder">this repository</a>.</p>
<div class="footer">
Carolina Brito, 2021
</div>
</div>
</div>
</body></html>