index.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Home &bull; Imperial News Grid</title>
  7. <link type="text/css" rel="stylesheet" href="stylesheets/font-awesome.css">
  8. <link type="text/css" rel="stylesheet" href="stylesheets/screen.css">
  9. </head>
  10. <body>
  11. <div id="title-bar">
  12. <a href="index.php" class="logo">
  13. Galactic
  14. <img src="ge-logo.png">
  15. Empire
  16. </a>
  17. <div class="box">
  18. <div class="titles">
  19. <!--<div class="left">
  20. Daniel Ascarion <a href="#" title="Logout"><span class="fa fa-sign-out"></span></a>
  21. </div>-->
  22. <div class="left">
  23. IRMS Login <a href="compnor.php" title="Login"><span class="fa fa-sign-in"></span></a>
  24. </div>
  25. <div class="right">
  26. Year 17, Day 123 12:34:56
  27. </div>
  28. </div>
  29. <div class="body">
  30. <ul class="top-menu">
  31. <li class="fixed"><a href="index.php"><span class="fa fa-empire"></span></a></li>
  32. <li><a href="compnor.php">COMPNOR</a></li>
  33. <li><a href="#">Government</a></li>
  34. <li><a href="#">Navy</a></li>
  35. <li><a href="#">Army</a></li>
  36. <li><a href="#">Intelligence</a></li>
  37. <li><a href="#">Industry</a></li>
  38. <li><a href="#">COMMCENT</a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. </div>
  43. <div id="flex">
  44. <div id="sidebar">
  45. <div class="box" >
  46. <div class="title">Main</div>
  47. <div class="body">
  48. <ul class="menu">
  49. <li><a href="#">News</a></li>
  50. <li><a href="#">Imperial High Command</a></li>
  51. <li><a href="#">The Grands</a></li>
  52. <li><a href="#">Galactic History</a></li>
  53. </ul>
  54. </div>
  55. </div>
  56. <div class="box" >
  57. <div class="title">Recruitment</div>
  58. <div class="body">
  59. <ul class="menu">
  60. <li><a href="#">Joining the Empire</a></li>
  61. <li><a href="#">Stuff</a></li>
  62. <li><a href="#">Stuff</a></li>
  63. <li><a href="#">Stuff</a></li>
  64. </ul>
  65. </div>
  66. </div>
  67. </div>
  68. <div id="content">
  69. <div class="content-header">
  70. <div class='pageTitle'>Imperial News Bureau</div>
  71. </div>
  72. <div class="content-body">
  73. <!-- ## START CONTENT ## -->
  74. <div class="news-list">
  75. <div class="news-item">
  76. <div class="title">
  77. The Empire is Awesome
  78. <div class="right">Daniel Ascarion &mdash; Year 17, Day 123</div>
  79. </div>
  80. <div class="body">
  81. <p>The Galactic Empire, also known as the New Order, the First Galactic Empire, the Order or simply the Empire was the government that rose to power in the aftermath of the Clone Wars, replacing the Galactic Republic. Central authority was given to Darth Sidious, publicly known as Emperor Palpatine, who was also the Dark Lord of the Sith. For nearly two decades, the legislative body was the Imperial Senate, but it was dissolved by the Emperor shortly before the Battle of Yavin. During the reign of the Empire, countless star systems were conquered and dissident actions ruthlessly stamped out by the rapidly expanding Imperial Army and Navy. The Empire also oversaw the near extermination of the Jedi, with the destruction of the Jedi Temple on Coruscant and its renovation into the newly named Imperial Palace.</p>
  82. </div>
  83. </div>
  84. <div class="news-item">
  85. <div class="title">
  86. The Emperor is Awesomer
  87. <div class="right">Daniel Ascarion &mdash; Year 17, Day 123</div>
  88. </div>
  89. <div class="body">
  90. <p>Guinar Ndengin was born in the communal religious sect of the Heart of Shath in the Pering-Stormborder on Coruscant, an ill-frequented area near Coruscants north pole. Being the offspring of siblings and thus conceived in shame, he and his father were ousted from the cult and, almost upon his birth, thrust into a towering blizzard. The high priest then completed an almost forgotten ritual, which forever cursed this abomination before God. He had hoped to steer the Mad God's Rage away from the lower level hab zone and unto Guinar Ndengin, but to no avail. In a few hours the storm increased in intensity and the cult, along with a substantial part of the local superstructure, was wiped off the face of the planet.</p>
  91. </div>
  92. </div>
  93. <div class="news-item">
  94. <div class="title">Recent Articles</div>
  95. <div class="body">
  96. <p></p>
  97. <ul>
  98. <li><a href="#">ISB Warns Public</a> &mdash; Year 17 Day 123</li>
  99. <li><a href="#">1st Fleet Celebrates Major Victory</a> &mdash; Year 17 Day 123</li>
  100. <li><a href="#">News</a> &mdash; Year 17 Day 123</li>
  101. <li><a href="#">Archives</a></li>
  102. </ul>
  103. </div>
  104. </div>
  105. </div>
  106. <!--- ## END CONTENT ## -->
  107. </div>
  108. <div class="content-footer">
  109. <div class="copy">
  110. <div>
  111. Copyright <span class="fa fa-copyright"></span> 2016 &mdash; The Galactic Empire
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. <div id="sidebar-right">
  117. <div class="box box-right col-full">
  118. <div class="title">Coruscant</div>
  119. <div class="body">
  120. <p>Weather & Co</p>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </body>
  126. </html>