Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. <div class="home-background-color">
  2.  
  3.  
  4. <div class="container-fluid height-100vh padding-left-top-20px">
  5. <div class="outer-div-height">
  6. <div class="inner-div-height padding-left-top-20px inner-div-border">
  7. <div class="logo-div-position">
  8. <img src="../../assets/img/intro1/Logo.png" alt="logo">
  9. </div>
  10. <div class="humburger-icon" data-toggle="modal" data-target="#myModal">
  11. <i style="font-size: 2em;color:white;opacity:0.8;" class="glyphicon glyphicon-menu-hamburger" alt="menu-button"></i>
  12. </div>
  13.  
  14. <div class="row img-text-container">
  15. <div class="col-md-6 col-sm-12 margin-top50">
  16. <img class="img-responsive custom-height" src="../../assets/img/intro1/boy.png">
  17. </div>
  18. <div class="col-md-5 col-sm-12 font padding-left0">
  19. <p class="home-description">
  20. WE <strong>STRIVE</strong> TO FIND NEW WAYS TO <strong>SOLVE PROBLEM </strong> UNTIL WE ACHIEVE
  21. OUR <strong>DESTINY</strong></p>
  22. </div>
  23.  
  24. <div class="page-indicator col-sm-1">
  25. <!--<img src="../../assets/img/intro1/side-Button.png">
  26. -->
  27. <div class="indicator">
  28. <a href="#home">
  29. <div>
  30. </div>
  31. </a>
  32. <a href="#intro1">
  33. <div class="active">
  34. </div>
  35. </a>
  36. <a href="#intro2">
  37. <div>
  38. </div>
  39. </a>
  40. <a href="#intro3">
  41. <div>
  42. </div>
  43. </a>
  44. <a href="#intro4">
  45. <div>
  46. </div>
  47. </a>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="bottom-div">
  52. <!--<img src="img/bottom-image.png">-->
  53. <span data-menuanchor="intro2">
  54. <a href="#intro2"><img src="../../assets/img/intro1/bottom-image.png" alt="bottom image"></a>
  55. </span>
  56. </div>
  57.  
  58. <div class="footer">
  59. <div class="btm-indicator" align="centre">
  60. <div class="indicator">
  61. <a href="#home">
  62. <div>
  63. </div>
  64. </a>
  65. <a href="#intro1">
  66. <div class="active">
  67. </div>
  68. </a>
  69. <a href="#intro2">
  70. <div>
  71. </div>
  72. </a>
  73. <a href="#intro3">
  74. <div>
  75. </div>
  76. </a>
  77. <a href="#fifthSection">
  78. <div>
  79. </div>
  80. </a>
  81. </div>
  82. <!--<img src="../../assets/img/intro1/bottomButton.png">-->
  83. </div>
  84. <div class="btm-slider">
  85. <!--<img src="img/slider-arrow.png">-->
  86. <a href="#intro2"><img src="../../assets/img/intro1/slider-arrow.png" alt="bottom image"></a>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92.  
  93. .padding-left0{
  94. padding-left: 0;
  95. }
  96. .border{
  97. border: solid; }
  98.  
  99. .height-100vh{
  100. height: 100vh; }
  101.  
  102. .inner-div-height{
  103. position: relative;
  104. left: 0;
  105. right: 0;
  106. height: calc(100% - 40px);
  107. min-height: calc(100vh - 40px);
  108. }
  109. .outer-div-height{
  110. padding-bottom: 10px;
  111. }
  112.  
  113. .home-background-color{
  114. background-color: #FFC001;}
  115.  
  116. .padding-left-top-20px{
  117. padding-left: 20px;
  118. padding-top: 20px;
  119. }
  120. .inner-div-border{
  121. border:18px solid #DBF1ED;
  122. }
  123. .logo-div-position{
  124. display: inline-block;
  125. position: relative;
  126. top: -40px;
  127. left: -40px;
  128. background-color: #FFC001;
  129. width: 120px;
  130. padding-right: 18px;
  131. padding-bottom: 18px;
  132. }
  133. .logo-div-position img{
  134. width: 100%;
  135. }
  136. .humburger-icon{
  137. float: right;
  138. margin-top: -40px;
  139. background-color: #FFC001;
  140. width: 58px;
  141. height: 52px;
  142. text-align: center;
  143. margin-right: -21px;
  144. padding-top: 10px;
  145. }
  146. .menu-width{
  147. width: 23px;
  148. }
  149. .text-color{
  150. color: white;
  151. }
  152. .margin-top{
  153. margin-top: 93px;
  154. }
  155. .page-indicator{
  156. margin-top: 128px;
  157. }
  158. .page-indicator img{
  159. max-height: 110px;
  160. float: right;
  161. margin-right: 48px;
  162. margin-top: 50%;
  163. }
  164. .custom-height{
  165. max-height: 340px;
  166. margin-top: 35px;
  167. float: right;
  168.  
  169. }
  170. .home-description{
  171. color: white;
  172. font-size: 2.5vw;
  173. margin-top: 24%;
  174. }
  175. .bottom-div{
  176. width: 0;
  177. height: 30px;
  178. margin: 0 auto;
  179. position: absolute;
  180. left: 0;
  181. right: 0;
  182. bottom: 80px;
  183. }
  184. .bottom-div img {
  185. margin-top: 3%;
  186. margin-bottom: 15px;
  187. height: 65px;
  188. }
  189. @media screen and (max-width: 500px) {
  190. .home-description {
  191. font-size: 16px !important;
  192. }
  193. }
  194. .footer{
  195. width: 100%;
  196. height: 50px;
  197. display: none;
  198. }
  199. .footer > .btm-indicator img {
  200. width: 90px;
  201. height: 10px;
  202. margin: 0 auto;
  203. position: absolute;
  204. left: 0;
  205. right: 0;
  206. bottom: 30px;
  207. padding-right: 10px;
  208. }
  209. .footer > .btm-slider img{
  210. height: 4vw;
  211. min-height: 15px;
  212. margin: 0 auto;
  213. position: absolute;
  214. right: 0;
  215. bottom: 30px;
  216. padding-right: 10px;
  217. }
  218. .footer > div{
  219. display: block;
  220. }
  221. @media screen and (max-height: 600px) {
  222. }
  223. @media screen and (max-width: 990px) {
  224. .footer{
  225. display: block;
  226. }
  227. .custom-height {
  228. margin: 0 auto;
  229. float: none;
  230. }
  231. .home-description{
  232. margin-top: 8vh;
  233. text-align: center;
  234. font-size:30px;
  235. }
  236.  
  237. .logo-div-position{
  238. width: 100px;
  239. }
  240. .page-indicator{
  241. display: none;
  242. }
  243. .bottom-div{
  244. display: none;
  245. }
  246. .inner-div-border{
  247. border:15px solid #DBF1ED;
  248. }
  249. .bottom-page-indicator{
  250. display: block;
  251. }
  252. .bottom-page-slider img{
  253. display: block;
  254. }
  255. .logo-div-position {
  256. top: -35px;
  257. left: -35px;
  258. }
  259. }
  260. .img-text-container{
  261. margin-top:5%;
  262. }
  263.  
  264. @media screen and (max-device-width: 1500px){
  265. .img-text-container{
  266. margin-top:0;
  267. }
  268. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement