Skip to content

Commit

Permalink
Add LP to product and projects list
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv committed May 23, 2024
1 parent 3d89c9e commit bb14ecc
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 7 deletions.
71 changes: 64 additions & 7 deletions src/pages/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ export default function Products() {
>
<i className="fa-regular fa-registered"></i>
</a>
<a
href="http://tsdr.uspto.gov/#caseNumber=86415605&caseSearchType=US_APPLICATION&caseType=DEFAULT&searchType=statusSearch"
target="_blank"
rel="noreferrer"
>
<i className="fa-regular fa-registered"></i>
</a>
</div>
</div>
<hr />
Expand Down Expand Up @@ -453,6 +446,70 @@ export default function Products() {
</div>
</div>
<hr />
<div className="project-card">
<h3>
{" "}
<a
className="regular-link"
href="https://launchportals.netlify.app/"
target="_blank"
rel="noreferrer"
>
Launch Portals
</a>
</h3>
<p>
Launch Portals is a dynamic web application designed for
developers, marketers, and project managers to showcase and
monitor their digital projects. This tool not only provides
quick links to projects, repositories, websites, apps, and
social media pages but also crucially displays and verifies
the metadata of each link. Users can easily ensure that their
projects are presented correctly across platforms by checking
Open Graph tags and other metadata in real-time. Whether
you're launching a new app or managing an existing portfolio,
Launch Portals helps you maintain control over how your
projects appear to the world, enhancing visibility and
consistency across the web.
</p>
<a
href="https://launchportals.netlify.app/"
className="icon-container-product"
target="_blank"
rel="noreferrer"
>
<div className="projects-image-small-wrapper">
<img
className="projects-image-small"
src="/images/products/gold/Launch-Portals.png"
alt="Launch Portals"
/>
</div>
</a>
<p>
<b>Category:</b> Web Application.
</p>
<p>
<b>Technology:</b> Gatsby.js, Netlify, React, JavaScript
</p>
<div className="social-links">
<a
href="https://launchportals.netlify.app/"
target="_blank"
rel="noreferrer"
>
<i className="fa-solid fa-arrow-up-right-from-square"></i>
</a>
<a
href="https://github.com/scottgriv/Launch-Portals"
target="_blank"
rel="noreferrer"
>
<i className="fab fa-github"></i>
</a>
</div>
</div>
<hr />
<div className="project-card">
<h3>
{" "}
Expand Down
24 changes: 24 additions & 0 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@ export default function Projects() {
alt="Palm Tree"
/>
</a>
<br />
<a
href="https://launchportals.netlify.app/"
target="_blank"
rel="noreferrer"
>
<img
src="/images/projects/banners/launch-portals-banner_large.png"
className="banner-image"
alt="Launch Portals"
/>
</a>
</div>
<br />
<hr />
Expand Down Expand Up @@ -307,6 +319,18 @@ export default function Projects() {
alt="Palm Tree"
/>
</a>
<a
href="https://launchportals.netlify.app/"
className="icon-container"
target="_blank"
rel="noreferrer"
>
<img
src="/images/projects/icons/launch-portals-icon-rounded.png"
className="app-image"
alt="Launch Portals"
/>
</a>
</div>
<br />
<hr />
Expand Down
Binary file added static/images/products/gold/Launch-Portals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb14ecc

Please sign in to comment.