ThomasSimonini HF staff commited on
Commit
71f14a2
β€’
1 Parent(s): ad85f52

Change Huggy Link

Browse files
Files changed (1) hide show
  1. index.html +26 -1
index.html CHANGED
@@ -17,7 +17,7 @@
17
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
18
  </head>
19
  <body class="dark">
20
- <!-- Modal -->
21
  <div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
22
  <div class="modal-dialog" role="document">
23
  <div class="modal-content">
@@ -33,6 +33,31 @@
33
  <p> If you like the game, don't forget to click on the like πŸ’– button.</p>
34
  <p> Do you want to learn more about Deep RL? πŸ€–
35
  We launched a <b>free class from beginner to expert!</b>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  πŸ‘‰ <a href="https://forms.gle/iCCam61Q1Hbj4ogV7" target="_blank">Start here</a> </p>
37
  </div>
38
  <div class="modal-footer">
 
17
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
18
  </head>
19
  <body class="dark">
20
+ <!-- Modal -
21
  <div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
22
  <div class="modal-dialog" role="document">
23
  <div class="modal-content">
 
33
  <p> If you like the game, don't forget to click on the like πŸ’– button.</p>
34
  <p> Do you want to learn more about Deep RL? πŸ€–
35
  We launched a <b>free class from beginner to expert!</b>
36
+ πŸ‘‰ <a href="https://forms.gle/iCCam61Q1Hbj4ogV7" target="_blank">Start here</a> </p>
37
+ </div>
38
+ <div class="modal-footer">
39
+ <button type="button" class="btn btn-success" data-dismiss="modal">Let me play!</button>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </div>-->
44
+
45
+ <!-- Modal -->
46
+ <div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
47
+ <div class="modal-dialog" role="document">
48
+ <div class="modal-content">
49
+ <div class="modal-header">
50
+ <img class="modal-title" id="exampleModalLabel" src="./TemplateData/logo.png" alt="logo" style="max-height:200px" class="img-fluid"/>
51
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
52
+ <span aria-hidden="true">&times;</span>
53
+ </button>
54
+ </div>
55
+ <div class="modal-body">
56
+ <h1> Huggy does not work on Space for now here's the new link 🐢: https://singularite.itch.io/huggy </h1>
57
+ <p> Huggy is a dog that <b>learned how to catch the stick with deep reinforcement learning</b> - throw the stick to see how he has learned!</p>
58
+ <p> If you like the game, don't forget to click on the like πŸ’– button.</p>
59
+ <p> Do you want to learn more about Deep RL? πŸ€–
60
+ We launched a <b>free class from beginner to expert!</b>
61
  πŸ‘‰ <a href="https://forms.gle/iCCam61Q1Hbj4ogV7" target="_blank">Start here</a> </p>
62
  </div>
63
  <div class="modal-footer">