Skip to content

Commit 17aeca3

Browse files
author
Sadanand Pai
committed
Web: Links modification
1 parent 5f46a89 commit 17aeca3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>JavaScript Modern Interview Code Challenges</h1>
33
<h3>Collection of modern interview code challenges on JavaScript suitable for</h3>
44
<h4>Interviewees | Interviewers | Knowledge test | Practice</h4>
5-
<a href="#javascript-modern-interview-code-challenges-by-topic"><img src="banner.png" alt="banner" width="500px"/></a>
5+
<a href="#javascript-modern-interview-code-challenges-by-topic"><img src="web/public/hero.png" alt="banner" width="500px"/></a>
66
</div>
77

88
<div align="center">
@@ -25,10 +25,10 @@
2525
<div align="center">
2626
<h2>JavaScript Modern Interview Code Challenges by topic</h2>
2727

28-
| Primitives | Functions | Objects | Collections | Async | DOM |
29-
| ----------- | ----------- | ----------- | ----------- | --------------- | -------------- |
30-
| [Concepts](./challenges/primitives-concepts.md#home) | [Concepts](./challenges/functions-concepts.md#home) | [Concepts](./challenges/objects-concepts.md#home) | [Concepts](./challenges/collections-concepts.md#home) | [Concepts](./challenges/async-concepts.md#home) | [Concepts](./challenges/dom-challenges.md#home) |
31-
| [Challenges](./challenges/primitives-challenges.md#home) | [Challenges](./challenges/functions-challenges.md#home) | [Challenges](./challenges/objects-challenges.md#home) | [Challenges](./challenges/collections-challenges.md#home) | [Challenges](./challenges/async-challenges.md#home) | |
28+
| Primitives | Functions | Objects | Collections | Async | DOM |
29+
| -------------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------- | ----------------------------------------------- |
30+
| [Concepts](./challenges/primitives-concepts.md#home) | [Concepts](./challenges/functions-concepts.md#home) | [Concepts](./challenges/objects-concepts.md#home) | [Concepts](./challenges/collections-concepts.md#home) | [Concepts](./challenges/async-concepts.md#home) | [Concepts](./challenges/dom-challenges.md#home) |
31+
| [Challenges](./challenges/primitives-challenges.md#home) | [Challenges](./challenges/functions-challenges.md#home) | [Challenges](./challenges/objects-challenges.md#home) | [Challenges](./challenges/collections-challenges.md#home) | [Challenges](./challenges/async-challenges.md#home) | |
3232

3333
</div>
3434

banner.png

-34.2 KB
Binary file not shown.

web/theme.config.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
link: "https://github.com/sadanandpai/javascript-code-challenges/",
1010
},
1111
docsRepositoryBase:
12-
"https://github.com/sadanandpai/javascript-code-challenges/",
12+
"https://github.com/sadanandpai/javascript-code-challenges/tree/main/web",
1313
search: {
1414
placeholder: "Search",
1515
},

0 commit comments

Comments
 (0)