-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (48 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roadstar Hacker</title>
<meta name="description" content="Personal blog of wandering hacker José Isac.">
<meta name="author" content="José Isac Araújo Monção">
<meta name="keywords" content="Hacking, Geek, Computer Science, José Isac">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<main>
<header class="main-header">
<h2 id="main-title">☆ Roadstar Hacker ☆</h2>
<h3 id="main-subtitle">Personal blog of wandering hacker José Isac.</h3>
</header>
<hr>
<nav>
<b style="color: rgb(86, 142, 247);">char*</b> links[] = {
<a href="#about-me">"About me"</a>
};
</span>
</nav>
<h3 id="about-me" style="margin: 0 1rem; color: rgb(202, 74, 252);"># About me</h3>
<section id="section-aboutme">
<figure>
<picture>
<source media="(min-width: 1024px)" srcset="assets/imgs/joseisac200h.jpg">
<img src="assets/imgs/joseisac120w.jpg" alt="Photo of the author of the blog: José Isac" title="José Isac">
</picture>
<figcaption style="font-size: smaller;">Me at home.</figcaption>
</figure>
<p id="text-aboutme">
You can call me José Isac. I'm a computer technician who likes to study how Linux works, low level programming,
Math and social engineering. I also do pixel arts, play the flute, play volleyball and read a lot of books
simultaneously.<br><br>
I'm currently studying for the entrance exam at Universidade Estadual Vale do Acaraú. I'll become a
great computer scientist.<br><br>
<b>Contact me: </b><br>
→ <a id="github-contact" href="https://github.com/jose-isac">GitHub</a><br>
→ <a id="email-contact" href="mailto:joseisac@tutamail.com">E-Mail</a>
</p>
</section>
</main>
</body>
</html>