Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jul 8, 2024
1 parent 821c1f9 commit d1e5f67
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,33 +275,31 @@ <h3>Subscribe to the Pactus Newsletter</h3>
or blockchain enthusiast.</p>
</div>
</div>

<div class="col-md-6 motto">
<div class="pactus-video">

<div id="customForm">
<div class="quick_form_9_css" name="SIGNUP_BODY">
<div class="quick_form_9_css">
<div>
<div style="position:relative;">
<div id="Zc_SignupSuccess" style="display:none;position:absolute;margin-left:4%;width:90%;background-color: white; padding: 3px; border: 3px solid rgb(194, 225, 154); margin-top: 10px;margin-bottom:10px;word-break:break-all ">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<div id="Zc_SignupSuccess" style="display:none;position:absolute;margin-left:4%;width:90%;background-color: white; padding: 3px; border: 3px solid rgb(194, 225, 154); margin-top: 10px;margin-bottom:10px;word-break:break-word;">
<table class="table-custom">
<tbody>
<tr>
<td width="10%">
<img class="successicon" src="https://zcsub-cmpzourl.maillist-manage.com/images/challangeiconenable.jpg" align="absmiddle">
<td style="width: 10%;">
<img class="successicon" src="https://zcsub-cmpzourl.maillist-manage.com/images/challangeiconenable.jpg" alt="Success Icon" style="vertical-align: middle;">
</td>
<td>
<span id="signupSuccessMsg" style="color: rgb(73, 140, 132); font-family: sans-serif; font-size: 14px;word-break:break-word">&nbsp;&nbsp;Thank you for Subscribe</span>
<span id="signupSuccessMsg" style="color: rgb(73, 140, 132); font-family: sans-serif; font-size: 14px;word-break:break-word;">&nbsp;&nbsp;Thank you for Subscribe</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<form method="POST" id="zcampaignOptinForm" action="https://zcsub-cmpzourl.maillist-manage.com/weboptin.zc" target="_zcSignup" onsubmit="zcScptlessSubmit(this)">
<form method="POST" id="zcampaignOptinForm" action="https://zcsub-cmpzourl.maillist-manage.com/weboptin.zc" onsubmit="zcScptlessSubmit(this)">
<div class="col-md text-center">
<div class="SIGNUP_FLD">
<input type="text" placeholder="Email" changeitem="SIGNUP_FORM_FIELD" name="CONTACT_EMAIL" id="EMBED_FORM_EMAIL_LABEL">
<input type="text" placeholder="Email" name="CONTACT_EMAIL" id="EMBED_FORM_EMAIL_LABEL">
</div>
<br>
<div class="SIGNUP_FLD">
Expand Down Expand Up @@ -332,12 +330,13 @@ <h3>Subscribe to the Pactus Newsletter</h3>
</div>
</div>
<div id="zcOptinOverLay" oncontextmenu="return false" style="display:none;text-align: center; background-color: rgb(0, 0, 0); opacity: 0.5; z-index: 100; position: fixed; width: 100%; top: 0px; left: 0px; height: 988px;"></div>
<div id="zcOptinSuccessPopup" style="display:none;z-index: 9999;width: 800px; height: 40%;top: 84px;position: fixed; left: 26%;background-color: #FFFFFF;border-color: #E6E6E6; border-style: solid; border-width: 1px; box-shadow: 0 1px 10px #424242;padding: 35px;">
<div id="zcOptinSuccessPopup" style="display:none;z-index: 9999;width: 800px; height: 40%;top: 84px;position: fixed; left: 26%;background-color: #FFFFFF;border-color: #E6E6E6; border-style: solid; border-width: 1px; box-shadow: 0 1px 10px #424242;padding: 35px;">
<span style="position: absolute;top: -16px;right:-14px;z-index:99999;cursor: pointer;" id="closeSuccess">
<img src="https://zcsub-cmpzourl.maillist-manage.com/images/videoclose.png">
<img src="https://zcsub-cmpzourl.maillist-manage.com/images/videoclose.png" alt="Close">
</span>
<div id="zcOptinSuccessPanel"></div>
</div>

</div>
</div>
</div>
</div>

0 comments on commit d1e5f67

Please sign in to comment.