forked from DigiThinkIT/DigiGrowItUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods to make webpage respomsive, removed scaling animation and reduce…
…d animation time
- Loading branch information
Sushant Nadkar
committed
May 14, 2018
1 parent
edabae0
commit d442023
Showing
3 changed files
with
131 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" > | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Cannabis Tax Calculator | DigiGrowIt Cannabusiness Tools</title> | ||
<meta charset="UTF-8"> | ||
<title>Cannabis Tax Calculator | DigiGrowIt Cannabusiness Tools</title> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div style="width: 50%; margin: 0 auto;" class="header" text-align: center;> | ||
<img src="digigrowit-temp.png"> | ||
<h1> Free and Open Source Cannabusiness Tools</h1> | ||
</div> | ||
<!-- multistep form --> | ||
<form id="msform"> | ||
<!-- progressbar --> | ||
<ul id="progressbar"> | ||
<li class="active">State</li> | ||
<li>Tax</li> | ||
<li>Calculate</li> | ||
<li>More</li> | ||
</ul> | ||
<!-- fieldsets --> | ||
<fieldset> | ||
<h2 class="fs-title">Where are you?</h2> | ||
<h3 class="fs-subtitle">Pick your state, or let us locate you</h3> | ||
<label>State: </label> | ||
<select id="state"> | ||
<option>California</option> | ||
<option>Colorado</option> | ||
<option>Washington</option> | ||
</select> | ||
</br> | ||
<label>OR</label> | ||
</br> | ||
<input type="text" name="zip-code" placeholder="Zip Code" /> | ||
</br> | ||
<label>OR</label> | ||
</br> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Locate Me" /> </br> | ||
<input type="button" name="next" class="next action-button" value="Next" /> | ||
</fieldset> | ||
<fieldset> | ||
<h2 class="fs-title">PICK ONE</h2> | ||
<h3 class="fs-subtitle">What would you like to calculate?</h3> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Cultivation Tax" /> <br> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Excise Tax" /> <br> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Sales Tax" /> <br> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Use Tax" /> <br> | ||
<input type="button" name="previous" class="previous action-button" value="Not in California?" /> | ||
</fieldset> | ||
<fieldset> | ||
<h2 class="fs-title">Personal Details</h2> | ||
<h3 class="fs-subtitle">We will never sell it</h3> | ||
<input type="text" name="fname" placeholder="First Name" /> | ||
<input type="text" name="lname" placeholder="Last Name" /> | ||
<input type="text" name="phone" placeholder="Phone" /> | ||
<textarea name="address" placeholder="Address"></textarea> | ||
<input type="button" name="previous" class="previous action-button" value="Previous" /> | ||
<input type="submit" name="submit" class="submit action-button" value="Submit" /> | ||
</fieldset> | ||
</form> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script> | ||
<div class="header"> | ||
<img class="logo" src="digigrowit-temp.png"> | ||
<h1 class="tagline"> Free and Open Source Cannabusiness Tools</h1> | ||
</div> | ||
<!-- multistep form --> | ||
<form id="msform"> | ||
<!-- progressbar --> | ||
<ul id="progressbar"> | ||
<li class="active">State</li> | ||
<li>Tax</li> | ||
<li>Calculate</li> | ||
<li>More</li> | ||
</ul> | ||
<!-- fieldsets --> | ||
<fieldset> | ||
<h2 class="fs-title">Where are you?</h2> | ||
<h3 class="fs-subtitle">Pick your state, or let us locate you</h3> | ||
<label>State: </label> | ||
<select id="state"> | ||
<option>California</option> | ||
<option>Colorado</option> | ||
<option>Washington</option> | ||
</select> | ||
<label>OR</label> | ||
<input type="text" name="zip-code" placeholder="Zip Code" /> | ||
<label>OR</label> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Locate Me" /> | ||
<input type="button" name="next" class="next action-button" value="Next" /> | ||
</fieldset> | ||
<fieldset> | ||
<h2 class="fs-title">PICK ONE</h2> | ||
<h3 class="fs-subtitle">What would you like to calculate?</h3> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Cultivation Tax" /> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Excise Tax" /> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Sales Tax" /> | ||
<input type="button" name="locate-me" class="temp selection-button" value="Use Tax" /> | ||
<input type="button" name="previous" class="previous action-button" value="Not in California?" /> | ||
</fieldset> | ||
<fieldset> | ||
<h2 class="fs-title">Personal Details</h2> | ||
<h3 class="fs-subtitle">We will never sell it</h3> | ||
<input type="text" name="fname" placeholder="First Name" /> | ||
<input type="text" name="lname" placeholder="Last Name" /> | ||
<input type="text" name="phone" placeholder="Phone" /> | ||
<textarea name="address" placeholder="Address"></textarea> | ||
<input type="button" name="previous" class="previous action-button" value="Previous" /> | ||
<input type="submit" name="submit" class="submit action-button" value="Submit" /> | ||
</fieldset> | ||
</form> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script> | ||
|
||
|
||
|
||
<script src="js/index.js"></script> | ||
<script src="js/index.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters