index.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE HTML>
  2. <!--
  3. Hello Leon!
  4. -->
  5. <html>
  6. <head>
  7. <title>Hello Leon!</title>
  8. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9. <meta name="description" content="" />
  10. <meta name="keywords" content="" />
  11. <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
  12. <script src="js/jquery.min.js"></script>
  13. <script src="js/jquery.scrollex.min.js"></script>
  14. <script src="js/jquery.scrolly.min.js"></script>
  15. <script src="js/skel.min.js"></script>
  16. <script src="js/init.js"></script>
  17. <noscript>
  18. <link rel="stylesheet" href="css/skel.min.css" />
  19. <link rel="stylesheet" href="css/style.min.css" />
  20. <link rel="stylesheet" href="css/style-xlarge.min.css" />
  21. </noscript>
  22. <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.min.css" /><![endif]-->
  23. <!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.min.css" /><![endif]-->
  24. </head>
  25. <body>
  26. <!-- Header -->
  27. <section id="header">
  28. <header class="major">
  29. <h1>Hello World!</h1>
  30. <p>My name is Leon Kotur, and I am happy to meet you.</a></p>
  31. </header>
  32. <div class="container">
  33. <ul class="actions">
  34. <li><a href="#one" class="button special scrolly">Begin</a></li>
  35. </ul>
  36. </div>
  37. </section>
  38. <!-- Content -->
  39. <section id="one" class="main special">
  40. <div class="container">
  41. <div class="content">
  42. <header class="major">
  43. <h2>Who I am</h2>
  44. </header>
  45. <p>My name is Leon, and was born on June Xth at XX:XX in the Franco-Britannique Hospital in Levallois-Perret, France.</p>
  46. <p>I was XXcm long and had Xkg.</p>
  47. <p>And now to introduce myself in Serbian!</p>
  48. </div>
  49. <a href="#two" class="goto-next scrolly">Next</a>
  50. </div>
  51. </section>
  52. <section id="two" class="main special">
  53. <div class="container">
  54. <div class="content">
  55. <header class="major">
  56. <h2>Ko sam ja</h2>
  57. </header>
  58. <p>Ja se zovem Leon, i rođen sam X. juna u XX:XX u Francusko-Britanskoj bolnici u Levaloa-Pereu, Francuska.</p>
  59. <p>Bio sam dugačak XXcm i težak Xkg.</p>
  60. </div>
  61. <a href="#footer" class="goto-next scrolly">Next</a>
  62. </div>
  63. </section>
  64. <!-- Footer -->
  65. <section id="footer">
  66. <div class="container">
  67. <header class="major">
  68. <h2>See you around!</h2>
  69. </header>
  70. </div>
  71. <footer>
  72. <ul class="icons">
  73. <li><a href="https://www.facebook.com/kotnick" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
  74. <li><a href="https://instagram.com/kotnick/" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
  75. <li><a href="mailto:leon.kotur@gmail.com" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
  76. </ul>
  77. </footer>
  78. </section>
  79. </body>
  80. </html>