Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
I developed an UI of eBay Gift Card Generator at CardGenerators.com. you can find the live version of this generator by visiting below link 
https://www.cardgenerators.com/ebay-gift-card-generator/
  • Loading branch information
avanigaines committed Jan 10, 2019
0 parents commit 85b482a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions index.html
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Generater Sample</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="jscode.js"></script>
<link rel="stylesheet" href="csscode.css">
</head>
<body>
<div class="container">
<table cellspacing="30" class="table table-striped" style="border: 2px solid #000000;
border-radius: 5px;
background: #BA406B;
box-shadow: 0px 0px 5px rgba(0,0,0,1.00); ">
<thead>
<tr>
<th class="text-center"><font color="#ffffff" size="+3">Ebey Gift Card Generator</font></th>
</tr>
</thead>
<tbody>
<tr bgcolor="#ffffff">
<td><center>
<img src="img/ebey.png" class="img-responsive">

<div id="myProgress" style="margin-top: 20px; margin-bottom: 10px; "align="left">
<div id="myBar" style="width: 0%; height: 30px; background: #BA406B; border-radius: 20px;" align="left"></div>
</div>
<div style="border:2px #000000">
<b><div id="displaycode" style="border-radius: 5px; font-family: 'Trebuchet MS'; margin-top: 20px; margin-bottom: 20px; font-size: 25px; color:#8E0709"></div></b>
</div>
<input id="button" class="mybutton" style="margin-bottom:20px; background:#BA406B" name="button" type="button" value="Generate Now" onclick="move('ebey')"/></td>

</center>
</tr>

</tbody>
</table>

</div>
</body>
</html>

0 comments on commit 85b482a

Please sign in to comment.