Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title></title>
  7. <meta name="author" content="">
  8. <meta name="description" content="">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11. <link href="css/normalize.css" rel="stylesheet">
  12. <link href="css/style.css" rel="stylesheet">
  13. <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
  14. <style>
  15. .widget-area.blank {
  16. background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  17. -webkit-box-shadow: none;
  18. -moz-box-shadow: none;
  19. -ms-box-shadow: none;
  20. -o-box-shadow: none;
  21. box-shadow: none;
  22. }
  23.  
  24. body{
  25. font-family:Courier New;
  26. }
  27. body .no-padding {
  28. padding: 0;
  29. }
  30. .widget-area {
  31. background-color: #fff;
  32. -webkit-border-radius: 4px;
  33. -moz-border-radius: 4px;
  34. -ms-border-radius: 4px;
  35. -o-border-radius: 4px;
  36.  
  37. -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  38. -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  39. -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  40. -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  41. box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  42. float: left;
  43. position: relative;
  44. width: 100%;
  45. }
  46. .social-widget {
  47. -webkit-border-radius: 4px;
  48. -moz-border-radius: 4px;
  49. -ms-border-radius: 4px;
  50. -o-border-radius: 4px;
  51. border-radius: 4px;
  52. float: left;
  53. overflow: hidden;
  54. width: 100%;
  55. }
  56. html * {
  57. outline: 0 !important;
  58. }
  59.  
  60. .social-widget > span#twitter {
  61. background: #29c4a9;
  62. color: #29c4a9;
  63. }
  64.  
  65. .social-widget > span#fb {
  66. background: #3b5998;
  67. color: #3b5998;
  68. }
  69.  
  70. .social-widget > span#googleplus {
  71. background: #ff604f;
  72. color: #ff604f;
  73. }
  74.  
  75.  
  76. .social-widget > span {
  77. float: left;
  78. font-size: 28px;
  79. height: 90px;
  80. line-height: 110px;
  81. text-align: center;
  82. width: 100%;
  83. }
  84.  
  85. .social-widget > span > i {
  86. background: none repeat scroll 0 0 #fff;
  87. -webkit-border-radius: 50%;
  88. -moz-border-radius: 50%;
  89. -ms-border-radius: 50%;
  90. -o-border-radius: 50%;
  91. border-radius: 80%;
  92. height: 60px;
  93. line-height: 60px;
  94. width: 60px;
  95. }
  96.  
  97. .social-widget > ul {
  98. background: none repeat scroll 0 0 #fff;
  99. float: left;
  100. margin: 0;
  101. padding: 0;
  102. position: relative;
  103. width: 100%;
  104. }
  105.  
  106. .social-widget > ul:before {
  107. border-bottom: 9px solid #f0f0f0;
  108. border-left: 9px solid transparent;
  109. border-right: 9px solid transparent;
  110. content: "";
  111. left: 50%;
  112. margin-left: -9px;
  113. position: absolute;
  114. top: -8px;
  115. }
  116. .social-widget > ul > li {
  117. float: left;
  118. list-style: none outside none;
  119. padding: 17px 0;
  120. position: relative;
  121. text-align: center;
  122. width: 50%;
  123. background: #f0f0f0;
  124. }
  125. .social-widget > ul > li {
  126. float: left;
  127. list-style: none outside none;
  128. padding: 17px 0;
  129. position: relative;
  130. text-align: center;
  131. width: 25%;
  132. background: #f0f0f0;
  133. }
  134.  
  135. .social-widget p {
  136. color: #333333;
  137. font-size: 20px;
  138. font-weight: 500;
  139. }
  140. p {
  141. font-family: Roboto;
  142. font-size: 13px;
  143. font-weight: normal;
  144. margin: 0;
  145. color: #777777;
  146. letter-spacing: 0.30px;
  147. float: left;
  148. width: 100%;
  149. line-height: 24px;
  150. }
  151. .social-widget li > p > i {
  152. color: #777777;
  153. float: left;
  154. font-family: Lato;
  155. font-size: 13px;
  156. font-style: normal;
  157. font-weight: normal;
  158. letter-spacing: 0.3px;
  159. line-height: 24px;
  160. text-align: center;
  161. width: 100%;
  162. }
  163.  
  164. nav {
  165. border-bottom: 0.5px solid lightgray;
  166. }
  167. nav > navbar-brand{
  168. margin-left: -5rem;
  169. }
  170.  
  171. .footer{
  172. display: flex;
  173. justify-content: center;
  174. height: 50px;
  175. }
  176.  
  177. .content{
  178. min-height: calc(100vh - 160px);
  179. }
  180. </style>
  181. </head>
  182.  
  183. <body>
  184.  
  185.  
  186. <nav class="navbar navbar-expand-lg navbar-light bg-ligth static-top">
  187. <div class="container">
  188. <a class="navbar-brand" href="#">
  189. <img src="https://www.evollu.com/Evollu_Logo_Emails.png" alt="Evollu logo" style="background-color: white;">
  190. </a>
  191. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  192. <span class="navbar-toggler-icon"></span>
  193. </button>
  194. <div class="collapse navbar-collapse" id="navbarResponsive">
  195. <ul class="navbar-nav ml-auto">
  196. <li class="nav-item active">
  197. <a class="nav-link" href="#" style="font-size: 18px;color: black; font-weight: bold;">{{$promoter}}
  198. <span class="sr-only">(current)</span>
  199. </a>
  200. </li>
  201. </ul>
  202. </div>
  203. </div>
  204. </nav>
  205.  
  206. <!-- Page Content -->
  207. <div class="container content">
  208.  
  209. <br>
  210. <br>
  211. <div class="row">
  212. <div class="offset-3 col-6">
  213. <div class="widget-area blank">
  214. <div class="social-widget">
  215. <span id="twitter">
  216. <span style="color: white">{{$facility}}</span>
  217. <i class="fa fa-twitter"></i>
  218. </span>
  219. <ul>
  220. <li>
  221. <p>Data</p>
  222. <p style="font-weight: bold;">25-03-19</p>
  223. </li>
  224. <li>
  225. <p>Inicio</p>
  226. <p style="font-weight: bold;">{{$start}}</p>
  227. </li>
  228. <li>
  229. <p>Fim</p>
  230. <p style="font-weight: bold;">{{$end}}</p>
  231. </li>
  232. <li>
  233. <p>Leads</p>
  234. <p style="font-weight: bold;">{{count($leads)}}</p>
  235. </li>
  236. </ul>
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. <br>
  242. <div class="row">
  243. <table class="table offset-2 col-8" style="margin-top:30px;">
  244. <thead>
  245. <tr>
  246. <th scope="col">Nome</th>
  247. <th scope="col">Telefone</th>
  248. <th scope="col">Estado</th>
  249. <th scope="col">Info</th>
  250. <th scope="col">P.A.</th>
  251. <th scope="col">L.Q.</th>
  252. </tr>
  253. </thead>
  254. <tbody>
  255. <tr>
  256. <td>Mark</td>
  257. <td>Otto</td>
  258. <td>@mdo</td>
  259. <td>@mdo</td>
  260. <td>Sim</td>
  261. <td>Não</td>
  262. </tr>
  263. <tr>
  264. <td>Mark</td>
  265. <td>Otto</td>
  266. <td>@mdo</td>
  267. <td>@mdo</td>
  268. <td>Sim</td>
  269. <td>Sim</td>
  270. </tr>
  271. <tr>
  272. <td>Mark</td>
  273. <td>Otto</td>
  274. <td>@mdo</td>
  275. <td>@mdo</td>
  276. <td>Não</td>
  277. <td>Não</td>
  278. </tr>
  279. <tr>
  280. <td>Mark</td>
  281. <td>Otto</td>
  282. <td>@mdo</td>
  283. <td>@mdo</td>
  284. <td>Sim</td>
  285. <td>Não</td>
  286. </tr>
  287. <tr>
  288. <td>Mark</td>
  289. <td>Otto</td>
  290. <td>@mdo</td>
  291. <td>@mdo</td>
  292. <td>Sim</td>
  293. <td>Sim</td>
  294. </tr>
  295. <tr>
  296. <td>Mark</td>
  297. <td>Otto</td>
  298. <td>@mdo</td>
  299. <td>@mdo</td>
  300. <td>Não</td>
  301. <td>Não</td>
  302. </tr>
  303. <tr>
  304. <td>Mark</td>
  305. <td>Otto</td>
  306. <td>@mdo</td>
  307. <td>@mdo</td>
  308. <td>Sim</td>
  309. <td>Não</td>
  310. </tr>
  311. <tr>
  312. <td>Mark</td>
  313. <td>Otto</td>
  314. <td>@mdo</td>
  315. <td>@mdo</td>
  316. <td>Sim</td>
  317. <td>Sim</td>
  318. </tr>
  319. <tr>
  320. <td>Mark</td>
  321. <td>Otto</td>
  322. <td>@mdo</td>
  323. <td>@mdo</td>
  324. <td>Não</td>
  325. <td>Não</td>
  326. </tr>
  327. <tr>
  328. <td>Mark</td>
  329. <td>Otto</td>
  330. <td>@mdo</td>
  331. <td>@mdo</td>
  332. <td>Sim</td>
  333. <td>Não</td>
  334. </tr>
  335. <tr>
  336. <td>Mark</td>
  337. <td>Otto</td>
  338. <td>@mdo</td>
  339. <td>@mdo</td>
  340. <td>Sim</td>
  341. <td>Sim</td>
  342. </tr>
  343. <tr>
  344. <td>Mark</td>
  345. <td>Otto</td>
  346. <td>@mdo</td>
  347. <td>@mdo</td>
  348. <td>Não</td>
  349. <td>Não</td>
  350. </tr>
  351. </tbody>
  352. </table>
  353.  
  354. </div>
  355.  
  356. </div>
  357. <br>
  358. <div class="footer"> Copyright © 2019 All Rights Reserved by Evollu. </div>
  359. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
  360. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.bundle.min.js"></script>
  361.  
  362. <script src="js/script.js"></script>
  363. </body>
  364.  
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement