Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Required meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.  
  8. <!-- Bootstrap CSS -->
  9. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  10.  
  11. <style type="text/css">
  12. @import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
  13. @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  14. * {
  15. margin: 0;
  16. padding: 0;
  17. font-family: 'Raleway', sans-serif;
  18. }
  19. body {
  20. background-position: cover;
  21. height: 100%;
  22. width: 100%;
  23. overflow-x: hidden;
  24. overflow-y: hidden;
  25. }
  26.  
  27. .overlay {
  28. z-index: 1;
  29. opacity: 0.5;
  30. background-color: #000;
  31. height: 100%;
  32. width: 100%;
  33. position: fixed;
  34. top: 0;
  35. left: 0;
  36. }
  37.  
  38. .leftcontent {
  39. z-index: 2;
  40. height: calc(100% - 120px);
  41. width: calc(100% - 470px);
  42. margin-top: 60px;
  43. margin-left: 60px;
  44. position: fixed;
  45. top: 0;
  46. left: 0;
  47. }
  48.  
  49. .ltitle {
  50. color: #fff;
  51. font-size: 36px;
  52. font-weight: 200;
  53. }
  54.  
  55. .lcontent {
  56. color: #fff;
  57. font-size: 18px;
  58. font-weight: 200;
  59. }
  60.  
  61. .sidebar {
  62. background-color: #fff;
  63. width: 350px;
  64. height: 100%;
  65. position: fixed;
  66. top: 0;
  67. right: 0;
  68. z-index: 100;
  69. padding-top: 60px;
  70. }
  71.  
  72. .rtitle {
  73. color: #333;
  74. font-size: 36px;
  75. font-weight: 200;
  76. padding-left: 30px;
  77. }
  78.  
  79. .textinput {
  80. margin-left: 35px;
  81. height: 40px;
  82. border-width: 0;
  83. border-style: solid;
  84. border-color: #666;
  85. border-left-width: 5px;
  86. background-color: #eee;
  87. width: 270px;
  88. padding-left: 10px;
  89. outline: 0;
  90. }
  91.  
  92. .textinput:focus {
  93. background-color: #f4f4f4;
  94. }
  95.  
  96. .submit {
  97. background-color: #1e90ff;
  98. height: 50px;
  99. width: 50px;
  100. border-style: solid;
  101. border-width: 0;
  102. border-radius: 100px;
  103. position: fixed;
  104. bottom: 30px;
  105. right: 30px;
  106. color: #fff;
  107. outline: 0;
  108. cursor: pointer;
  109. }
  110.  
  111. h2 {
  112. text-align: center;
  113. }
  114.  
  115. table caption {
  116. padding: .5em 15;
  117. }
  118.  
  119. @media screen and (max-width: 767px) {
  120. table caption {
  121. border-bottom: 1px solid #ddd;
  122. }
  123. }
  124.  
  125. .p {
  126. text-align: center;
  127. padding-top: 140px;
  128. font-size: 14px;
  129. }
  130.  
  131. #marketplaceContentTableLines, #inProgressContentTableLines {
  132. text-align: center;
  133. }
  134.  
  135.  
  136. .button {
  137. background-color: #4CAF50; /* Green */
  138. border: none;
  139. color: white;
  140. padding: 16px 32px;
  141. text-align: center;
  142. text-decoration: none;
  143. display: inline-block;
  144. font-size: 16px;
  145. margin: 4px 2px;
  146. -webkit-transition-duration: 0.4s; /* Safari */
  147. transition-duration: 0.4s;
  148. cursor: pointer;
  149. }
  150.  
  151.  
  152. .button3 {
  153. background-color: white;
  154. color: black;
  155. border: 2px solid #008CBA;
  156. }
  157.  
  158. .button3:hover {
  159. background-color: #008CBA;
  160. color: white;
  161. }
  162.  
  163. .button1 {font-size: 10px;}
  164. .button2 {font-size: 12px;}
  165. .button3 {font-size: 16px;}
  166. .button4 {font-size: 20px;}
  167. .button5 {font-size: 24px;}
  168.  
  169. body{
  170. margin: 30px;
  171. }
  172. .my-container{
  173. border: 3px solid green;
  174. }
  175. .my-row{
  176. border: 3px solid red;
  177. }
  178. .my-col{
  179. border: 3px dotted blue;
  180. }
  181. .abstand{
  182. height: 20px;
  183. background: transparent;
  184. }
  185. .demo-tabelle .col{
  186. background: lightskyblue;
  187. border: 1px solid white;
  188. }
  189. .demo-tabelle .row{
  190. min-height: 10px;
  191. }
  192. .rechts{
  193. text-align: right;
  194. }
  195. #formular-container{
  196. background-color: #e3f2fd;
  197. text-align: left;
  198. max-width: 600px;
  199. border-radius: 4px;
  200. padding-top: 10px;
  201. padding-bottom: 10px;
  202. }
  203.  
  204.  
  205. </style>
  206.  
  207. </head>
  208. <body>
  209. <div class="overlay">
  210. </div>
  211. <div class="leftcontent">
  212. <br>
  213. <span class="lcontent" >
  214. <button class="button button3" id="inProgressButton" style="display: none" onclick="Marketplace.viewInProgressContent(); return false;">In progress</button>
  215. <button class="button button3" id="marketplaceButton" style="display: none" onclick="Marketplace.viewMarketplaceContent(); return false;">Marketplace</button>
  216. <br>
  217. <div class="container" id="marketplaceContent" style="display: block">
  218. <h2>Marketplace projects</h2>
  219. <br>
  220. <br>
  221. <div class="row">
  222. <div class="col-xs-12">
  223. <div class="table-responsive" id="marketplaceContentTable">
  224. <table class="table table-bordered table-hover" border="5">
  225. <thead>
  226. <tr>
  227. <th style="padding:0 20px 0 20px;" scope="col">Description</th>
  228. <th style="padding:0 20px 0 20px;" scope="col">FL reward</th>
  229. <th style="padding:0 20px 0 20px;" scope="col">EV reward</th>
  230. <th style="padding:0 20px 0 20px;" scope="col">Expertise area</th>
  231. <th style="padding:0 20px 0 20px;" scope="col">Solving time</th>
  232. <th style="padding:0 20px 0 20px;" scope="col">Evaluation time</th>
  233. <th style="padding:0 20px 0 20px;" scope="col">Manager</th>
  234. <th style="padding:0 20px 0 20px;" scope="col">Apply</th>
  235. </tr>
  236. </thead>
  237.  
  238. <tbody id="marketplaceContentTableLines">
  239. <!--tr>
  240. <td>Web medical application</td>
  241. <td>150$</td>
  242. <td>25$</td>
  243. <td>Java, Angular</td>
  244. <td>1000</td>
  245. <td>150</td>
  246. <td>Giani</td>
  247. <td><i class="fa fa-check" aria-hidden="true" style="cursor: pointer;"></i></td>
  248. </tr-->
  249. </tbody>
  250.  
  251. </table>
  252. </div><!--end of .table-responsive-->
  253. </div>
  254. </div>
  255. </div>
  256.  
  257.  
  258.  
  259. <div class="container" id="inProgressContent" style="display: none">
  260. <h2>In progress projects</h2>
  261. <br>
  262. <br>
  263. <div class="container">
  264. <div class="row">
  265. <div class="col-xs-12">
  266. <div class="table-responsive" id="inProgressContentTable">
  267. <table class="table table-bordered table-hover" border="5">
  268. <thead>
  269. <tr>
  270. <th style="padding:0 20px 0 20px;" scope="col">Description</th>
  271. <th style="padding:0 20px 0 20px;" scope="col">FL reward</th>
  272. <th style="padding:0 20px 0 20px;" scope="col">EV reward</th>
  273. <th style="padding:0 20px 0 20px;" scope="col">Expertise area</th>
  274. <th style="padding:0 20px 0 20px;" scope="col">Solving time</th>
  275. <th style="padding:0 20px 0 20px;" scope="col">Evaluation time</th>
  276. <th style="padding:0 20px 0 20px;" scope="col">Manager</th>
  277. <th style="padding:0 20px 0 20px;" scope="col">Finish</th>
  278. </tr>
  279. </thead>
  280.  
  281. <tbody id="inProgressContentTableLines">
  282. </tbody>
  283.  
  284. </table>
  285. </div><!--end of .table-responsive-->
  286. </div>
  287. </div>
  288. </div>
  289. </div>
  290.  
  291. <div class="container" id="managerForm" style="display: none">
  292.  
  293. <div id="formular-container" class="container">
  294. <form>
  295. <div class="form-group">
  296. <label style="color: black;">Description</label>
  297. <input type="text" class="form-control" id="description">
  298. </div>
  299. <div class="form-group">
  300. <label style="color: black;">Freelancer Reward</label>
  301. <input type="text" class="form-control" id="freelancerReward">
  302. </div>
  303. <div class="form-group">
  304. <label style="color: black;">Evaluator Reward</label>
  305. <input type="text" class="form-control" id="evaluationReward">
  306. </div>
  307. <div class="form-group">
  308. <label style="color: black;">Category of expertise</label>
  309. <input type="text" class="form-control" id="categoryOfExpertise">
  310. </div>
  311. <div class="form-group">
  312. <label style="color: black;">Freelancer time</label>
  313. <input type="text" class="form-control" id="freelancerTime">
  314. </div>
  315. <div class="form-group">
  316. <label style="color: black;">Evaluator</label>
  317. <input type="text" class="form-control" id="evaluator">
  318. </div>
  319. <div class="form-group">
  320. <label style="color: black;">Evaluator time</label>
  321. <input type="text" class="form-control" id="evaluatorTime">
  322. </div>
  323. <button onclick="Marketplace.submitForm(); return false;" type="submit" class="btn btn-primary">Submit</button>
  324. </form>
  325. </div>
  326.  
  327. </div>
  328. </span>
  329. </div>
  330. <div class="sidebar">
  331. <span class="rtitle" id="loginText" style="display: block">Login</span>
  332. <span class="rtitle" id="welcomeText" style="display: none; font-size: 14px;"><p id="accountAddress" class="text-center" ></p></span>
  333. <br>
  334. <br>
  335. <form id="formLogin" style="display: block">
  336. <input class="textinput" type="text" name="username" autofocus="autofocus" placeholder="Username" id="username">
  337. <br>
  338. <br>
  339. <br>
  340. <button class="submit" type="submit">
  341. <img src="http://www.yachtsale.se/wp-content/themes/Yachtsales/images/arrow-left.png" height="24px" onclick="Marketplace.login(document.getElementById('username').value); return false;"/>
  342. </button>
  343. </form>
  344. </div>
  345. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  346. <script src="js/bootstrap.min.js"></script>
  347. <script src="js/web3.min.js"></script>
  348. <script src="js/truffle-contract.js"></script>
  349. <script src="js/app.js"></script>
  350. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  351. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement