Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coopjz committed Jul 3, 2024
1 parent 106387a commit 6c8977b
Show file tree
Hide file tree
Showing 14 changed files with 191,894 additions and 24 deletions.
35 changes: 11 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,53 +625,40 @@ <h2 class="title is-3">UniQuad Series Models</h2>
</section>

<!-- <pre> -->
<!-- <section class="hero is-small">
<section class="hero is-small">
<div class="hero-body is-max-desktop">
<nav class="panel">
<p class="panel-heading">Drone Components</p>
<p class="panel-heading">Other Components</p>
<p class="panel-tabs">
<a class="panel-tab is-active" onclick="openTabs(event,'all');"
>all</a
>
<a class="panel-tab" onclick="openTabs(event,'drones');">Drones</a>
<a class="panel-tab" onclick="openTabs(event,'pcb');">PCB</a>

<a class="panel-tab" onclick="openTabs(event,'bom' )">BOM</a>
<a class="panel-tab" onclick="openTabs(event,'more' )">More</a>

</p>
<a class="panel-block is-active" data-drones data-all>
<span class="panel-icon">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
Uni127C.STEP
</a>
<a class="panel-block" data-drones data-all>
<a class="panel-block is-active" id="all-in-one.zip" onclick="downloadModel(event)" data-all>
<span class="panel-icon">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
Uni250C.STEP
all-in-one-package
</a>
<a class="panel-block" data-drones data-all>
<a class="panel-block " id="PCB/HDMI-Type-A-Dummy-Plug.zip" onclick="downloadModel(event)" data-pcb data-all>
<span class="panel-icon">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
Uni250L.STEP
HDMI-Dummy-plug
</a>
<a class="panel-block" data-drones data-all>
<a class="panel-block" id="PCB/XT-30-Main-Power-Board.zip" onclick="downloadModel(event)" data-pcb data-all>
<span class="panel-icon">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
Uni350CL.STEP
</a>
<a class="panel-block" data-bom data-all>
<span class="panel-icon">
<i class="fas fa-book" aria-hidden="true"></i>
</span>
BOM
main-power-board
</a>
</nav>
</div>
</section> -->
</section>
<!-- </pre> -->
<section class="hero teaser">
<div class="hero-body is-max-desktop">
Expand Down
Binary file added models/PCB/HDMI-Type-A-Dummy-Plug.zip
Binary file not shown.
Loading

0 comments on commit 6c8977b

Please sign in to comment.