-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 3.03 KB
/
index.html
File metadata and controls
76 lines (73 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/public/stylesheets/style.css">
<title>Silver Code</title>
</head>
<body>
<header>
<div class="header">
<nav-bar>
<div class="menuG">
<div class="mItem"><a href="#Bio">Bio</a></div>
<div class="mItem br">|</div>
<div class="mItem"><a href="#Projects">Projects</a></div>
<div class="mItem br">|</div>
<div class="mItem"><a href="#Hobbies">Hobbies</a></div>
</div>
<div class="menuS">
<div class="mItem"><a href="#Bio">Bio</a></div>
<div class="mItem br">|</div>
<div class="mItem"><a href="#Projects">Projects</a></div>
<div class="mItem br">|</div>
<div class="mItem"><a href="#Hobbies">Hobbies</a></div>
</div>
</nav-bar>
<div class="landing">
<div class="titulo li-titulo-12 text-center"><strong>S</strong><f>code</f><br><em>ilver</em></div>
<div class="corpo li-corpo-12 text-center">Welcome to my Humble home of coding and my Portifolio.</div>
</div>
</div>
</header>
<div class="wrapper">
<div class="bio" id="Bio">
<div class="content">
<div class="grid">
<div class="li-text-12 text-center">My name is Rafael, I'm brazillian and passionate for technology. When I
first started programming at my 14 years using python for scripting my blender scenes. </div>
<div class="li-img-4 text-center">Robotics Work</div>
<div class="li-img-4 text-center">Javascript</div>
<div class="li-img-4 text-center">SAP</div>
</div>
</div>
</div>
<div class="projects" id="Projects">
<div class="content">
<div class="grid">
<div class="li-text-12 text-center ">I have some projects that are used for studying and skill improving. They
haven't been posted on github entirely but you can access the documentation.</div>
<div class="li-img-3 text-center">UE4</div>
<div class="li-img-3 text-center">JSC</div>
<div class="li-img-3 text-center">Blender</div>
<div class="li-img-3 text-center">Python AI</div>
</div>
</div>
</div>
<div class="hobbies" id="Hobbies">
<div class="content">
<div class="grid">
<div class="li-text-12 text-center">Technology maybe is my highest passion, but surely not the only one. I
love play games (crack them, understand how they work on code and stuff), drawing(nothing impressive though
but it definetively changes the focus), playing guitar and quite some other stuff.</div>
<div class="li-img-4 text-center">Stream LInk</div>
<div class="li-img-4 text-center">DeviantArt link</div>
<div class="li-img-4 text-center">Guitar play</div>
</div>
</div>
</div>
</div>
</body>
</html>