-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (25 loc) · 1.81 KB
/
index.html
File metadata and controls
38 lines (25 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Flavius Matis - Javascript and UX on the Interwebs</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Allan:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="content">
<h1><img src="avatar.jpg" class="avatar"/> flavius matis</h1>
<p>Co-founder <a href="https://moqups.com/" target="_blank">@moqups</a> and occasional duct-tape programmer.</p>
<p>Interested in web technologies and startups. Daily reader of <a href="https://news.ycombinator.com/" target="_blank">Hacker News</a>.</p>
<p class="spacer">You can find me on <a href="https://twitter.com/flaviusmatis" target="_blank">Twitter</a> & <a href="https://github.com/flaviusmatis" target="_blank">GitHub</a>.</p>
<p class="spacer">I'm also helping <strong>Kiva</strong> to fight poverty worldwide. <a href="http://www.kiva.org/invitedby/flavius4600" target="_blank">Help me</a> and get a $25 free trial!</p>
<h2>Other projects:</h2>
<p><a href="http://flaviusmatis.github.io/simplePagination.js/" target="_blank">simplePagination.js</a> - jQuery pagination plugin.</p>
<p><a href="http://flaviusmatis.github.io/flexibleArea.js/" target="_blank">flexibleArea.js</a> - Flexible height for your textareas.</p>
<p><a href="http://flaviusmatis.github.io/easyModal.js/" target="_blank">easyModal.js</a> - jQuery modal plugin.</p>
<p><strong>+</strong> <a href="http://flaviusmatis.github.io/plugins/" target="_blank">A collection of handpicked Javascript plugins...</a></p>
</div>
</body>
</html>