index.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <!-- hi, is my code pretty? -->
  3. <html>
  4. <head>
  5. <title>Farooq's Website | Home</title>
  6. <link rel="stylesheet" href="css/def.css" type="text/css">
  7. <link rel="stylesheet" href="css/w3.css" type="text/css">
  8. <meta name="viewport" content="width=device-width,initial-scale=1">
  9. <meta name="keywords"
  10. content="Farooq,FarooqKZ,Farooq's website,Farooq Karimi Zadeh">
  11. </head>
  12. <body>
  13. <header class="w3-center w3-teal w3-container">
  14. <h1>Farooq's Website</h1>
  15. <a href="index.html">Home</a> |
  16. <a href="https://notabug.org/farooqkz">Projects</a>
  17. |
  18. <a href="http://blinuxshell.ir/users/farooqkz">
  19. Files on bitcoinshell
  20. </a>
  21. </header>
  22. <div class="about">
  23. <div style="text-align: center">
  24. <img height="200vw" width="200vw" src="favicon.png">
  25. </div>
  26. <p>
  27. Hello :) I am Farooq Karimi Zadeh a young programmer and student.
  28. I study Computer Engineering in Hormozgan University(which is in
  29. Hormozgan province in Iran). I really(or not really?) like
  30. Mathematics(I know what you're gonna say DotMan, and you know my
  31. reaction so let's end it right here!), Computers, Code and Electronics.
  32. That's it all for now :) Have fun in my site ;)
  33. </p>
  34. </div>
  35. {{#foreach}}
  36. <h3>{{{post-title}}}</h3>
  37. <p>{{{post-summary}}}</p> {{{post-link}}}
  38. <hr>
  39. {{/foreach}}
  40. <footer class="w3-container w3-teal w3-center">
  41. {{{links}}}
  42. <br>Content is available under
  43. <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">
  44. CC0</a> unless something else was specified.<br>
  45. This website has been
  46. generated using <a href="https://notabug.org/farooqkz/fobil">
  47. fobil</a>.
  48. &nbsp;
  49. </footer>
  50. </body>
  51. </html>
  52. <!--
  53. کلمة الله التی ألقاها الی مریم
  54. ابن الله، صلی الیه و امه و سلم
  55. سیرسله الله قبل الساعة
  56. سیقتل الدجال بیده قبل القیامة
  57. ***
  58. دین ندارم ایمانم کجاست
  59. عشق ندارم احسانم کجاست
  60. حرفی نیست یار نظر نخواهد کرد
  61. جایگاه مارا در نار آماده خواهد کرد
  62. ***
  63. کان ربی رحمن رحیم
  64. الآن انا من أصحاب شیطان رجیم
  65. لا أفعل إلا فعل شیطان
  66. لا أقول إلا أن کفرت برحمن
  67. -->