Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Deploy with user help
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquead committed May 2, 2019
1 parent a147417 commit d70dc5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/app/index.html
Expand Up @@ -6,8 +6,8 @@

<title>Solid Chat</title>

<link rel="shortcut icon" href="./src/favicon.ico" type="image/x-icon">
<link rel="icon" href="./src/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" type="text/css" rel="stylesheet">
Expand All @@ -29,8 +29,8 @@
<div class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Help</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<button id="showHelpBtn" class="dropdown-item btn btn-outline-danger my-2 my-sm-0" type="button">Show help</button>
<button id="aboutBtn" class="dropdown-item btn btn-outline my-2 my-sm-0" type="button">About</button>
<button id="showHelpBtn" class="dropdown-item btn btn-outline-danger my-2 my-sm-0" onclick="window.location.href='https://linomlt.github.io/dechat_es4b_help/'" type="button">Show help</button>

</div>
</div>
</div>
Expand Down Expand Up @@ -62,7 +62,7 @@

<div id="content" class="row justify-content-center align-items-center">
<div id="loading-gif" class="col-6 text-center hidden">
<img src="src/img/loading.gif" alt="Loading..." height="72" width="128"/>
<img src="/src/img/loading.gif" alt="Loading..." height="72" width="128"/>
</div>
<div id="chat-options" class="col-6 text-center">
<button id="new-btn" type="button" class="btn btn-dark btn-lg">Start chatting</button>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -30,7 +30,7 @@
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Help</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<button id="showHelpBtn" class="dropdown-item btn btn-outline-danger my-2 my-sm-0" onclick="window.location.href='https://linomlt.github.io/dechat_es4b_help/'" type="button">Show help</button>
<button id="aboutBtn" class="dropdown-item btn btn-outline my-2 my-sm-0" type="button">About</button>

</div>
</div>
</div>
Expand Down

0 comments on commit d70dc5c

Please sign in to comment.