Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into beta
  • Loading branch information
Alex-Toucan committed Nov 24, 2024
2 parents 00d59f1 + a6084e3 commit 884f150
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 45 deletions.
Binary file removed public/media/images/C.png
Binary file not shown.
Binary file removed public/media/images/go.png
Binary file not shown.
Binary file removed public/media/images/haskell.png
Binary file not shown.
Binary file removed public/media/images/java.png
Binary file not shown.
Binary file removed public/media/images/rust.png
Binary file not shown.
46 changes: 1 addition & 45 deletions src/pages/PSON.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import BackToTop from '../components/BackToTop.astro';
<main id="bxpp" class="container">
<div id="general-info">
<h2> General Information </h2>
<p>PSON aka PynxSON, made by Pynx, is a JSON extension for the supported programming languages (can be found below). It uses a script from the supported programming languages as a library, then you can create script using functions from the library for it to create a JSON file using what you wrote.</p>
<p>PSON aka PynxSON, made by Pynx, is a JSON extension for both Python and Dart. It uses a script from the supported programming languages as a library, then you can create script using functions from the library for it to create a JSON file using what you wrote.</p>
<p>What does PSON have? Well:</p>
<ul>
<li>Comments (Ever needed to describe your objects? Well now you can!)</li>
Expand All @@ -50,18 +50,6 @@ import BackToTop from '../components/BackToTop.astro';
<li class="nav-item" role="presentation">
<button class="nav-link" id="dart-tab" aria-label="Dart Tab" data-bs-toggle="tab" data-bs-target="#dart-tab-pane" type="button" role="tab" aria-controls="dart-tab-pane" aria-selected="false" tabindex="-1"><img src="/media/images/dart.png" alt="Dart" height="45px"></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="c-tab" aria-label="C Tab" data-bs-toggle="tab" data-bs-target="#c-tab-pane" type="button" role="tab" aria-controls="c-tab-pane" aria-selected="false" tabindex="-1"><img src="/media/images/c.png" alt="C" height="45px"></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="go-tab" aria-label="Go Tab" data-bs-toggle="tab" data-bs-target="#go-tab-pane" type="button" role="tab" aria-controls="go-tab-pane" aria-selected="false" tabindex="-1"><img src="/media/images/go.png" alt="Go" height="45px"></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="rust-tab" aria-label="Rust Tab" data-bs-toggle="tab" data-bs-target="#rust-tab-pane" type="button" role="tab" aria-controls="rust-tab-pane" aria-selected="true"><img src="/media/images/rust.png" alt="Rust" height="45px"></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="haskell-tab" aria-label="Haskell Tab" data-bs-toggle="tab" data-bs-target="#haskell-tab-pane" type="button" role="tab" aria-controls="haskell-tab-pane" aria-selected="true"><img src="/media/images/haskell.png" alt="Haskell" height="45px"></button>
</li>
</ul>
<div class="tab-content border rounded-bottom-2 p-4" id="downloadTabContent">
<div class="tab-pane fade active show" id="python-tab-pane" role="tabpanel" aria-labelledby="python-tab" tabindex="0">
Expand Down Expand Up @@ -112,38 +100,6 @@ import BackToTop from '../components/BackToTop.astro';
</ol>
</p>
</div>
<div class="tab-pane fade" id="c-tab-pane" role="tabpanel" aria-labelledby="c-tab" tabindex="0">
<h1>C</h1>
<hr class="border-3">
<div class="text-center">
<i class="fs-1 bi bi-cone-striped"></i>
<p class="m-0"> This version of PSON is under development. </p>
</div>
</div>
<div class="tab-pane fade" id="go-tab-pane" role="tabpanel" aria-labelledby="go-tab" tabindex="0">
<h1>Go</h1>
<hr class="border-3">
<div class="text-center">
<i class="fs-1 bi bi-cone-striped"></i>
<p class="m-0"> This version of PSON is under development. </p>
</div>
</div>
<div class="tab-pane fade" id="rust-tab-pane" role="tabpanel" aria-labelledby="rust-tab" tabindex="0">
<h1>Rust</h1>
<hr class="border-3">
<div class="text-center">
<i class="fs-1 bi bi-cone-striped"></i>
<p class="m-0"> This version of PSON is under development. </p>
</div>
</div>
<div class="tab-pane fade" id="haskell-tab-pane" role="tabpanel" aria-labelledby="haskell-tab" tabindex="0">
<h1>Haskell</h1>
<hr class="border-3">
<div class="text-center">
<i class="fs-1 bi bi-cone-striped"></i>
<p class="m-0"> This version of PSON is under development. </p>
</div>
</div>
</div>
</div>
</main>
Expand Down

0 comments on commit 884f150

Please sign in to comment.