Skip to content

Commit

Permalink
Update CHANGELOG format and add Palm Tree product demo link to produc…
Browse files Browse the repository at this point in the history
…ts and projects
  • Loading branch information
scottgriv committed May 27, 2024
1 parent a858ae0 commit 1a68b31
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
14 changes: 9 additions & 5 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## v1.0.0
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-12-04

### Added

### Added or Changed
- Added this changelog file :D
- Initial release of Business Website

### Removed
- N/A
[1.0.0]: https://github.com/scottgriv/Business-Website/releases/tag/v1.0.0
11 changes: 9 additions & 2 deletions src/pages/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export default function Products() {
{" "}
<a
className="regular-link"
href="https://github.com/scottgriv/Palm-Tree"
href="https://scottgriv.github.io/Palm-Tree/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -419,7 +419,7 @@ export default function Products() {
page with a click of a button within the email.
</p>
<a
href="https://github.com/scottgriv/Palm-Tree"
href="https://scottgriv.github.io/Palm-Tree/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -436,6 +436,13 @@ export default function Products() {
<b>Technology:</b> JavaScript, PHP, HTML, CSS, MySQL.
</p>
<div className="social-links">
<a
href="https://scottgriv.github.io/Palm-Tree/"
target="_blank"
rel="noreferrer"
>
<i className="fa-solid fa-arrow-up-right-from-square"></i>
</a>
<a
href="https://github.com/scottgriv/Palm-Tree"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Projects() {
</a>
<br />
<a
href="https://github.com/scottgriv/Palm-Tree"
href="https://scottgriv.github.io/Palm-Tree/"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -308,7 +308,7 @@ export default function Projects() {
/>
</a>
<a
href="https://github.com/scottgriv/Palm-Tree"
href="https://scottgriv.github.io/Palm-Tree/"
className="icon-container"
target="_blank"
rel="noreferrer"
Expand Down

0 comments on commit 1a68b31

Please sign in to comment.