Advertisement
Guest User

report-format

a guest
Jan 24th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <style>
  8. /* @import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Roboto&display=swap'); */
  9. </style>
  10. <title>Weekly Report</title>
  11.  
  12. <style>
  13.  
  14. body {
  15. background-color: #EFEFEF;
  16. font-family: 'Open Sans', sans-serif;
  17. font-family: 'Raleway', sans-serif;
  18. font-family: 'Roboto', sans-serif;
  19. }
  20. .item-main {
  21. flex-grow: 1;
  22. }
  23.  
  24. .rule-under {
  25. border-bottom: 1px solid black;
  26. }
  27.  
  28. .rule-sideways {
  29. border-left: 1px solid black;
  30. }
  31. .center-text {
  32. text-align: center;
  33. }
  34.  
  35. .full-width {
  36. width: 100%
  37. }
  38.  
  39. .major-topic {
  40. background-color: darkblue;
  41. color: #fff;
  42. padding: 10px;
  43. font-size: 25px;
  44. }
  45.  
  46. .container {
  47. display: flex;
  48. flex-wrap: wrap;
  49. justify-content: space-between
  50. }
  51.  
  52. .item {
  53. flex-grow: 1;
  54.  
  55. padding-left: 40px
  56. }
  57.  
  58. .item-right{
  59. margin-left: 10px;
  60. background-color: #f7f7f7;
  61. }
  62.  
  63. .item-left {
  64. margin-right: 10px;
  65. background-color: #f7f7f7;
  66. }
  67.  
  68. .amount-text-lg {
  69. font-size: 50px;
  70. color: darkcyan
  71. }
  72.  
  73. .center-figures {
  74. margin-left: 50px;
  75. }
  76.  
  77. .amount-text-md {
  78. font-size: 20px;
  79. color: #0F0F0F;
  80. }
  81.  
  82. .divider {
  83.  
  84. width: 80%;
  85. border-top: 1px solid #084b9e
  86. }
  87.  
  88. .grey-background {
  89. background-color: #EFEFEF;
  90. }
  91.  
  92. .light-background {
  93. background-color: #FFFFFF;
  94. }
  95.  
  96. .top-margin {
  97. margin-top: 20px;
  98. }
  99.  
  100. .sales-results {
  101. float: right;
  102. margin-right: 50px;
  103. }
  104.  
  105. table {
  106. border-collapse: collapse;
  107. border-spacing: 0;
  108. width: 100%;
  109. border: 1px solid #ddd;
  110. }
  111.  
  112. th, td {
  113. text-align: left;
  114. padding: 16px;
  115. }
  116.  
  117. tr:nth-child(even) {
  118. background-color: #f2f2f2;
  119. }
  120. </style>
  121.  
  122.  
  123. </head>
  124. <body>
  125.  
  126. <div class="container">
  127. <div class="item-main grey-background"></div>
  128. <div class="item-main light-background" >
  129. <h1 class="center-text">Concept Nova Weekly Performance Overview</h1>
  130. <div class="full-width major-topic"> <strong>Leads Generated </strong> </div>
  131.  
  132. <div class="container">
  133. <div class="item"> </div>
  134. <div class="item item-left">
  135. <h3>Volume </h3>
  136. <div class="full-width ">
  137. <div class="center-figures">
  138. <span class="full-width center-text amount-text-lg">
  139. 8,877
  140. </span>
  141. <br />
  142. <span class="full-width center-text amount-text-md">
  143. Sales
  144. </span>
  145.  
  146. </div>
  147. </div>
  148. <hr class="divider" size="2"/>
  149. <div class="full-width ">
  150. <div class="center-figures">
  151. <span class="full-width center-text amount-text-lg">
  152. 8,877
  153. </span>
  154. <br />
  155. <span class="full-width center-text amount-text-md">
  156. Brokers
  157. </span>
  158.  
  159. </div>
  160. </div>
  161. <hr class="divider" size="2"/>
  162. <div class="full-width ">
  163. <div class="center-figures">
  164. <span class="full-width center-text amount-text-lg">
  165. 8,877
  166. </span>
  167. <br />
  168. <span class="full-width center-text amount-text-md">
  169. Telesales
  170. </span>
  171.  
  172. </div>
  173. </div>
  174. </div>
  175.  
  176.  
  177.  
  178. <div class="item item-right">
  179. <h3>Percentage </h3>
  180.  
  181. <div class="full-width ">
  182. <div class="center-figures">
  183. <span class="full-width center-text amount-text-lg">
  184. 8,877
  185. </span>
  186. <br />
  187. <span class="full-width center-text amount-text-md">
  188. Sales
  189. </span>
  190.  
  191. </div>
  192. </div>
  193. <hr class="divider" size="2"/>
  194. <div class="full-width ">
  195. <div class="center-figures">
  196. <span class="full-width center-text amount-text-lg">
  197. 8,877
  198. </span>
  199. <br />
  200. <span class="full-width center-text amount-text-md">
  201. Brokers
  202. </span>
  203.  
  204. </div>
  205. </div>
  206. <hr class="divider" size="2"/>
  207. <div class="full-width ">
  208. <div class="center-figures">
  209. <span class="full-width center-text amount-text-lg">
  210. 8,877
  211. </span>
  212. <br />
  213. <span class="full-width center-text amount-text-md">
  214. Telesales
  215. </span>
  216.  
  217. </div>
  218. </div>
  219. </div>
  220.  
  221.  
  222. <div class="item"> </div>
  223. </div>
  224.  
  225. <br />
  226. <div class="container">
  227. <div class="item"> </div>
  228. <div class="item item-left">
  229. <h3>Revenue </h3>
  230. <div class="full-width ">
  231. <div class="center-figures">
  232. <span class="full-width center-text amount-text-lg">
  233. ₦8,877
  234. </span>
  235. <br />
  236. <span class="full-width center-text amount-text-md">
  237. Sales
  238. </span>
  239.  
  240. </div>
  241. </div>
  242. <hr class="divider" size="2"/>
  243. <div class="full-width ">
  244. <div class="center-figures">
  245. <span class="full-width center-text amount-text-lg">
  246. ₦8,877
  247. </span>
  248. <br />
  249. <span class="full-width center-text amount-text-md">
  250. Brokers
  251. </span>
  252.  
  253. </div>
  254. </div>
  255. <hr class="divider" size="2"/>
  256. <div class="full-width ">
  257. <div class="center-figures">
  258. <span class="full-width center-text amount-text-lg">
  259. ₦8,877
  260. </span>
  261. <br />
  262. <span class="full-width center-text amount-text-md">
  263. Telesales
  264. </span>
  265.  
  266. </div>
  267. </div>
  268. </div>
  269. <div class="item item-right">
  270. <h3>Percentage </h3>
  271.  
  272. <div class="full-width ">
  273. <div class="center-figures">
  274. <span class="full-width center-text amount-text-lg">
  275. 8,877
  276. </span>
  277. <br />
  278. <span class="full-width center-text amount-text-md">
  279. Sales
  280. </span>
  281.  
  282. </div>
  283. </div>
  284. <hr class="divider" size="2"/>
  285. <div class="full-width ">
  286. <div class="center-figures">
  287. <span class="full-width center-text amount-text-lg">
  288. 8,877
  289. </span>
  290. <br />
  291. <span class="full-width center-text amount-text-md">
  292. Brokers
  293. </span>
  294.  
  295. </div>
  296. </div>
  297. <hr class="divider" size="2"/>
  298. <div class="full-width ">
  299. <div class="center-figures">
  300. <span class="full-width center-text amount-text-lg">
  301. 8,877
  302. </span>
  303. <br />
  304. <span class="full-width center-text amount-text-md">
  305. Telesales
  306. </span>
  307.  
  308. </div>
  309. </div>
  310.  
  311. </div>
  312.  
  313. <div class="item"> </div>
  314. </div>
  315.  
  316. <br />
  317. <br />
  318.  
  319. <div class="full-width major-topic"> <strong>Sales Revenue </strong> </div>
  320. <div class="container top-margin">
  321.  
  322.  
  323.  
  324. <div class="item">
  325.  
  326. <span class="full-width center-text amount-text-md">
  327. Total revenue this week
  328. </span>
  329. <br />
  330. <span class="full-width center-text amount-text-lg">
  331. 8,877
  332. </span>
  333.  
  334. </div>
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347. <div class="item">
  348. <img src="https://image-charts.com/chart
  349. ?cht=p3
  350. &chs=700x100
  351. &chd=t:60,40
  352. &chl=Hello|World
  353. &chan
  354. &chf=ps0-0,lg,45,ffeb3b,0.2,f44336,1|ps0-1,lg,45,8bc34a,0.2,009688,1" />
  355.  
  356. </div>
  357.  
  358. <div class="item">
  359. <p class="amount-text-md"> Sales <span class="sales-results">₦136</span>
  360. </p>
  361. <p class="amount-text-md"> Telesales <span class="sales-results" >₦36</span>
  362. </p>
  363.  
  364. <p class="amount-text-md"> CEM <span class="sales-results" >₦16</span>
  365. </p>
  366.  
  367. <p class="amount-text-md"> Brokers <span class="sales-results" >₦136</span>
  368. </p>
  369. </div>
  370. </div>
  371.  
  372. <div class="full-width major-topic"> <strong>League Table </strong> </div>
  373. <table>
  374. <tr>
  375. <th>Team</th>
  376. <th>Total Revenue</th>
  377.  
  378. </tr>
  379. <tr>
  380. <td>Brokers</td>
  381. <td>₦2123231</td>
  382.  
  383. </tr>
  384. <tr>
  385. <td>Telesales</td>
  386. <td>₦789789</td>
  387.  
  388. </tr>
  389. <tr>
  390. <td>Sales</td>
  391. <td>₦789789</td>
  392.  
  393. </tr>
  394.  
  395. <tr>
  396. <td>CEM</td>
  397. <td>₦789789</td>
  398.  
  399. </tr>
  400. </table>
  401. </div>
  402.  
  403. <div class="item"></div>
  404.  
  405.  
  406. <div class="item-main grey-background"></div>
  407.  
  408. </div>
  409. </body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement