Advertisement
Oslapas

Untitled

Feb 2nd, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. <div class = "seperate" id = "contacts">
  2. <div class = "bd">
  3. <div class = "Left">
  4. <div id="myCarousel" class="carousel slide" data-ride="carousel">
  5.  
  6. <ol class="carousel-indicators">
  7. <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  8. <li data-target="#myCarousel" data-slide-to="1"></li>
  9. <li data-target="#myCarousel" data-slide-to="2"></li>
  10. <li data-target="#myCarousel" data-slide-to="3"></li>
  11. <li data-target="#myCarousel" data-slide-to="4"></li>
  12. </ol>
  13.  
  14.  
  15. <div class="carousel-inner">
  16. <div class="item active">
  17. <img src="https://idomu.lt/uploads/posts/2019-07/1563369527_billgates.jpg" alt="Chicago"/>
  18. </div>
  19.  
  20. <div class="item">
  21. <img src="https://idomu.lt/uploads/posts/2019-07/1563369527_billgates.jpg" alt="Chicago"/>
  22. </div>
  23. <div class="item">
  24. <img src="https://idomu.lt/uploads/posts/2019-07/1563369527_billgates.jpg" alt="Chicago"/>
  25. </div>
  26.  
  27.  
  28. <div class="item">
  29. <img src="https://idomu.lt/uploads/posts/2019-07/1563369527_billgates.jpg" alt="New York"/>
  30. </div>
  31. </div>
  32.  
  33.  
  34. <a class="left carousel-control" href="#myCarousel" data-slide="prev">
  35. <span class="glyphicon glyphicon-chevron-left"></span>
  36. <span class="sr-only">Previous</span>
  37. </a>
  38. <a class="right carousel-control" href="#myCarousel" data-slide="next">
  39. <span class="glyphicon glyphicon-chevron-right"></span>
  40. <span class="sr-only">Next</span>
  41. </a>
  42. </div>
  43. </div>
  44. <div>
  45. <div>
  46. <div class = "Skills" > Things I know</div>
  47. <div class = "Bill">
  48. <div class = "One" style = {{color:"#0f4c75"}}> JAVA
  49. <div> <i class="fab fa-java fa-5x " ></i></div></div>
  50. <div class = "Two" style = {{color:"#0f4c75"}} > CSS <div> <i class="fab fa-css3-alt fa-5x " > </i></div>
  51. </div>
  52.  
  53. <div class = "Three" style = {{color:"#0f4c75"}} > HTML <div > <i class="fab fa-html5 fa-5x fa-fw" > </i></div></div>
  54. <div class = "Four" style = {{color:"#0f4c75"}} > SQL <div> <i class="fas fa-database fa-5x" ></i></div></div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <div className= "seperateRight">
  60.  
  61. <h1 style = {{color:"#cc0066"}}> Hello </h1>
  62. <div class = "font">
  63. <h3 > Hello, my name is Bill Gates.
  64. You may know me as a founder of Microsoft and a true philanthropist.
  65. For for the past couple years I’ve spent over $2.5 Billion dollars
  66. and countless man hours on a secret project which I can finally reveal. </h3>
  67. <br/>
  68. <h3 > Hello, my name is Bill Gates.
  69. You may know me as a founder of Microsoft and a true philanthropist.
  70. For for the past couple years I’ve spent over $2.5 Billion dollars
  71. and countless man hours on a secret project which I can finally reveal. </h3>
  72.  
  73. <br/>
  74. </div>
  75.  
  76. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement