-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (46 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<title> Martinecko30 </title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" href="page.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<nav>
<ul class="pages-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="aboutme.html">About me</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
</ul>
</nav>
</head>
<body>
<div class="body-div">
<div class="myself">
<h1>
Hello, I'm Martin & I'm a <span id="back-end"> Back-end</span> Dev. I work with Java and Unity(C#) to make games.
</h1>
<img src="images/final.png"/>
</div>
<!--
<div class="about-me-card">
<img src="images/pluginbackground.png" />
<p> More about me under this link </p>
</div>
-->
</div>
</body>
<footer>
<div class="bottom">
<a class="fa fa-instagram" href="https://github.com/Martinecko30/"> </a>
<a class="fa fa-twitter" href="https://twitter.com/martinecko30"> </a>
<a class="fa fa-github" href="https://github.com/Martinecko30/"> </a>
<div class="clear"></div>
</div>
</footer>
</html>