-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
160 lines (128 loc) · 3.9 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
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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--
_
._ _ _ .__|_ _.o._ _ _ ._|_ ._ |R|
| | |(_)|_|| ||_(_||| |(/_(/_| |_)| `-'
-->
<title>About / Sobre</title>
<meta name="resource-type" content="document">
<meta name="description" content="Informações sobre o sítio.">
<meta name="keywords" content="contact page, página de contato, informações de contato,
contact information, contact details, business, negócios, biologist, biólogo, teacher, professor">
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rev="made" href="mailto:jamilbio20[[at]]gmail[[dot]]com"> -->
<link rel="canonical" href="https://bionota.github.io/about.html">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/style2.css" type="text/css"/>
<style>
address
{
border-style: solid;
border-width: thick;
background-color: lightgrey;
border-bottom: thick solid firebrick;
margin: 2% 20% 2% 20%;
min-height: 220px;
}
address img
{
display: block;
float: left;
margin: 1em 1em 1em 1em;
width: 20%;
height: auto;
min-width: 180px;;
/* max-width: 50%; */
}
address img:hover
{
-webkit-filter: invert(1);
filter: invert(1);
}
address ul
{
padding: 0;
margin: 2em 1em 1em 2em;
}
.minw
{
display: table-cell; /* table|inline-table|table-cell */
width: auto;
min-width: 36%;
max-width: 100%;
word-wrap: normal;
/* white-space: nowrap; */
}
</style>
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="./">Principal</a></li>
<li><a href="sitemap.html">Mapa do Site</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
</header>
<main>
<h1>Sobre Mim</h1>
<p>Resolvi começar este sítio para gravar notas e informações
relevantes nos meus estudos das leis ambientais, que formam o corpo
de conhecimentos específicos para concursos públicos na minha área
de formação.</p>
<p title="Não é sobre mim. Artigo de Willis Eschenbach." lang="en"><a hreflang="en" href="https://wattsupwiththat.com/2011/02/28/its-not-about-me/">It's not about me</a>.</p>
<h2>Pano de fundo</h2>
<p>Sem mais delongas, alguns fatos relevantes sobre meu perfil.</p>
<ul>
<li>Generalistimo</li>
<li>Mestre em biologia celular e molecular</li>
<li>Bacharel e licenciado em ciências biológicas, ênfase em bioinformática</li>
<li>Intercâmbio em escola japonesa (ensino médio)</li>
<li>Sabe as línguas inglesa e japonesa</li>
<li>Promove a <em>filosofia</em> do <em><span lang="en">software</span> livre</em></li>
<li>Se interessa por fotografia, shell scripting (UNIX) e mercado financeiro</li>
</ul>
</main>
<section>
<h2>Contato</h2>
<p>
Sinta-se a vontade para mandar mensagens, sugestões ou perguntas.
</p>
<br>
<!-- Location -->
<address class="h-card">
<a href="mailto:jamilbio20[at]gmail[dot]com">
<img class="u-logo" src="gfx/sludge-life-small.jpg" alt="Place holder" title="Temporary logo place holder" width="200" height="200">
</a>
<div class="minw">
<ul>
<li><span class="p-name">Jamil SN</span> <span title="Master of Sciences"class="p-honorific-suffix">MSc</span></li>
<li class="u-email" lang="pt">jamilbio20 [arroba] gmail [ponto] com</li>
<li class="p-locality">América do Sul</li>
<li class="p-country-name">Brasil</li>
</ul>
</div>
</address>
</section>
<footer>
<br>
<div class="row" lang="ja">
<div class="column left" style="text-align: right;">
<!-- mukokkuseki logo -->
<p title="mukokuseki, without nationality, sem nacionalidade" style="font-size: 1.2em;" >無国籍</p>
</div>
</div>
<!-- Google Analytics -->
<!--
- - - - Copyright ©2021 JSN.
- - - Verbatim copying and distribution of this entire article is
- - - - permitted in any medium, provided this notice is preserved.
-->
</footer>
</body>
</html>