-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from brandonnorsworthy/more-features
More features
- Loading branch information
Showing
20 changed files
with
4,199 additions
and
3,232 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,11 @@ | ||
# Latest News | ||
|
||
## September 21, 2024 | ||
- **New Release:** Version 1.0.0 is out! | ||
|
||
this is a test link to [google](https://www.google.com) | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac purus sit amet nisl sollicitudin bibendum ac nec purus [link](https://www.google.com). Nulla facilisi cras fermentum odio eu feugiat. fusce id velit ut tortor pretium viverra suspendisse potenti. | ||
|
||
bullet list: | ||
- item 1 | ||
- item 2 | ||
- item 3 | ||
|
||
numbered list: | ||
1. item 1 | ||
1. item 2 | ||
1. item 3 | ||
|
||
```css | ||
body { | ||
background-color: lightblue; | ||
} | ||
``` | ||
|
||
```html | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Page Title</title> | ||
</head> | ||
<body> | ||
</html> | ||
``` | ||
**New Release:** Version 1.0.0 is out! | ||
- Major updates to the user interface | ||
- Users can login/register to track their progress across devices | ||
- Settings persist across sessions | ||
- Guest users can keep track of their progress without an account on a single device | ||
|
||
## Future Updates | ||
- Light/Dark mode toggle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.