Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi1997 committed Sep 20, 2018
0 parents commit 8f0e990
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 0 deletions.
161 changes: 161 additions & 0 deletions ICO_Details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<!Doctype html>
<head>
<title>ICO Details</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="page-header">
<div class="row">
<img class="navbar-brand" src="logo.png" alt="logo" width="25%" height="25%">
</div>
</div>
<div class="container">
<h2>ICO Details</h2>
<p><span class="glyphicon glyphicon-bitcoin"></span></p>
<form action="team.html">
<div class="form-group">
<label for="ICOname">ICO Name:</label>
<input type="text" class="form-control" id="ICOname" required>
</div>
<div class="form-group">
<label for="ico_category">ICO Category</label>
<select class="form-control" id="ico_category" required>
<option selected>Select ICO Category</option>
<option>#</option>
<option>#</option>
<option>#</option>
<option>#</option>
<option>#</option>
</select>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<div class="custom-file">
<input type="file" class="custom-file-input" id="logo" required>
<label class="custom-file-label" for="logo">Choose logo</label>
</div>
</div>
<div class="form-group col-md-6">
<div class="custom-file">
<input type="file" class="custom-file-input" id="icon" required>
<label class="custom-file-label" for="icon">Choose Icon</label>
</div>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="abt_ico">About ICO:</label>
<textarea class="form-control" rows="2" id="abt_ico" required></textarea>
</div>
<div class="form-group col-md-6">
<label for="description">Description:</label>
<textarea class="form-control" rows="2" id="description" required></textarea>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="token_distribution">Token Distribution:</label>
<textarea class="form-control" rows="2" id="token_distribution" required></textarea>
</div>
<div class="form-group col-md-6">
<label for="ico_period">ICO Period:</label>
<textarea class="form-control" rows="2" id="ico_period" required></textarea>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="start">Start Date:</label>
<input type="Date" id="start" required>
</div>
<div class="form-group col-md-6">
<label for="end">End Date:</label>
<input type="date" id="end" required>
</div>
</div>
<div class="form-check">
<div class="form-check-inline">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" value="">Pre Sale
</label>
</div>
<div class="form-check-inline">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" value="">Within Period
</label>
</div>
</div>
<div class="form-group">
<label for="goal">Goal:</label>
<input type="text" class="form-control" id="goal" required>
</div>
<div class="form-group">
<label for="cp">Cap:</label>
<input type="text" class="form-control" id="cp" required>
</div>
<div class="form-group">
<label for="Used">Used Blockchain:</label>
<input type="text" class="form-control" id="Used" placeholder="Ethereum,Omni,Building a new, other"/>
</div>
<div class="form-group">
<label for="smart">Smart contract eth address:</label>
<input type="text" class="form-control" id="smart" placeholder="Important for better ICO Ranking. Example:0x0b1ae337a9d0f62c9026ffcfdcee442e3ce31e6"/>
</div>
<div class="form-group">
<label for="token">Token Symbol:</label>
<input type="text" class="form-control" id="token"/>
</div>
<div class="form-group">
<label for="price">Price of token:</label>
<input type="text" class="form-control" id="price"/>
</div>
<div class="form-group">
<label for="KYC">KYC required for your ICO:</label>
<div class="form-check-inline">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optradio">Yes
</label>
</div>
<div class="form-check-inline">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optradio">No
</label>
</div>
<div class="form-group">
<label for="restrict">Restricted Countries to participate</label>
<select multiple class="form-control" id="restrict">
<option>USA</option>
<option>China</option>
<option>Japan</option>
<option>Pakistan</option>
<option>France</option>
</select>
</div>
<div class="form-group">
<label for="web">Website Link:</label>
<input type="text" class="form-control" id="web"/>
</div>
<div class="form-group">
<label for="bounty">Bounty Link:</label>
<input type="text" class="form-control" id="bounty"/>
</div>
<div class="form-group">
<label for="Air">Airdrop Link:</label>
<input type="text" class="form-control" id="Air"/>
</div>
<div class="form-group">
<label for="price">Link to MVP or prototype:</label>
<input type="text" class="form-control" id="price"/>
</div>
<div class="form-group">
<label for="white">Link to Whitepaper:</label>
<input type="text" class="form-control" id="white"/>
</div>
<button type="ADD" class="btn btn-primary" onclick="">Add More ICO</button><br/>
<div id="addmore"></div>
<center><button type="next" class="btn btn-success btn-lg">Next</button></center>
</form>
</div>
</body>
</html>
56 changes: 56 additions & 0 deletions ICO_contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!Doctype html>
<head>
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="page-header">
<div class="row">
<img class="navbar-brand" src="logo.png" alt="logo" width="25%" height="25%">
</div>
</div>
<div class="container">
<h2>Contact</h2>
<h5>(To send updates regarding publishing information) </h5>
<form action="">
<div class="form-group">
<label for="Cemail">Contact Email-Id:</label>
<input type="email" class="form-control" id="Cemail">
</div>
<div class="form-group">
<label for="CNumber">Contact Number:</label>
<input type="number" class="form-control" id="CNumber"/>
</div>
<div class="form-group">
<label for="year">Social Media Contact:</label>
<div class="form-row">
<div class="form-group col-md-6">
<label for="What">LinkedIn:</label>
<input type="text" class="form-control" id="Link"/>
</div>
<div class="form-group col-md-6">
<label for="sky">Skype:</label>
<input type="text" class="form-control" id="sky"/>
</div>
<div class="form-group col-md-6">
<label for="Tele">Telegram:</label>
<input type="text" class="form-control" id="Tele"/>
</div>
</div>
<div class="form-group">
<label for="CPerson">Contact Person Name:</label>
<input type="text" class="form-control" id="CPerson">
</div>
<div class="form-group">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" value="" required/>The information provided here by me is original,</br>
I will be responsible for anything unofficial uploaded
</label>
</div>
<button type="next" class="btn btn-success">Submit</button> <button type="next" class="btn btn-success">Save and Submit Later</button>
</form>
</div>
</body>
</html>
72 changes: 72 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!Doctype html>
<head>
<title>BasicInfo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="page-header">
<div class="row">
<img class="navbar-brand" src="logo.png" alt="logo" width="25%" height="25%">
</div>
</div>
<div class="container">
<h2>Basic Information</h2>
<form action="ICO_Details.html">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" required>
</div>
<div class="form-group">
<label for="email">Email-Id:</label>
<input type="email" class="form-control" id="email" required>
</div>
<div class="form-group">
<label for="Country">Country</label>
<select class="form-control" id="Country" required>
<option selected>Select Your Country</option>
<option>India</option>
<option>America</option>
<option>China</option>
<option>Japan</option>
<option>Pakistan</option>
</select>
</div>
<div class="form-group">
<label for="register">Registered Company Name:</label>
<input type="text" class="form-control" id="register" required>
</div>
<div class="form-group">
<label for="year">Registration Year:</label>
<input type="number" class="form-control" id="year" min="1990" max="2018" required>
</div>
<div class="form-group">
<label for="supply">Total supply:</label>
<input type="text" class="form-control" id="supply" required>
</div>
<div class="form-group">
<label for="currency">Accepted Currencies:</label>
<input type="text" class="form-control" id="currency" required>
</div>
<div class="form-group">
<label for="contribution">Min contribution size:</label>
<input type="text" class="form-control" id="contribution" required>
</div>
<div class="form-group">
<label for="cont_curr">Contribution Currency</label>
<select class="form-control" id="cont_curr" required>
<option>Select</option>
<option>#</option>
<option>#</option>
<option>#</option>
<option>#</option>
<option>#</option>
</select>
</div>
<center><button type="next" class="btn btn-success btn-lg">Next</button></center>
</form>
</div>
</body>
</html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
.container {
max-width: 900px;
}
.logo {
position: absolute;
font-size: 50px;
opacity: 0;
right: 0;
top: 0;
}
label{
font-weight: bold;
}
.page-header {

background-color: #008000;

margin-top: 0;

padding: 20px 20px 20px 40px;

}
.page-header h1 {

color: #ffffff;

font-size: 36pt;

text-decoration: none;

}
h2, h3, h4 {

font-family: 'Lobster';
font-weight: bold;
text-align:center;


}
h5{
text-align:center;
font-family: 'Lobster';
}
p{
text-align:left;
}
54 changes: 54 additions & 0 deletions team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!Doctype html>
<head>
<title>team_info</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="page-header">
<div class="row">
<img class="navbar-brand" src="logo.png" alt="logo" width="25%" height="25%">
</div>
</div>
<div class="container">
<form action="ICO_contact.html">
<div class="form-group">
<h2>Team</h2>
<div class="form-group">
<label for="Mname">Name:</label>
<input type="text" class="form-control" id="Mname">
</div>
<div class="form-group">
<label for="Role">Role:</label>
<input type="text" class="form-control" id="Role">
</div>
<button class="btn btn-primary">ADD More</button><br/>
</div>
<div class="form-group">
<h2>Social Media Links</h2>
<div class="form-row">
<div class="form-group col-md-6">
<label for="Link">LinkedIn:</label>
<input type="text" class="form-control" id="Link"/>
</div>
<div class="form-group col-md-6">
<label for="sky">Skype:</label>
<input type="text" class="form-control" id="sky"/>
</div>
<div class="form-group col-md-6">
<label for="Tele">Telegram:</label>
<input type="text" class="form-control" id="Tele"/>
</div>
<div class="form-group col-md-6">
<label for="git">Github:</label>
<input type="text" class="form-control" id="git"/>
</div>
</div>
<button class="btn btn-primary">ADD More</button><br/>
<center><button class="btn btn-success btn-lg">Next</button></center>
</form>
</div>
</body>
</html>

0 comments on commit 8f0e990

Please sign in to comment.