-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
114 lines (104 loc) · 2.41 KB
/
about.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About me</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
p {
margin-top: 0;
margin-bottom: 0;
}
#div-pd {
margin-top: 2px;
margin-right: 15px;
margin-left: 15px;
background-color: #fff;
color: #333;
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 14px;
line-height: 18px;
min-width: 360px;
text-align: left;
}
h1 {
color: #000000;
font-size: 16px;
font-weight: bold;
margin-top: 8px;
margin-bottom: 8px;
text-align: left;
}
table {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
table-layout: auto;
}
.embed-container {
position: relative;
height: 0;
overflow: hidden;
background-color:#FFFFFF;
padding-bottom:65.26%;
}
.embed-container img {
position: absolute;
top: 0;
left: 0;
width:100%;
}
.menu_ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
}
.menu_ul li {
float: left;
}
.menu_ul li a {
display: block;
color: #555;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menu_ul li a:hover:not(.active) {
background-color: #ddd;
}
.menu_ul li a.active {
color: white;
background-color: #4CAF50;
}
</style>
</head>
<body id="div-pd">
<div id="headerbox">
<div id="menu">
<ul class="menu_ul">
<li><a href="index.html">iPrintPage</a></li>
<li><a href="ilooklinks.html">iLookLinks</a></li>
<li><a href="control-mouse-button.html">mouse34Btn</a></li>
<ul style="float:right;list-style-type:none;">
<li><a class="active" href="about.html">About</a></li>
</ul>
</ul>
</div>
</div>
<p> </p>
<div id="columnshell">
<div id="leftcolumn">
<div>
<br><p>I’m software developer for more than a decade, located in Bulgaria (EU). I work in a software company where we develop macOS and Windows software. In my free time I create apps which I find useful, so I’m sharing them with others to benefit. Enjoy!</p>
<br><p><b>Contact</b></p>
<ul>
<li><img src="images/support.png" border="0" alt=""></li>
<li>If you like my apps, please <a href="https://paypal.me/oidev">buy me a beer using PayPal.me</a> or purchase my Mac App Store apps (if available).</li>
</ul>
</div>
</div>
</div>
</body>
</html>