Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1. <div class="container mt-5" style="height:1300px;">
  2.  
  3. <!--Section-->
  4. <section class="section feature-box pt-5">
  5.  
  6. <!--Grid row-->
  7. <div class="row features-small pt-5">
  8.  
  9. <!--Grid column-1-->
  10. <div class="col-md-7 mb-r center-on-small-only">
  11.  
  12. <!--Grid row-Най-използвани услуги-лента -->
  13. <div class="row d-flex justify-content-between p-2" style="background-color: #0a6587;">
  14. <div (click)="mostCommonServices.toggle()" style="cursor: pointer">
  15. <i class="fa fa-2x fa-caret-right mt-1 mr-2 float-left white-text" style="margin-left: -0.3em"></i>
  16. <div class=" mt-2 ml-3 float-right white-text font-weight-bold"> Най-използвани услуги </div>
  17. </div>
  18. <div>
  19. <div class="mt-2 float-left white-text"> всички услуги </div>
  20. <button type="button" class="ml-3 float-right btn btn-info btn-circle waves-light" mdbRippleRadius>
  21. <i class="fa fa-arrow-right white-text mr-0"></i>
  22. </button>
  23. </div>
  24. </div>
  25. <!--Grid row-->
  26.  
  27. <!--Grid row-Най-използвани услуги-съдържание -->
  28. <div class="row" [mdbCollapse]="isCollapsed" #mostCommonServices="bs-collapse">
  29. <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil
  30. anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.</p>
  31. </div>
  32. <!--Grid row-->
  33.  
  34. <!--Grid row-Видео-лента -->
  35. <div class="row d-flex justify-content-between p-2 mt-5" style="background-color: #0a6587;">
  36. <div #EmbededVideo (click)="embededVideo.toggle()" style="cursor: pointer">
  37. <i class="fa fa-2x fa-caret-right mt-1 mr-2 float-left white-text" style="margin-left: -0.3em"></i>
  38. <div class=" mt-2 ml-3 float-right white-text font-weight-bold"> Видео инструкции </div>
  39. </div>
  40. </div>
  41. <!--Grid row-->
  42.  
  43. <!--Grid row-Видео-съдържание -->
  44. <div class="row" [mdbCollapse]="isCollapsed" #embededVideo="bs-collapse">
  45. <div class="embed-responsive embed-responsive-4by3">
  46. <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/9RBmnMsO_B8" allowfullscreen></iframe>
  47. </div>
  48. </div>
  49. <!--Grid row-->
  50.  
  51. </div>
  52. <!--Grid column-->
  53.  
  54. <!--Grid column-2 -->
  55. <div class="col-md-5">
  56.  
  57. <!--Grid row-Информационен център-лента -->
  58. <div class="row d-flex justify-content-between p-2 ml-4" style="background-color:grey;">
  59. <div #Info (click)="info.toggle()" style="cursor: pointer">
  60. <i class="fa fa-2x fa-caret-right mt-1 mr-2 float-left white-text" style="margin-left: -0.3em"></i>
  61. <div class=" mt-2 ml-3 float-right white-text font-weight-bold"> Информационен център </div>
  62. </div>
  63. </div>
  64. <!--Grid row-->
  65.  
  66. <!--Grid row-Информационен център-съдържание -->
  67. <div class="row ml-4 grey lighten-4" [mdbCollapse]="isCollapsed" #info="bs-collapse">
  68. <div class="p-2 pl-3">
  69. <p class="grey-text font-weight-bold">бул."Витоша" №2, стая 79, партер</p>
  70. <p class="grey-text font-weight-bold" style="margin-top: -1em">1061 София</p>
  71. <p class="grey-text font-weight-bold" style="margin-top: -1em">тел: 02/986 7671</p>
  72. <p class="font-weight-bold custom-color-2">Центърът работи с граждани от 8:30 часа до</p>
  73. <p class="font-weight-bold custom-color-2" style="margin-top: -1em;">17:00 часа без прекъсване</p>
  74. </div>
  75. </div>
  76. <!--Grid row-->
  77.  
  78. <!--Grid row-Провери преписка-лента-->
  79. <div class="row d-flex justify-content-between p-2 ml-4 mt-5" style="background-color:grey;">
  80. <div #Check (click)="check.toggle()" style="cursor: pointer">
  81. <i class="fa fa-2x fa-caret-right mt-1 mr-2 float-left white-text" style="margin-left: -0.3em"></i>
  82. <div class=" mt-2 ml-3 float-right white-text font-weight-bold"> Провери преписка </div>
  83. </div>
  84. </div>
  85. <!--Grid row-->
  86.  
  87. <!--Grid row-Провери преписка-съдържание-->
  88. <div class="row ml-4 grey lighten-4" [mdbCollapse]="isCollapsed" #check="bs-collapse">
  89. <div class="p-2 pl-3">
  90. <form class="ml-3">
  91. <!-- radio buttons -->
  92. <div class="custom-control custom-radio">
  93. <input type="radio" id="customRadio1" name="customRadio" class="custom-control-input" (click)="active(1)">
  94. <label #label1 class="custom-control-label font-weight-bold" for="customRadio1">Номер на преписка</label>
  95. </div>
  96. <div class="custom-control custom-radio">
  97. <input type="radio" id="customRadio2" name="customRadio" class="custom-control-input" (click)="active(2)">
  98. <label #label2 class="custom-control-label font-weight-bold" for="customRadio2">Регистрационнен номер на жалба/сигнал до Главен прокурор и ВКП</label>
  99. </div>
  100. <!-- radio buttons -->
  101.  
  102. <!-- textBox and dropdown -->
  103. <div class="row ml-1 pt-2 pl-1">
  104. <label class="mr-5 grey-text font-weight-bold">Номер</label>
  105. <label class="ml-5 pl-5 grey-text font-weight-bold">Година</label>
  106. </div>
  107. <div class="row pl-4 pr-5">
  108. <input type="text" class=" w-42 mr-4 inline rgba-grey-slight border border-light">
  109. <select class="form-control w-42 mr-4 inline rgba-grey-slight border border-light" id="exampleSelect1">
  110. <option>1</option>
  111. <option>2</option>
  112. <option>3</option>
  113. <option>4</option>
  114. <option>5</option>
  115. </select>
  116. </div>
  117. <!-- textBox and dropdown -->
  118.  
  119. <!--dropdown -->
  120. <div class="row ml-1 pt-2 pl-1">
  121. <label class="mr-5 grey-text font-weight-bold">Прокуратура</label>
  122. </div>
  123. <div class="row pl-4 pr-5">
  124. <select class="form-control mr-4 inline rgba-grey-slight border border-light" id="exampleSelect1">
  125. <option>A</option>
  126. <option>Б</option>
  127. <option>В</option>
  128. <option>Г</option>
  129. <option>Д</option>
  130. </select>
  131. </div>
  132. <!--dropdown -->
  133.  
  134. <!-- 2 textBoxes -->
  135. <div class="row ml-1 pt-2 pl-1">
  136. <label class="mr-5 grey-text font-weight-bold">Въведи кода</label>
  137. </div>
  138. <div class="row pl-4 pr-5">
  139. <input type="text" class=" w-42 mr-4 inline rgba-grey-slight border border-light">
  140. <input type="text" class=" w-42 ml-2 inline white border border-light">
  141. </div>
  142. <!-- 2 textBoxes -->
  143. <button type="submit" class="btn w-85 ml-2 mr-2 mt-3 mb-1" style="background-color: #0a6587;">Провери</button>
  144. </form>
  145. </div>
  146.  
  147. </div>
  148. <!--Grid row-->
  149.  
  150. <!--Grid row-->
  151. <div class="row d-flex justify-content-between p-2 ml-4 mt-5" style="background-color:grey;">
  152. <div #HelpConnections (click)="helpConnections.toggle()" style="cursor: pointer">
  153. <i class="fa fa-2x fa-caret-right mt-1 mr-2 float-left white-text" style="margin-left: -0.3em"></i>
  154. <div class=" mt-2 ml-3 float-right white-text font-weight-bold"> Полезни връзки </div>
  155. </div>
  156. </div>
  157. <!--Grid row-->
  158.  
  159. <!--Grid row-->
  160. <div class="row ml-4 grey lighten-4" [mdbCollapse]="false" #helpConnections="bs-collapse">
  161. <div class="p-2 pl-3">
  162. <ul type="disk">
  163. <li class="custom-color font-weight-bold">
  164. <span class="custom-span-color">Административно обслужване</span>
  165. </li>
  166. <li class="custom-color font-weight-bold">
  167. <span class="custom-span-color">ЗЕУ</span>
  168. </li>
  169. <li class=" custom-color font-weight-bold">
  170. <span class="custom-span-color">е-Правителство</span>
  171. </li>
  172. <li class=" custom-color font-weight-bold">
  173. <span class="custom-span-color">Електронна идентичност</span>
  174. </li>
  175. </ul>
  176. </div>
  177.  
  178. </div>
  179. <!--Grid row-->
  180. </div>
  181. <!--Grid column-->
  182.  
  183. </div>
  184. <!--Grid row-->
  185.  
  186. </section>
  187. <!--Section-->
  188. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement