signup.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>sign up</title>
  8. <script src="../../js/jquery-1.9.1.min.js"></script>
  9. <script src="../../js/jquery.i18n.properties.js"></script>
  10. <script src="../../assets/js/language.js"></script>
  11. <script src="../../js/jquery.validate.min.js"></script>
  12. <script src="../../assets/js/language_validator.js"></script>
  13. <link href="../../css/bootstrap.min.css" rel="stylesheet">
  14. <link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/zeroModal.css">
  15. <link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
  16. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  17. <!--[if lt IE 9]>
  18. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  19. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  20. <![endif]-->
  21. <style>
  22. html,body{
  23. height:100%;
  24. padding:0px;
  25. margin:0px;
  26. /* overflow:hidden; */
  27. }
  28. body{
  29. font-family: Avenir-Black;
  30. font-size:14px;
  31. }
  32. label{
  33. font-weight: normal;
  34. color:#181818;
  35. }
  36. .form-group-custom .input-tool-icon{
  37. width:30px;
  38. height:30px;
  39. text-align: center;
  40. line-height: 30px;
  41. position: absolute;
  42. top: 35px;
  43. right: 5px;
  44. color:#999;
  45. font-size: 14px;
  46. z-index: 100;
  47. /* padding: 10px; */
  48. cursor:pointer;
  49. /* background-color: #1B6D85; */
  50. display: none;
  51. }
  52. .form-group-custom{
  53. position: relative;
  54. margin-bottom: 30px;
  55. }
  56. .form-group-custom .form-control {
  57. height: 48px;
  58. line-height: 48px;
  59. padding-right: 42px;
  60. /* margin-bottom: 30px; */
  61. }
  62. .login-tit{
  63. font-size: 28px;
  64. font-weight: bold;
  65. margin:30px 0px 50px;
  66. }
  67. .form-group-custom label[for]{
  68. font-weight: bold;
  69. }
  70. .form-group-custom label[for][class='error']{
  71. font-weight: normal;
  72. font-size:14px;
  73. color:#F27474;
  74. }
  75. .tip-txt-input{
  76. color:#538aff;
  77. position: absolute;
  78. right:5px;
  79. cursor: pointer;
  80. }
  81. .tip-txt-link{
  82. color:#538aff;
  83. cursor: pointer;
  84. }
  85. .tip-txt-grey{
  86. color:#666;
  87. font-size: 14px;
  88. }
  89. .checkbox-box{
  90. margin-bottom: 40px;
  91. display: flex;
  92. flex-flow:row nowrap;
  93. }
  94. .checkbox-box input[type='checkbox']{
  95. margin-right:5px;
  96. }
  97. .left-box{
  98. background: url(../../assets/img/signin_ad.png) no-repeat center top;
  99. height:100%;
  100. color:#fff;
  101. padding-left:60px;
  102. padding-bottom: 140px;
  103. display: flex;
  104. flex-flow: column nowrap;
  105. justify-content: flex-end;
  106. }
  107. .mydialog{
  108. width:200px;
  109. height:200px;
  110. }
  111. </style>
  112. </head>
  113. <body>
  114. <input type="hidden" class="head_success i18n-input" i18n="head_success" />
  115. <input type="hidden" class="head_warning i18n-input" i18n="head_warning" />
  116. <input type="hidden" class="signin_success i18n-input" i18n="signup_success" />
  117. <input type="hidden" class="signin_warning i18n-input" i18n="signin_warning" />
  118. <div class="container">
  119. <div class="row">
  120. <div class="col-md-7" style="height:100vh;box-sizing: border-box;padding: 20px 0px;">
  121. <div class="left-box">
  122. <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore" >Explore</p>
  123. <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore1">all creativety</p>
  124. <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore2">There are many variations of passages of Lorem lpsum available,</p>
  125. <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore3">but the majority have suffered alteration in some form,by injected humour.</p>
  126. </div>
  127. </div>
  128. <div class="col-md-4 col-md-offset-1" style="height:100vh;display: flex;flex-flow: column nowrap;justify-content: center;">
  129. <h3 class="login-tit i18n-text" i18n="signin_Sign up" >Sign up</h3>
  130. <form class="signup-form">
  131. <div class="form-group form-group-custom">
  132. <label for="email" class="i18n-text" i18n="signin_Email">Email</label>
  133. <input type="email" class="form-control i18n-placeholder" i18n="signin_Email1" id="email" name="email" placeholder="Enter your email" required>
  134. <span class="input-tool-icon glyphicon glyphicon-remove"></span>
  135. </div>
  136. <div class="form-group form-group-custom">
  137. <label for="pwd" class="i18n-text" i18n="signin_Password">Password</label>
  138. <input type="password" class="form-control i18n-placeholder" i18n="signin_Password2" id="pwd" name="pwd" placeholder="Enter your password" required>
  139. <span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
  140. </div>
  141. <div class="form-group form-group-custom">
  142. <label for="pwd" class="i18n-text" i18n="signin_Password3">Confirm password</label>
  143. <input type="password" class="form-control i18n-placeholder" i18n="signin_Password4" id="pwdagain" name="pwdagain" placeholder="Enter your password again" required equalTo="#pwd">
  144. <span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
  145. </div>
  146. <div class="checkbox-box">
  147. <input type="checkbox" value="agree-me" class="agree-chkbox agreeme">
  148. <span class="tip-txt-grey">
  149. <span class="i18n-text" i18n="signin_agree4">Sign in means you’re okay with our Terms of </span>
  150. <span class="tip-txt-link i18n-text" i18n="signin_agree1">Services, Privacy policy ,</span>
  151. <span class="i18n-text" i18n="signin_agree2">and our default </span>
  152. <span class="tip-txt-link i18n-text" i18n="signin_agree3">Notification settings.</span></span>
  153. </div>
  154. <button class="btn btn-lg btn-danger btn-block create-btn i18n-text" i18n="signin_Create account" type="submit">Sign in</button>
  155. </form>
  156. <div style="margin-top:40px;text-align: center;">
  157. <span class="tip-txt-grey i18n-text" i18n="signin_signup4">Not a member ? </span>
  158. <span class="tip-txt-link i18n-text" i18n="signin_signup3" data-forward="../signin/signin.html">Sign up now</span></div>
  159. </div>
  160. </div>
  161. </div>
  162. </div> <!-- /container -->
  163. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  164. <script src="../../js/ie10-viewport-bug-workaround.js"></script>
  165. <script src="../../assets/js/signup.js"></script>
  166. <script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
  167. </body>
  168. </html>