Skip to content

Commit ec7f54d

Browse files
updated readme
1 parent e2bf538 commit ec7f54d

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Create an account.
88
Choose from a database of various exercises.
99
View your workout history and progress.
1010

11+
![alt text](./public/img/fit_j_thumb.png)
12+
1113
## Getting Started
1214

1315
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

public/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h4 class="add-ex js-addEx"><a href="/search.html">Add Exercise</a></h4>
7474

7575
<script src="/dashboard.page.js"></script>
7676
<script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"></script>
77-
<script src="/home.js"></script>
77+
7878

7979

8080
</body>

public/img/fit_j_thumb.png

216 KB
Loading

public/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Sign into your account</h1>
5252
<script src="/utilities/index.js"></script>
5353
<script src="/auth.page.js"></script>
5454
<script src="/search.js"></script>
55-
<script src="/home.js"></script>
55+
5656
</body>
5757

5858
</html>

public/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3 id="exerciseName"></h3>
8585
<script src="/utilities/index.js"></script>
8686
<script src="/dashboard.page.js"></script>
8787
<script src="/search.js"></script>
88-
<script src="/home.js"></script>
88+
8989

9090
</body>
9191

public/signup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="log-logo">
2424
<div class="form">
2525

2626
<h1>Create Free Account</h1>
27-
<form class="signup-form" action="/api/user" method="POST">
27+
<form id="sign-up-form" class="signup-form" action="/api/user" method="POST">
2828

2929
<input class="item" id="name-txt" type="text" placeholder="name" name="name" autocomplete="off" required/>
3030
<input class="item" id="username-txt" type="text" placeholder="username" name="username" autocomplete="off" required/>
@@ -52,7 +52,7 @@ <h1>Create Free Account</h1>
5252
<script src="/utilities/index.js"></script>
5353
<script src="/dashboard.page.js"></script>
5454
<script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"></script>
55-
<script src="/home.js"></script>
55+
5656
</body>
5757

5858
</html>

0 commit comments

Comments
 (0)