Skip to content

Commit 97b65cd

Browse files
authored
Update index.html
1 parent be986db commit 97b65cd

File tree

1 file changed

+1
-112
lines changed

1 file changed

+1
-112
lines changed

index.html

Lines changed: 1 addition & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<meta charset="UTF-8">
6-
<title>Chessply - A Simple Chess Repertoire Tool</title>
7-
<link rel="shortcut icon" href="./rook-chess-piece.ico">
8-
<meta name="description" content="ChessPly - A Simple Chess Repertoire Tool">
9-
<meta name="keywords" content="chess, chessply, opening, repertoire, chess repertoire, chess repertoire softare, chess openings, chess opening software, chessply.com">
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
11-
<link rel="stylesheet" href="./css/home.min.css" />
12-
<link rel="stylesheet" href="./css/chessply.min.css" />
13-
<link rel="stylesheet" href="./css/login.css" />
14-
<link rel="stylesheet" href="./css/bootstrap.min.css">
15-
</head>
16-
<body>
17-
18-
<div class="container">
19-
<div class="row">
20-
<div class="inner">
21-
22-
<div class="col">
23-
<div class="col-inner">
24-
<h3>
25-
Chessply.com
26-
</h3>
27-
<p>
28-
A simple, basic tool to keep up with your opening repertoire.
29-
Any questions, comments, bugs, or feature requests use the contact form within the webapp.
30-
</p>
31-
</div>
32-
</div>
33-
<div class="col">
34-
<div class="col-inner">
35-
<h3>
36-
</h3>
37-
<a class="btn btn-lg btn-block btn-fresh" href="https://ply.chessply.com">
38-
LOG IN <span class="badge"></span>
39-
</a>
40-
<br/>
41-
<div class="alert alert-info fade in">
42-
<strong>reddit</strong> <br/> <a href='https://www.reddit.com/r/chess/comments/3qs435/online_chess_repertoire_tool/'>See what people on /r/chess have to say about it !!!!</a>
43-
</div>
44-
45-
</div>
46-
</div>
47-
</div>
48-
</div>
49-
50-
<div class="row">
51-
<div class="col-sm-3"></div>
52-
<div class="col-sm-6">
53-
<iframe width="420" height="315" src="https://www.youtube.com/embed/NP6WQBZEgzA?rel=0" frameborder="0" allowfullscreen></iframe>
54-
</div>
55-
<div class="col-sm-3"></div>
56-
</div>
57-
58-
<div class="row">
59-
<hr>
60-
<div class="inner">
61-
62-
<div class="col">
63-
<div class="col-inner">
64-
<h3>
65-
Put In Your Moves
66-
</h3>
67-
<p>
68-
Create a Repertoire and input moves by manipulating the board.
69-
Organize your openings by making multiple Repertoires (e.x. "Dutch", "QGA"),
70-
OR just keep all your moves in one Rep (e.x. "White Rep") and use Tags
71-
to manage your lines.
72-
</p>
73-
</div>
74-
</div>
75-
<div class="col">
76-
<div class="col-inner">
77-
<h3>
78-
Import Moves
79-
</h3>
80-
<p>
81-
You don't have to manually input all your moves, you can import a PGN into any Repertoire.
82-
Have a PGN of your favorite player and want to import their games as a starting point? Easy Peasey.
83-
</p>
84-
</div>
85-
</div>
86-
<div class="clearfix"></div>
87-
<div class="col">
88-
<div class="col-inner">
89-
<h3>
90-
Train Against
91-
</h3>
92-
<p>
93-
Kick off a training session from any position on the board to do some practice drills against your current Repertorie.
94-
</p>
95-
</div>
96-
</div>
97-
<div class="col">
98-
<div class="col-inner">
99-
<h3>
100-
Online
101-
</h3>
102-
<p>
103-
This is a web application, no need to download clunky software from the 90s... just start using it from your desktop, tablet, or mobile browser.
104-
</p>
105-
</div>
106-
</div>
107-
</div>
108-
</div>
109-
110-
</div>
111-
</body>
112-
</html>
1+
sup

0 commit comments

Comments
 (0)