Skip to content

Commit

Permalink
added favicon; adjusted landing page content and cartpole GIF slightly;
Browse files Browse the repository at this point in the history
  • Loading branch information
ObviouslyLuuk committed Apr 25, 2021
1 parent 5a8f995 commit de5ab1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added faviconV2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added faviconV3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<html>

<head>
<link rel="shortcut icon" href="#"> <!-- This fixes the favicon.ico error -->
<!-- <link rel="shortcut icon" href="#"> This fixes the favicon.ico error -->
<link rel="icon" href="faviconV3.png">

<!-- For simple scroll bar -->
<link href="https://unpkg.com/simplebar@latest/dist/simplebar.css" rel="stylesheet" type="text/plain">
Expand Down
5 changes: 3 additions & 2 deletions landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const GIF_IDs = {
cartpoleV2: "1VZFPv41XRj29m9aDTnmZkgpi7ui97Zgw",
cartpole_net_only: "1qSB5l5fRaDpGI5nccgpL6ai7RYbSEa6o",
cartpole_netV2_1: "1VDFXK6NWYkHi3Ytlf4VN4ZW2GWn5U-we",
cartpole_netV3: "1WEIiHcPbwVCQKHWb1gmSvLYudVGa4F-4",
digits_draw: "1xGccUN7Jr0zzuCXP8E8xuW45fqLX5hlO",
digits_draw_cropped: "1XnlhfXDf2lXq2vbMVuBolbRuheEWJOUU",
}
Expand All @@ -23,7 +24,7 @@ window.addEventListener('load', function() {
<div>
<h1>Luuk's AI Projects</h1>
<p>
Welcome to the landing page for my AI projects!
Welcome to the landing page for my portfolio!
</p>
<a href="https://www.github.com/obviouslyluuk/portfolio">GitHub</a>
</div>
Expand All @@ -38,7 +39,7 @@ window.addEventListener('load', function() {
</a>
<a href = "index.html?cartpole">
<div class="project_name"><h3>Cartpole</h3></div>
<img src="${GDRIVE_LINK+GIF_IDs.cartpole_netV2_1}" alt="Cartpole">
<img src="${GDRIVE_LINK+GIF_IDs.cartpole_netV3}" alt="Cartpole">
</a>
</div>
`
Expand Down

0 comments on commit de5ab1b

Please sign in to comment.