-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
43 lines (34 loc) · 1.69 KB
/
main.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="unicode">
<title> "Bridge Code" </title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="css/icon.ico">
</head>
<body>
<!-- cards suits icons -->
<h1>Bridge Code
<img class="titleImage" style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/49/68fe9b86c2752d811ec2fe9eb65ced.png" width="50" height="50">
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/ce/7cdb1cae544d41f3c51f35ff8fcdf0.png" width="50" height="50">
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/00/a8334412825cd0b48f535bc566ee46.png" width="50" height="50">
<img style="-webkit-user-select: none;" src="https://e.unicode-table.com/orig/65/abb26604d0e13faf9441bc2140423c.png" width="50" height="50">
</h1>
<div class="text">
<p class="big"> Welcome to Bridge Code!
<br>
This website will help you build your very own conventions set.
<br>
Below you can see all the available conventions just in one click, refresh your memory and upgrade your game.
<br>
At the bottom you can build your conventions set, and prepare for your next tournument!
<br>
Hope you make the best of this website, good luck, and of course, have fun!
</p>
</div>
<hr size=5 color: gray noshade>
<h2> Conventions: </h2>
<a href="https://github.com/shaulib/BridgeCode/blob/master/xyz.html"> <div class="link"> XYZ </div> </a>
<a href="Bergan Raises.html"> <div class="link"> Bergan Raises </div> </a>
</body>
</html>