-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (51 loc) · 2.82 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<link rel='stylesheet' type='text/css' href='bp.css'>
<script type='text/javascript' src='bp.js'></script>
<title>gbazil</title>
</head>
<body>
<table width=90% align=center>
<tr><td width=70%><img src=images/logo.svg>
<td width=5%><a target=_blank href='https://www.github.com/gbazil'><img src="images/github.svg" height="30" onmouseover="this.src='images/github-over.svg'" onmouseout="this.src='images/github.svg'"></a>
<td width=5%><a target=_blank href='https://twitter.com/gbazil'><img src="images/twitter.svg" height="26" onmouseover="this.src='images/twitter-over.svg'" onmouseout="this.src='images/twitter.svg'"></a>
<td width=5%><a href='javascript:show("about")'><img src="images/about.svg" height="22" onmouseover="this.src='images/about-over.svg'" onmouseout="this.src='images/about.svg'"></a>
<td align=right><a href=ru><img src=images/ru.svg height="18" onmouseover="this.src='images/ru-over.svg'" onmouseout="this.src='images/ru.svg'"></a>
</table>
<table cellspacing=20 cellpadding=20>
<tr valign=top>
<td class=SandyBrown onclick='location.href="allpass.html"'>
<h2>Allpass</h2>
<p>Allpass (Russian: Распасы) – a game of “do not take bribes” for all players. The rules are very simple: no trump,
you need to walk on the suit, no suit – throw any card. It would seem that there is no problem: taking bribes
as little as possible, under the partner card is necessary to put a smaller, but if not suit – the other largest.
Alas, this is not true.</p>
<img src=images/allpassicon.png vspace=30>
<td class=SpringGreen onclick='location.href="ttt.html"'>
<h2>Tic Tac Toe BP</h2>
<p>The Tic-Tac-Toe game for the iOS and Android offered in the App Store and Google Play is designated
to help you to pass the time having the pleasure of enjoying a wave of nostalgia for carefree school days.</p>
<img src=images/ttticon.png vspace=30>
<td class=Silver onclick='location.href="cc.html"'>
<h2>Currency Calculator BP</h2>
<p>It is very easy to use calculator with the ability to simultaneously
operate with different currencies. You set for yourself currency exchange rates.
Internet connection is not required.</p>
<img src=images/ccicon.png vspace=30>
</table>
<div class=darkglass id=about style="display: none">
<div class=popup onclick='show("about")'>
<img class=restricted src=images/me.png><br>
<h1>About</h1>
<p>
The gbazil team was founded in 1991, and has been providing quality software to the public ever since. Located in Moscow, employs no more one people and does all kinds of awesome things for the World community.
</p>
<p align=center><a href=mailto:[email protected]>© gbazil 1991-2020</a></p>
</div>
</div>
<table border=0 align=center><tr>
<td align=center nowrap><a href=mailto:[email protected]>© gbazil 1991-2020</a>
</body>
</html>