Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Athenz -- DJ</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href='http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
  7. <link href="_/css/bootstrap.css" rel="stylesheet" media="screen">
  8. <link href="_/css/mystyles.css" rel="stylesheet" media="screen">
  9. </head>
  10. <body>
  11. <!-- NAVIGATION MENU BAR -->
  12. <div class="jumbtron">
  13. <section class="navbar navbar-fixed-top center" role="navigation">
  14. <ul id="top-nav" class="nav navbar-nav">
  15. <li><a href="index.html">Home</a></li>
  16. <li><a href="model.html">Model</a></li>
  17. <li><a href="actress.html">Actress</a></li>
  18. <li><a href="dj.html">DJ</a></li>
  19. <li><a href="entreprenuer.html">Entreprenuer</a></li>
  20. <li><a href="press.html">Press</a></li>
  21. <li><a href="contact.html">Contact</a></li>
  22. </ul><!-- nav -->
  23. </section><!-- navbar -->
  24.  
  25. <div id="djbanner" class="col-lg-12">
  26. <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  27. <!-- Indicators -->
  28. <ol class="carousel-indicators">
  29. <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
  30. <li data-target="#carousel-example-generic" data-slide-to="1"></li>
  31. <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  32. </ol>
  33.  
  34. <!-- Wrapper for slides -->
  35. <div class="carousel-inner">
  36. <div class="item active">
  37. <img src='images/dj/dj1.jpg' alt="DJ Photo 1">
  38. </div>
  39. <div class="item">
  40. <img src='images/dj/dj2.jpg' alt="DJ Photo 2">
  41. </div>
  42. <div class="item">
  43. <img src='images/dj/dj3.jpg' alt="DJ Photo 3">
  44. </div>
  45. </div>
  46.  
  47. <!-- Controls -->
  48. <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
  49. <span class="glyphicon glyphicon-chevron-left"></span>
  50. </a>
  51. <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
  52. <span class="glyphicon glyphicon-chevron-right"></span>
  53. </a>
  54. </div> <!-- Carousel -->
  55. </div>
  56. </div>
  57.  
  58.  
  59. <div id="dj-body" class="container">
  60. <div class="row">
  61. <div class="col-lg-6">
  62. <div class="big-box">image</div>
  63. </div>
  64. <div class="col-lg-6">
  65. <div class="row">
  66. <div class="col-lg-6"><div class="mini-box">1</div></div>
  67. <div class="col-lg-6"><div class="mini-box">2</div></div>
  68. <div class="col-lg-6"><div class="mini-box">3</div></div>
  69. <div class="col-lg-6"><div class="mini-box">4</div></div>
  70. </div>
  71. </div>
  72. </div>
  73. </div> <!-- container -->
  74.  
  75.  
  76. <section class="navbar navbar-fixed-bottom" role="navigation">
  77. <div class="container">
  78. <ul id="bottom-nav" class="nav navbar-nav">
  79. <li><a href="privacypolicy.html">Energy Wellness</a></li>
  80. <li><a href="http://rouxacademy.com">Bookings</a></li>
  81. <li><a href="https://www.facebook.com/athenzmedia"><img src="images/social/facebook.png" /></a></li>
  82. <li><a href="https://twitter.com/athenzmedia"><img src="images/social/twitter.png" /></a></li>
  83. <li><a href="https://www.youtube.com/channel/UC8j0tdZ-4Cw9inEshI-RHiQ"><img src="images/social/youtube.png" /></a></li>
  84. <li><a href="https://soundcloud.com/armylagos/pure-stimulation-april"><img src="images/social/soundcloud.png" /></a></li>
  85. </ul><!-- nav -->
  86. </div>
  87. </section><!-- navbar -->
  88.  
  89.  
  90. <script>
  91. $('.carousel').carousel({
  92. interval: 4000
  93. })
  94. </script>
  95. <script src="_/js/bootstrap.js"></script>
  96. <script src="_/js/myscript.js"></script>
  97. </body>
  98. </html>
  99.  
  100. html, body {
  101. margin: 0;
  102. padding: 0;
  103. height: 100%;
  104. width: 100%;
  105. }
  106.  
  107. /* ------------ Navigation Bar Section ------------ */
  108.  
  109. .navbar.center {
  110. text-align: center;
  111. margin: 0 auto;
  112. }
  113.  
  114. .navbar {
  115. background-color: rgba(0,0,0,0.5);
  116. background: rgba(0,0,0,0.5);
  117. border-color: rgba(0,0,0,0.5);
  118. }
  119.  
  120. .navbar-nav li a {
  121. color: white;
  122. }
  123.  
  124. ul#top-nav.nav.navbar-nav li a {
  125. font-family: 'Raleway', sans-serif;
  126. margin-right: 50px;
  127. }
  128.  
  129. ul#top-nav.nav.navbar-nav {
  130. float: none;
  131. display: inline-block;
  132. }
  133.  
  134.  
  135. /* ----------- Home Page Section -------------*/
  136. .quarter {
  137. width: 50%;
  138. height: 99.9%;
  139. float: left;
  140. }
  141.  
  142. .contents {
  143. height: 50%;
  144. width: 100%;
  145. }
  146.  
  147. #athenz-logo {
  148. z-index: 1050;
  149. position: absolute;
  150. background-image: url('../../images/logo/athenz-logo.png');
  151. background-size: cover;
  152. background-color: white;
  153. top: 50%;
  154. left: 50%;
  155. width: 360px;
  156. height: 225px;
  157. margin-left: -180px;
  158. margin-top: -112.5px;
  159. border-left: 4px solid #468AD4;
  160. border-top: 4px solid #468AD4;
  161. }
  162.  
  163. #athenz-logo::before {
  164. content: "";
  165. position: absolute;
  166. left: 0;
  167. bottom: 0;
  168. height: 1px;
  169. width: 49.5%;
  170. border-bottom: 4px solid #468AD4;
  171. }
  172. #athenz-logo::after {
  173. content: "";
  174. position: absolute;
  175. right: 0;
  176. top: 0;
  177. height: 49%;
  178. width: 4px;
  179. border-right: 4px solid #468AD4;
  180. }
  181.  
  182. #home-top-left {
  183. background-image: url('../../images/home/home_tl.jpg');
  184. background-size: cover;
  185. position: relative;
  186. border-bottom: 2px solid;
  187. border-bottom-color: #468AD4;
  188. border-right: 2px solid;
  189. border-right-color: #468AD4;
  190. }
  191.  
  192. #home-top-right {
  193. background-image: url('../../images/home/home_tr.jpg');
  194. background-size: cover;
  195. position: relative;
  196. border-bottom: 4px solid;
  197. border-bottom-color: #468AD4;
  198. border-left: 2px solid;
  199. border-left-color: #468AD4;
  200. }
  201.  
  202. #home-bottom-left {
  203. background-image: url('../../images/home/home_bl.jpg');
  204. background-size: cover;
  205. position: relative;
  206. overflow: hidden;
  207. border-top: 2px solid;
  208. border-top-color: #468AD4;
  209. border-right: 4px solid;
  210. border-right-color: #468AD4;
  211. }
  212.  
  213. #home-bottom-right {
  214. z-index: 1051;
  215. padding: 75px;
  216. position: relative;
  217. overflow: hidden;
  218. }
  219.  
  220.  
  221. /* ------------- DJ STYLING STARTS ------------- */
  222.  
  223.  
  224. div#carousel-example-generic.carousel.slide {
  225. height: 100%;
  226. }
  227.  
  228. div#carousel-example-generic.carousel.slide div.carousel-inner div.item img {
  229. width: 100%;
  230. }
  231.  
  232. .big-box,
  233. .mini-box {
  234. background-color: #10BCFF;
  235. color: white;
  236. text-align: center;
  237. margin: 2px;
  238. font-size: 1.5em;
  239. }
  240. .big-box {
  241. height: 120px;
  242. }
  243. .mini-box {
  244. height: 60px;
  245. }
  246.  
  247.  
  248.  
  249.  
  250.  
  251. /* --------- Footer Section -------- */
  252.  
  253. ul#bottom-nav.nav.navbar-nav {
  254. float: right;
  255.  
  256. }
  257.  
  258. ul#bottom-nav.nav.navbar-nav li {
  259. margin: 0;
  260.  
  261. }
  262.  
  263. section.navbar.navbar-fixed-bottom div.container {
  264. margin-right: 0;
  265.  
  266. }
  267. section.navbar.navbar-fixed-bottom {
  268. height: 50px;
  269. z-index: 1060;
  270. }
  271.  
  272. ul#bottom-nav.nav.navbar-nav li {
  273. margin: 0;
  274. text-align: center;
  275. font-size: 12px;
  276. right: 0;
  277. padding: 0;
  278. }
  279.  
  280. ul#bottom-nav.nav.navbar-nav li a img {
  281. width: 28px;
  282.  
  283. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement