Skip to content

Commit 773e934

Browse files
authored
Merge pull request #3 from braincee/Add-styles
Add personal styles to Leaderboard project
2 parents fa83728 + d18deb1 commit 773e934

File tree

10 files changed

+429
-25
lines changed

10 files changed

+429
-25
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,14 @@ To get a local copy up and running follow these simple example steps.
3535

3636
## Screenshots of Leaderboard
3737

38-
![]()
38+
![](./laptop.png)
3939

4040
## Live Demo 🔗
4141

4242

43-
Check the live demo [here]()👈
43+
Check the live demo [here]( https://braincee.github.io/Leaderboard/)👈
4444

4545

46-
![]()
47-
4846
## Author
4947

5048
👤 **Stephen**

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Leaderboard Project</title>
8-
<script defer src="main.js"></script></head>
8+
<script defer src="/Leaderboard/main.js"></script></head>
99
<body> <header>
1010
<h1 class="header">Leaderboard</h1>
1111
</header>
1212
<main>
1313
<section class="board-1">
14-
<div class="recent-goals">
14+
<div class="recent-score">
1515
<h2>Recent Scores</h2>
1616
<button type="button" class="refresh">Refresh</button>
1717
</div>
@@ -24,7 +24,7 @@ <h2>Recent Scores</h2>
2424
<div class="table">
2525
<h2>Add Persons Score</h2>
2626
</div>
27-
<form action="#" class="name-goal">
27+
<form action="#" class="name-score">
2828
<input type="text" name="name" placeholder="Person's name">
2929
<input type="number" name="score" placeholder="Person's score">
3030
<button type="submit" class="submit">Submit</button>

dist/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

laptop.png

106 KB
Loading

0 commit comments

Comments
 (0)