Skip to content

Commit

Permalink
Update espacamento
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwinho committed Nov 6, 2023
1 parent 2e6c929 commit 3522f0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
padding-bottom: 20px;
font-style: italic;
padding-top: 30px;
margin-bottom: 10vh;
margin-bottom: 5vh;
font-weight: lighter;
font-size: 1.5rem;
}
Expand Down Expand Up @@ -107,33 +107,33 @@ <h2 id="datahoje"></h2>
<div class="flex1">
<span class="material-symbols-outlined">desktop_windows</span>
<h3>Vídeo:</h3>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
</div>

<div class="flex1">
<span class="material-symbols-outlined">instant_mix</span>
<h3>Som:</h3>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
</div>

<div class="flex1">
<span class="material-symbols-outlined" style="font-weight: regular;">podium</span>
<h3>Palco:</h3>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
</div>

<div class="flex1">
<span class="material-symbols-outlined">mic_double</span>
<h3>Micros:</h3>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
<div style="font-weight: lighter; border-left: #626262 1px solid; width: 1px; height: 50%;"></div>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
</div>

<div class="flex1" style="border-top: #c3c3c3 1px solid; width: 100%; justify-content: start!important;">
<span class="material-symbols-outlined" style="background-color: #c48430;">videocam</span>
<h3>Transmissão Broadcasting:</h3>
<h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>
<h3 class="semanaInfo" style="font-weight: lighter;"></h3>
</div>


Expand Down

0 comments on commit 3522f0d

Please sign in to comment.