footer_collabo.html 863 Bytes
Newer Older
藤川諒 committed
1 2 3 4
<footer id="collabo_footer">
  <div class="footer-wrap">
    <div class="d-flex justify-content-around h-100">
      <div class="footer_item">
5
        <a href="javascript:micTogle();">
Lee Munkyeong committed
6
          <div class="img_wrap bg_red" id="micBtn">
藤川諒 committed
7 8 9 10
            <img src="icon/icon_voice_gray.png" alt="音声">
          </div>
        </a>
      </div>
11
      <div class="footer_item none host_contents">
12
        <a href="javascript:recordTogle();">
13
          <div class="img_wrap bg_gray" id="recordBtn">
藤川諒 committed
14 15 16 17 18
            <img src="icon/icon_record.png" alt="録音">
          </div>
        </a>
      </div>
      <div class="footer_item">
Lee Munkyeong committed
19
        <a href="javascript:Coview_exitCollaboration(isDocument);">
藤川諒 committed
20 21 22 23 24 25 26
          <div class="img_wrap bg_red">
            <img src="icon/icon_tell.png" alt="通話">
          </div>
        </a>
      </div>
    </div>
  </div>
Kim Peace committed
27
</footer>