-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcontact.html
88 lines (73 loc) · 2.53 KB
/
contact.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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>>> Little Wire</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27159354-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<style>
#mainContent
{
border-style: dotted;
border-width: 1px;
padding-left: 10px;
padding-right: 10px;
padding-top: -50px;
width: 810px;
position: relative;
top: -17px;
}
#Navigation
{
position: relative;
top: -20px;
}
</style>
</head>
<body>
<div id="Header">
<h1>>> Little Wire</h1>
</div>
<div id="Navigation">
<h3>
<a href="./index.html">_homepage</a>
<a href="./downloads.html">_downloads</a>
<a href="./contact.html">_contact</a>
<a href="./donation.html">_donation</a>
<a href="./publicity.html">_publicity</a>
<a href="./documentation/">_documentation</a>
<a href="./oldsite">_oldsite</a>
</h3>
</div>
<div id="mainContent">
<!--***************************** Main content starts. *****************************-->
<img style="height: 275px; float: right; margin-right: 0px; margin-top: 15px;" alt="" title="" src="./resources/ihsanKehribar.jpeg">
<p>Little Wire is designed and currently maintained by ihsan Kehribar<i>(me)</i>.</p>
<p>For any reason, you can contact me through following ways: <p>
<ul>
<li>
<strong>Twitter:</strong> <a href="http://twitter.com/ihsankehribar">http://twitter.com/ihsankehribar</a>
</li>
<li>
<strong>Personal Blog:</strong> <a href="http://blog.kehribar.me">http://blog.kehribar.me</a>
</li>
<li>
<strong>Mail:</strong> ihsan{at}kehribar{dot}me
</li>
</ul>
<h3>Note</h3>
<p>Please submit your bug reports / pull requests over GitHub and don't contact me directly.</p>
<!--***************************** Main content ends. *******************************-->
</div>
</body>
</html>