-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.67 KB
/
index.html
File metadata and controls
45 lines (43 loc) · 1.67 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Game e App Creator using C# e Java, Beginner Web Developer">
<meta name="keywords" content="Game Creator, C#, Java, Javascript, App Creator, Web Developer">
<meta name="author" content="Vinicius Viana">
<title> Cosmind | Welcome </title>
<script language="javascript" type="text/javascript" src="libraries/p5.js"></script>
<script language="javascript" type="text/javascript" src="libraries/p5.dom.js"></script>
<link rel="stylesheet" type="text/css" href="./css/CSSStyle.css"/>
<style>
</style>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Cosmind</span></h1>
</div>
<nav>
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="projects.html">Projetos</a></li>
<!-- <li><a href="services.html">About Me</a></li> -->
<li><a href="Scripts.html"> Textos </a></li>
<li><a href="https://github.com/KhomDrake">Github</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class="container">
<!-- <br><br><br><br><br><br><br><br> -->
<h1>Desenvolvedor Web, Games e Futuro Escritor </h1>
<p>Desenvolvo Games Usando C#, Java e Javascript. Desenvolvedor Web usando HTML, CSS, Javascript. Pretendo escrever ficção fantástica/científica e gosto bastante de ciência, principalmente física.</p>
</div>
</section>
<footer>
<p>Copyright © 2018</p>
</footer>
</body>
</html>