generated from Skynet/deploy_user
This commit is contained in:
parent
798fb6786d
commit
217ba29ea7
1 changed files with 9 additions and 6 deletions
|
@ -22,6 +22,7 @@
|
|||
<h4> Here is my Game Development Blog for CS4043</h4>
|
||||
|
||||
<p> Here is the Introduction to my Team </p>
|
||||
<div>
|
||||
<table>
|
||||
<tr>
|
||||
<th> Team Flatpak </th>
|
||||
|
@ -56,7 +57,7 @@
|
|||
<tr>
|
||||
<td> Piraka - Lead in Art Design Great at Sprite Work and Game Engine </td>
|
||||
</tr>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
@ -68,7 +69,7 @@
|
|||
|
||||
|
||||
|
||||
<button class="accordion">Section 2</button>
|
||||
<button class="accordion">7/2/25</button>
|
||||
<div class="panel">
|
||||
<p> </p>
|
||||
</div>
|
||||
|
@ -77,6 +78,11 @@
|
|||
<div class="panel">
|
||||
<p></p>
|
||||
</div>
|
||||
<div id="Links" class="tabcontent">
|
||||
|
||||
<h3>Links</h3>
|
||||
<p>The links i use.</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
var acc = document.getElementsByClassName("accordion");
|
||||
|
@ -97,10 +103,7 @@ for (i = 0; i < acc.length; i++) {
|
|||
|
||||
</div>
|
||||
|
||||
<div id="Links" class="tabcontent">
|
||||
<h3>Links</h3>
|
||||
<p>The links i use.</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function openCity(evt, cityName) {
|
||||
var i, tabcontent, tablinks;
|
||||
|
|
Loading…
Add table
Reference in a new issue