-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
74 lines (60 loc) · 2.19 KB
/
Copy pathabout.html
File metadata and controls
74 lines (60 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Merriweather:300,700' rel='stylesheet' type='text/css'>
<link href="/styles/main.css" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<title> About Me</title>
</head>
<body>
<div class="main">
<header>
<div class="layout">
<a href="/"><span>code</span>gremlins</a>
</div>
</header>
<article class="content layout">
<header>
<h1> About Me</h1>
</header>
<div><p>My name is Manuel Tomis and I am a programmer.</p>
<ul>
<li>StackOverflow: <a href="http://stackoverflow.com/users/219401/mtomis">http://stackoverflow.com/users/219401/mtomis</a></li>
<li>Github: <a href="https://github.com/mtomis">https://github.com/mtomis</a></li>
</ul>
<p>Some older things I did:</p>
<ul>
<li><p><a href="http://www.recyclinghero.com.cy/">http://www.recyclinghero.com.cy/</a>
<br>A recycling themed driving game written in actionscript</p>
</li>
<li><p><a href="http://codegremlins.com/piggybudget.html">http://codegremlins.com/piggybudget.html</a>
<br>A personal budget manager written in java/swing</p>
</li>
<li><p><a href="https://github.com/mtomis/jurlmap">https://github.com/mtomis/jurlmap</a>
<br>A url router for java</p>
</li>
<li><p><a href="https://github.com/mtomis/lemonjuice">https://github.com/mtomis/lemonjuice</a>
<br>A template engine for java</p>
</li>
<li><p><a href="http://brain.sourceforge.net/">http://brain.sourceforge.net/</a>
<br>A prototype based scripting language influenced by Self</p>
</li>
</ul>
</div>
</article>
<footer>
<div class="layout">
<a href="http://codegremlins.com/privacy.html">Privacy</a>
<a href="http://codegremlins.com/about.html">About Me</a>
<div>
Copyright © 2009-2016 Manuel Tomis
</div>
</div>
</footer>
</div>
</body>
</html>