-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.19 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Ivan Padavic</title>
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="light.css" />
</head>
<body>
<section itemscope itemtype="http://data-vocabulary.org/Person" id="content">
<h1 itemprop="name">Ivan Padavic</h1>
<p class="small fade" itemprop="description">Software Developer interested in all aspects of Software Development LifeCycle, with passion for OpenSource and Enterprise LAMP.</p>
<p class="contacts">
<a itemprop="email" href="mailto:ipadavic@gmail.com">ipadavic@gmail.com</a>
·
<iframe src="http://ghbtns.com/github-btn.html?user=ipadavic&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="128" height="20"></iframe>
·
<a href="https://twitter.com/ipadavic" class="twitter-follow-button" data-show-count="false">Follow @ipadavic</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</section>
</body>
</html>