github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example-nodejs-fileserver/static/index.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>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 class="selected"> 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"> 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" class="home"> 47 <div class="header"> 48 <div> 49 <img src="images/satellite.png" alt="" class="satellite"> 50 <h1>SOYUZ TMA-M</h1> 51 <h2>SPACECRAFT</h2> 52 <a href="blog.html" class="more">Read More</a> 53 <h3>FEATURED PROJECTS</h3> 54 <ul> 55 <li> 56 <a href="projects.html"><img src="images/project-image1.jpg" alt=""></a> 57 </li> 58 <li> 59 <a href="projects.html"><img src="images/project-image2.jpg" alt=""></a> 60 </li> 61 <li> 62 <a href="projects.html"><img src="images/project-image3.jpg" alt=""></a> 63 </li> 64 <li> 65 <a href="projects.html"><img src="images/project-image4.jpg" alt=""></a> 66 </li> 67 </ul> 68 </div> 69 </div> 70 <div class="body"> 71 <div> 72 <h1>OUR MISSION</h1> 73 <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> 74 </div> 75 </div> 76 <div class="footer"> 77 <div> 78 <ul> 79 <li> 80 <h1>FEATURED VIDEO</h1> 81 <a href="blog.html"><img src="images/mars-rover.jpg" alt=""><span></span></a> 82 </li> 83 <li> 84 <h1>LATEST BLOG</h1> 85 <ul> 86 <li> 87 <a href="blog.html"><img src="images/finding-planet.jpg" alt=""></a> 88 <h1>FINDING PLANET X-123</h1> 89 <span>FEBRUARY 6, 2023</span> 90 <a href="blog.html" class="more">Read More</a> 91 </li> 92 <li> 93 <a href="blog.html"><img src="images/new-satellitedish.jpg" alt=""></a> 94 <h1>NEW SATELLITE DISH</h1> 95 <span>FEBRUARY 3, 2023</span> 96 <a href="blog.html" class="more">Read More</a> 97 </li> 98 </ul> 99 </li> 100 </ul> 101 </div> 102 </div> 103 </div> 104 <div id="footer"> 105 <div class="connect"> 106 <div> 107 <h1>FOLLOW OUR MISSIONS ON</h1> 108 <div> 109 <a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a> 110 <a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a> 111 <a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a> 112 <a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a> 113 </div> 114 </div> 115 </div> 116 <div class="footnote"> 117 <div> 118 <p>© 2023 BY SPACE PROSPECTION | ALL RIGHTS RESERVED</p> 119 </div> 120 </div> 121 </div> 122 </div> 123 </body> 124 </html>