Socialify

Folder ..

Viewing about.html
65 lines (56 loc) • 1.7 KB

 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
<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    
      <style>
          .std {
             padding-top: 35px;
              text-align: center;
              
          }
          body {
              font-family: sans-serif;
              
          }
          .icon {
              height: 100px;
          }
          small {
              font-size: 12px;
          }
          p {
              font-size: 14px;
          }
          .px {
              font-size: 14px;
          }
          .cb {
              display: table;
              margin: 0 auto;
          }
      </style>
    <title>About Chess 3D</title>
  </head>
  <body>
    <div class="std">
            <img class="icon" src="icons/icon.png">
            <h1><strong>Chess 3D</strong> <small>v 1.0.0</small></h1>
            <p>Developed by <strong>LuciferReeves</strong> for <strong>BackSlash Linux</strong></p>
        
        
            
      </div>
      <div class="cb">
        <small>
<strong class="px"><u>Contributors:</u><br> <br></strong>
            
Game UI : <strong>LuciferReeves</strong><br>
            Custom JQuery CSS Script : <strong>LuciferReeves</strong> and <b>FrenchYann</b> <br>
Chess AI: <b>Gary Linscott</b><br>

3D Graphics: <b>FrenchYann</b><br>

Save/Load Functionality: <b>FrenchYann</b><br>

            Game Icon : <strong>Nadja Hallfahrt</strong> </small>
      </div>
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="js/jquery.js"></script>
    <script src="js/popper.js"></script>
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>