utility_pricing_table.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. <!-- start: PAGE TITLE -->
  2. <section id="page-title">
  3. <div class="row">
  4. <div class="col-sm-8">
  5. <h1 class="mainTitle" translate="sidebar.nav.utilities.PRICING">{{ mainTitle }}</h1>
  6. <span class="mainDescription">If you're making a rockin' marketing site for a subscription-based product, you're likely in need of a pricing table. </span>
  7. </div>
  8. <div ncy-breadcrumb></div>
  9. </div>
  10. </section>
  11. <!-- end: PAGE TITLE -->
  12. <!-- start: PRICING TABLE EXAMPLE 1 -->
  13. <div class="container-fluid container-fullw bg-white">
  14. <div class="row">
  15. <div class="col-md-12">
  16. <h5 class="over-title margin-bottom-15">First <span class="text-bold">example</span></h5>
  17. <p>
  18. These tables fill 100% of their container and are made from a simple unordered list.
  19. </p>
  20. <div class="pricing-table">
  21. <div class="col-lg-3 col-md-3 col-xs-6">
  22. <ul class="plan plan1">
  23. <li class="plan-name">
  24. Basic
  25. </li>
  26. <li class="plan-price">
  27. <h3> $19 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  28. </li>
  29. <li>
  30. <strong>5GB</strong> Storage
  31. </li>
  32. <li>
  33. <strong>1GB</strong> RAM
  34. </li>
  35. <li>
  36. <strong>400GB</strong> Bandwidth
  37. </li>
  38. <li>
  39. <strong>10</strong> Email Address
  40. </li>
  41. <li>
  42. <strong>Forum</strong> Support
  43. </li>
  44. <li class="plan-action">
  45. <a href="#" class="btn btn-green btn-lg">
  46. Signup
  47. </a>
  48. </li>
  49. </ul>
  50. </div>
  51. <div class="col-lg-3 col-md-3 col-xs-6">
  52. <ul class="plan plan2 featured">
  53. <li class="plan-name">
  54. Standard
  55. </li>
  56. <li class="plan-price">
  57. <h3> $29 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  58. </li>
  59. <li>
  60. <strong>5GB</strong> Storage
  61. </li>
  62. <li>
  63. <strong>1GB</strong> RAM
  64. </li>
  65. <li>
  66. <strong>400GB</strong> Bandwidth
  67. </li>
  68. <li>
  69. <strong>10</strong> Email Address
  70. </li>
  71. <li>
  72. <strong>Forum</strong> Support
  73. </li>
  74. <li class="plan-action">
  75. <a href="#" class="btn btn-green btn-lg">
  76. Signup
  77. </a>
  78. </li>
  79. </ul>
  80. </div>
  81. <div class="col-lg-3 col-md-3 col-xs-6">
  82. <ul class="plan plan3">
  83. <li class="plan-name">
  84. Advanced
  85. </li>
  86. <li class="plan-price">
  87. <h3> $49 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  88. </li>
  89. <li>
  90. <strong>50GB</strong> Storage
  91. </li>
  92. <li>
  93. <strong>8GB</strong> RAM
  94. </li>
  95. <li>
  96. <strong>1024GB</strong> Bandwidth
  97. </li>
  98. <li>
  99. <strong>Unlimited</strong> Email Address
  100. </li>
  101. <li>
  102. <strong>Forum</strong> Support
  103. </li>
  104. <li class="plan-action">
  105. <a href="#" class="btn btn-green btn-lg">
  106. Signup
  107. </a>
  108. </li>
  109. </ul>
  110. </div>
  111. <div class="col-lg-3 col-md-3 col-xs-6">
  112. <ul class="plan plan4">
  113. <li class="plan-name">
  114. Mighty
  115. </li>
  116. <li class="plan-price">
  117. <h3> $99 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  118. </li>
  119. <li>
  120. <strong>50GB</strong> Storage
  121. </li>
  122. <li>
  123. <strong>8GB</strong> RAM
  124. </li>
  125. <li>
  126. <strong>1024GB</strong> Bandwidth
  127. </li>
  128. <li>
  129. <strong>Unlimited</strong> Email Address
  130. </li>
  131. <li>
  132. <strong>Forum</strong> Support
  133. </li>
  134. <li class="plan-action">
  135. <a href="#" class="btn btn-green btn-lg">
  136. Signup
  137. </a>
  138. </li>
  139. </ul>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. <!-- end: PRICING TABLE EXAMPLE 1 -->
  146. <!-- start: PRICING TABLE EXAMPLE 2 -->
  147. <div class="container-fluid container-fullw">
  148. <div class="row">
  149. <div class="col-md-12">
  150. <h5 class="over-title margin-bottom-15">Second <span class="text-bold">example</span></h5>
  151. <p>
  152. These tables fill 100% of their container and are made from a simple unordered list.
  153. </p>
  154. <div class="pricing-table pricing-green">
  155. <div class="col-lg-3 col-md-3 col-xs-6">
  156. <ul class="plan plan1">
  157. <li class="plan-name">
  158. Basic
  159. </li>
  160. <li class="plan-price">
  161. <h3> $19 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  162. </li>
  163. <li>
  164. <strong>5GB</strong> Storage
  165. </li>
  166. <li>
  167. <strong>1GB</strong> RAM
  168. </li>
  169. <li>
  170. <strong>400GB</strong> Bandwidth
  171. </li>
  172. <li>
  173. <strong>10</strong> Email Address
  174. </li>
  175. <li>
  176. <strong>Forum</strong> Support
  177. </li>
  178. <li class="plan-action">
  179. <a href="#" class="btn btn-red btn-lg">
  180. Signup
  181. </a>
  182. </li>
  183. </ul>
  184. </div>
  185. <div class="col-lg-3 col-md-3 col-xs-6">
  186. <ul class="plan plan2 featured">
  187. <li class="plan-name">
  188. Standard
  189. </li>
  190. <li class="plan-price">
  191. <h3> $29 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  192. </li>
  193. <li>
  194. <strong>5GB</strong> Storage
  195. </li>
  196. <li>
  197. <strong>1GB</strong> RAM
  198. </li>
  199. <li>
  200. <strong>400GB</strong> Bandwidth
  201. </li>
  202. <li>
  203. <strong>10</strong> Email Address
  204. </li>
  205. <li>
  206. <strong>Forum</strong> Support
  207. </li>
  208. <li class="plan-action">
  209. <a href="#" class="btn btn-red btn-lg">
  210. Signup
  211. </a>
  212. </li>
  213. </ul>
  214. </div>
  215. <div class="col-lg-3 col-md-3 col-xs-6">
  216. <ul class="plan plan3">
  217. <li class="plan-name">
  218. Advanced
  219. </li>
  220. <li class="plan-price">
  221. <h3> $49 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  222. </li>
  223. <li>
  224. <strong>50GB</strong> Storage
  225. </li>
  226. <li>
  227. <strong>8GB</strong> RAM
  228. </li>
  229. <li>
  230. <strong>1024GB</strong> Bandwidth
  231. </li>
  232. <li>
  233. <strong>Unlimited</strong> Email Address
  234. </li>
  235. <li>
  236. <strong>Forum</strong> Support
  237. </li>
  238. <li class="plan-action">
  239. <a href="#" class="btn btn-red btn-lg">
  240. Signup
  241. </a>
  242. </li>
  243. </ul>
  244. </div>
  245. <div class="col-lg-3 col-md-3 col-xs-6">
  246. <ul class="plan plan4">
  247. <li class="plan-name">
  248. Mighty
  249. </li>
  250. <li class="plan-price">
  251. <h3> $99 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  252. </li>
  253. <li>
  254. <strong>50GB</strong> Storage
  255. </li>
  256. <li>
  257. <strong>8GB</strong> RAM
  258. </li>
  259. <li>
  260. <strong>1024GB</strong> Bandwidth
  261. </li>
  262. <li>
  263. <strong>Unlimited</strong> Email Address
  264. </li>
  265. <li>
  266. <strong>Forum</strong> Support
  267. </li>
  268. <li class="plan-action">
  269. <a href="#" class="btn btn-red btn-lg">
  270. Signup
  271. </a>
  272. </li>
  273. </ul>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. <!-- end: PRICING TABLE EXAMPLE 2 -->
  280. <!-- start: PRICING TABLE EXAMPLE 3 -->
  281. <div class="container-fluid container-fullw bg-white">
  282. <div class="row">
  283. <div class="col-md-12">
  284. <h5 class="over-title margin-bottom-15">Third <span class="text-bold">example</span></h5>
  285. <p>
  286. These tables fill 100% of their container and are made from a simple unordered list.
  287. </p>
  288. <div class="pricing-table pricing-blue">
  289. <div class="col-lg-3 col-md-3 col-xs-6">
  290. <ul class="plan plan1">
  291. <li class="plan-name">
  292. Basic
  293. </li>
  294. <li class="plan-price">
  295. <h3> $19 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  296. </li>
  297. <li>
  298. <strong>5GB</strong> Storage
  299. </li>
  300. <li>
  301. <strong>1GB</strong> RAM
  302. </li>
  303. <li>
  304. <strong>400GB</strong> Bandwidth
  305. </li>
  306. <li>
  307. <strong>10</strong> Email Address
  308. </li>
  309. <li>
  310. <strong>Forum</strong> Support
  311. </li>
  312. <li class="plan-action">
  313. <a href="#" class="btn btn-blue btn-lg">
  314. Signup
  315. </a>
  316. </li>
  317. </ul>
  318. </div>
  319. <div class="col-lg-3 col-md-3 col-xs-6">
  320. <ul class="plan plan2 featured">
  321. <li class="plan-name">
  322. Standard
  323. </li>
  324. <li class="plan-price">
  325. <h3> $29 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  326. </li>
  327. <li>
  328. <strong>5GB</strong> Storage
  329. </li>
  330. <li>
  331. <strong>1GB</strong> RAM
  332. </li>
  333. <li>
  334. <strong>400GB</strong> Bandwidth
  335. </li>
  336. <li>
  337. <strong>10</strong> Email Address
  338. </li>
  339. <li>
  340. <strong>Forum</strong> Support
  341. </li>
  342. <li class="plan-action">
  343. <a href="#" class="btn btn-blue btn-lg">
  344. Signup
  345. </a>
  346. </li>
  347. </ul>
  348. </div>
  349. <div class="col-lg-3 col-md-3 col-xs-6">
  350. <ul class="plan plan3">
  351. <li class="plan-name">
  352. Advanced
  353. </li>
  354. <li class="plan-price">
  355. <h3> $49 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  356. </li>
  357. <li>
  358. <strong>50GB</strong> Storage
  359. </li>
  360. <li>
  361. <strong>8GB</strong> RAM
  362. </li>
  363. <li>
  364. <strong>1024GB</strong> Bandwidth
  365. </li>
  366. <li>
  367. <strong>Unlimited</strong> Email Address
  368. </li>
  369. <li>
  370. <strong>Forum</strong> Support
  371. </li>
  372. <li class="plan-action">
  373. <a href="#" class="btn btn-blue btn-lg">
  374. Signup
  375. </a>
  376. </li>
  377. </ul>
  378. </div>
  379. <div class="col-lg-3 col-md-3 col-xs-6">
  380. <ul class="plan plan4">
  381. <li class="plan-name">
  382. Mighty
  383. </li>
  384. <li class="plan-price">
  385. <h3> $99 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  386. </li>
  387. <li>
  388. <strong>50GB</strong> Storage
  389. </li>
  390. <li>
  391. <strong>8GB</strong> RAM
  392. </li>
  393. <li>
  394. <strong>1024GB</strong> Bandwidth
  395. </li>
  396. <li>
  397. <strong>Unlimited</strong> Email Address
  398. </li>
  399. <li>
  400. <strong>Forum</strong> Support
  401. </li>
  402. <li class="plan-action">
  403. <a href="#" class="btn btn-blue btn-lg">
  404. Signup
  405. </a>
  406. </li>
  407. </ul>
  408. </div>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. <!-- end: PRICING TABLE EXAMPLE 3 -->
  414. <!-- start: PRICING TABLE EXAMPLE 4 -->
  415. <div class="container-fluid container-fullw">
  416. <div class="row">
  417. <div class="col-md-12">
  418. <h5 class="over-title margin-bottom-15">Fourth <span class="text-bold">example</span></h5>
  419. <p>
  420. These tables fill 100% of their container and are made from a simple unordered list.
  421. </p>
  422. <div class="pricing-table pricing-red">
  423. <div class="col-lg-3 col-md-3 col-xs-6">
  424. <ul class="plan plan1">
  425. <li class="plan-name">
  426. Basic
  427. </li>
  428. <li class="plan-price">
  429. <h3> $19 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  430. </li>
  431. <li>
  432. <strong>5GB</strong> Storage
  433. </li>
  434. <li>
  435. <strong>1GB</strong> RAM
  436. </li>
  437. <li>
  438. <strong>400GB</strong> Bandwidth
  439. </li>
  440. <li>
  441. <strong>10</strong> Email Address
  442. </li>
  443. <li>
  444. <strong>Forum</strong> Support
  445. </li>
  446. <li class="plan-action">
  447. <a href="#" class="btn btn-blue btn-lg">
  448. Signup
  449. </a>
  450. </li>
  451. </ul>
  452. </div>
  453. <div class="col-lg-3 col-md-3 col-xs-6">
  454. <ul class="plan plan2 featured">
  455. <li class="plan-name">
  456. Standard
  457. </li>
  458. <li class="plan-price">
  459. <h3> $29 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  460. </li>
  461. <li>
  462. <strong>5GB</strong> Storage
  463. </li>
  464. <li>
  465. <strong>1GB</strong> RAM
  466. </li>
  467. <li>
  468. <strong>400GB</strong> Bandwidth
  469. </li>
  470. <li>
  471. <strong>10</strong> Email Address
  472. </li>
  473. <li>
  474. <strong>Forum</strong> Support
  475. </li>
  476. <li class="plan-action">
  477. <a href="#" class="btn btn-blue btn-lg">
  478. Signup
  479. </a>
  480. </li>
  481. </ul>
  482. </div>
  483. <div class="col-lg-3 col-md-3 col-xs-6">
  484. <ul class="plan plan3">
  485. <li class="plan-name">
  486. Advanced
  487. </li>
  488. <li class="plan-price">
  489. <h3> $49 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  490. </li>
  491. <li>
  492. <strong>50GB</strong> Storage
  493. </li>
  494. <li>
  495. <strong>8GB</strong> RAM
  496. </li>
  497. <li>
  498. <strong>1024GB</strong> Bandwidth
  499. </li>
  500. <li>
  501. <strong>Unlimited</strong> Email Address
  502. </li>
  503. <li>
  504. <strong>Forum</strong> Support
  505. </li>
  506. <li class="plan-action">
  507. <a href="#" class="btn btn-blue btn-lg">
  508. Signup
  509. </a>
  510. </li>
  511. </ul>
  512. </div>
  513. <div class="col-lg-3 col-md-3 col-xs-6">
  514. <ul class="plan plan4">
  515. <li class="plan-name">
  516. Mighty
  517. </li>
  518. <li class="plan-price">
  519. <h3> $99 <span class="price-cents">99</span><span class="price-month">/month</span></h3>
  520. </li>
  521. <li>
  522. <strong>50GB</strong> Storage
  523. </li>
  524. <li>
  525. <strong>8GB</strong> RAM
  526. </li>
  527. <li>
  528. <strong>1024GB</strong> Bandwidth
  529. </li>
  530. <li>
  531. <strong>Unlimited</strong> Email Address
  532. </li>
  533. <li>
  534. <strong>Forum</strong> Support
  535. </li>
  536. <li class="plan-action">
  537. <a href="#" class="btn btn-blue btn-lg">
  538. Signup
  539. </a>
  540. </li>
  541. </ul>
  542. </div>
  543. </div>
  544. </div>
  545. </div>
  546. </div>
  547. <!-- end: PRICING TABLE EXAMPLE 4 -->