Skip to content

Commit

Permalink
Rename folders for better URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Jul 20, 2023
1 parent 1d48016 commit 84b350c
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion lgbt-tech/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ Update that function so that a different phrase appears when you click on the ma

Now, let's make it dynamic by using the function `getRandomNumber` that is already written for us.

**Key Point**: Functions are at the heart of any codebase. They define what actions occur and when.
**Key Point**: Functions are at the heart of any codebase. They define what actions occur and when. Functions are incredibly dynamic and versatile! We only scratched the surface today.

## Solution

If you want to compare your codepen to ours, check out our completed app <a target="blank" href="https://codepen.io/turing-trycoding/pen/YzRLEdG">here</a>!

## JavaScript Summary

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions workshop-curriculum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<img src="../assets/icons/mtn-icon.png" alt="Mountain Icon">
<h2>Information Sessions</h2>
<p>Your first step to becoming a coder starts here. We will cover the important things to know as you explore this new career.</p>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/info-fe-be-fs">Explaining Front End, Back End, + Full Stack</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/info-application">Application + Interview Workshop</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/info-turing">Turing Information Session</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/what-is-fe-be-fs">Explaining Front End, Back End, + Full Stack</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/application-workshop">Application + Interview Workshop</a>
<a class="s-button s-button-secondary-inverse" href="{{ site.url }}/about-turing">Turing Information Session</a>
</section>

<section class="card special-card">
Expand Down

0 comments on commit 84b350c

Please sign in to comment.