github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example_go_static_fileserver/static/blog.html (about) 1 <!doctype html> 2 <!-- Website template by freewebsitetemplates.com --> 3 <html> 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>blog - Space Science Website Template</title> 8 <link rel="stylesheet" href="css/style.css" type="text/css"> 9 <link rel="stylesheet" type="text/css" href="css/mobile.css"> 10 <script src="js/mobile.js" type="text/javascript"></script> 11 </head> 12 <body> 13 <div id="page"> 14 <div id="header"> 15 <div> 16 <a href="index.html" class="logo"><img src="images/logo.png" alt=""></a> 17 <ul id="navigation"> 18 <li> 19 <a href="index.html">Home</a> 20 </li> 21 <li> 22 <a href="about.html">About</a> 23 </li> 24 <li class="menu"> 25 <a href="projects.html">Projects</a> 26 <ul class="primary"> 27 <li> 28 <a href="proj1.html">proj 1</a> 29 </li> 30 </ul> 31 </li> 32 <li class="menu selected"> 33 <a href="blog.html">Blog</a> 34 <ul class="secondary"> 35 <li> 36 <a href="singlepost.html">Single post</a> 37 </li> 38 </ul> 39 </li> 40 <li> 41 <a href="contact.html">Contact</a> 42 </li> 43 </ul> 44 </div> 45 </div> 46 <div id="body"> 47 <div class="header"> 48 <div> 49 <h1>Blog</h1> 50 <div class="article"> 51 <ul> 52 <li> 53 <a href="singlepost.html"><img src="images/astronaut.jpg" alt=""></a> 54 <h1>SUCCESFUL REPAIR OF THE MX-1 SAT</h1> 55 <span>FEBRUARY 6, 2023</span> 56 <p>This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.</p> 57 <a href="singlepost.html" class="more">Read More</a> 58 </li> 59 <li> 60 <a href="singlepost.html"><img src="images/satellite-dish.jpg" alt=""></a> 61 <h1>ALIEN SIGNAL DISCOVERY</h1> 62 <span>FEBRUARY 3, 2023</span> 63 <p>You can remove any link to our website from this website template, you're free to use this website template without linking back to us.</p> 64 <a href="singlepost.html" class="more">Read More</a> 65 </li> 66 </ul> 67 </div> 68 <div class="sidebar"> 69 <ul> 70 <li> 71 <h1>FEATURED POSTS</h1> 72 <a href="singlepost.html"><img src="images/moon-satellite.jpg" alt=""></a> 73 <h2>SOYUZ TMA-M</h2> 74 <span>FEBRUARY 6, 2023</span> 75 </li> 76 <li> 77 <h1>RECENT POSTS</h1> 78 <ul> 79 <li> 80 <a href="singlepost.html"><img src="images/alien-life.jpg" alt=""></a> 81 <h2>ALIEN LIFE</h2> 82 <span>FEBRUARY 3, 2023</span> 83 </li> 84 <li> 85 <a href="singlepost.html"><img src="images/galaxy.jpg" alt=""></a> 86 <h2>THE GALAXY</h2> 87 <span>FEBRUARY 1, 2023</span> 88 </li> 89 </ul> 90 </li> 91 </ul> 92 </div> 93 </div> 94 </div> 95 </div> 96 <div id="footer"> 97 <div class="connect"> 98 <div> 99 <h1>FOLLOW OUR MISSIONS ON</h1> 100 <div> 101 <a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a> 102 <a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a> 103 <a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a> 104 <a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a> 105 </div> 106 </div> 107 </div> 108 <div class="footnote"> 109 <div> 110 <p>© 2023 BY SPACE PROSPECTION | ALL RIGHTS RESERVED</p> 111 </div> 112 </div> 113 </div> 114 </div> 115 </body> 116 </html>