Skip to content

Commit bc1624e

Browse files
authored
Update how-to-use-codedex-alongside-your-cs-classes.mdx
1 parent 74fbe70 commit bc1624e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

blogs/2025/how-to-use-codedex-alongside-your-cs-classes.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Codédex gives you a few ways to practice your coding skills *outside* of class
9898

9999
Challenge packs are available for JavaScript and Python. Think leetcode-style practice problems. Challenge yourself with a few of these if you want to reach mastery on concepts like Loops, Lists, and Control flow.
100100

101+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
102+
<a style={{ all: "unset" }} href="https://www.codedex.io/challenges" target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Open a Challenge Pack</Button></a>
103+
</div>
104+
101105
### Project Tutorials
102106

103107
![Project Tutorials](https://i.imgur.com/IcSfjq2.png)
@@ -108,6 +112,10 @@ These are perfect real-world projects to add to your portfolio.
108112

109113
PLUS: We also have a "students' favorites" section so you can see what projects students specifically are making. Immediately after, add these to your resume. 😎
110114

115+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
116+
<a style={{ all: "unset" }} href="https://www.codedex.io/projects" target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Build a project</Button></a>
117+
</div>
118+
111119
## Cheatsheets
112120

113121
![Cheatsheets](https://i.imgur.com/soEbhSD.png)

0 commit comments

Comments
 (0)