Skip to content

Commit

Permalink
Merge pull request #64 from muthusalami/mattyang-github-workshop
Browse files Browse the repository at this point in the history
added speakon cable
  • Loading branch information
dylanlorenz authored Nov 28, 2023
2 parents 22900e0 + c595661 commit ddf9d5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Binary file added images/Audio/audio_speakon_cork-and-bottle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,23 @@ <h3><a href="pinouts.html#din-5-pin">Unbalanced DIN 5-pin</a></h3>
</div>
<!-- end Unbalanced DIN 5-pin -->

<!-- Unbalanced speakon -->
<span data-toggle="modal" data-target="#unbalanced_speakon"><button type="button" class="btn btn-default"><img src="images/Audio/audio_speakon_cork-and-bottle.jpg" class="img-responsive" style="max-height:100px; width:auto;">speakON</button></span>
<div id="unbalanced_speakon" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="well">
<h3><a href="pinouts.html#speakon">speakON</a></h3>
<div class="sample-image">
<img src="images/Audio/audio_speakon_cork-and-bottle.jpg" data-toggle="tooltip" data-placement="bottom" title="https://en.wikipedia.org/wiki/Speakon_connector#/media/File:Neutrik_Speakon.jpg">
</div>
<p>Developed by Neutrik, the speakON connector is used for connecting loudspeakers to amplifiers with high electrical currents.</p>
</div>
</div>
</div>
</div>
<!-- end Unbalanced speakon -->

</div> <!-- end Unbalanced analog audio well -->

</div> <!-- end Analog Audio well -->
Expand Down Expand Up @@ -2349,8 +2366,8 @@ <h2 id="power"><u>Power</u></h2>


<!-- sample example -->
<!-- <span data-toggle="modal" data-target="#*****unique name*****"><button type="button" class="btn btn-default"><img src="****link to image in Github repo****" class="img-responsive" style="max-height:100px; width:auto;">**name of connector**</button></span>
Change the above data-target field, the link to the corresponding connector image (in the Github repo "images" folder), the button text, and the below div ID
<!-- <span data-toggle="modal" data-target="#*****unique name*****"><button type="button" class="btn btn-default"><img src="****link to image in GitHub repo****" class="img-responsive" style="max-height:100px; width:auto;">**name of connector**</button></span>
Change the above data-target field, the link to the corresponding connector image (in the GitHub repo "images" folder), the button text, and the below div ID
<div id="*****unique name*****" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
Expand Down

0 comments on commit ddf9d5e

Please sign in to comment.