github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example_go_static_fileserver/static/projects.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>projects - 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 selected"> 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"> 47 <div class="header"> 48 <div> 49 <h1>Projects</h1> 50 <ul> 51 <li> 52 <a href="proj1.html"><img src="images/curious-rover.jpg" alt=""></a> 53 <div> 54 <h1>MARS CURIOSITY ROVER </h1> 55 <p>Our website templates are created with inspiration, checked for quality and originality and meticulously sliced and coded. What’s more, they’re absolutely free! You can do a lot with them. You can modify them. You can use them to design websites for clients, so long as you agree with the Terms of Use.</p> 56 <a href="proj1.html" class="more">Read More</a> 57 </div> 58 </li> 59 <li> 60 <a href="proj1.html"><img src="images/space-station.jpg" alt=""></a> 61 <div> 62 <h1>INTERTERNATIONAL SPACE STATION</h1> 63 <p>Looking for more templates? Just browse through all our Free Website Templates and find what you’re looking for. But if you don’t find any website template you can use, you can try our Free Web Design service and tell us all about it. Maybe you’re looking for something different, something special.</p> 64 <a href="proj1.html" class="more">Read More</a> 65 </div> 66 </li> 67 </ul> 68 </div> 69 </div> 70 </div> 71 <div id="footer"> 72 <div class="connect"> 73 <div> 74 <h1>FOLLOW OUR MISSIONS ON</h1> 75 <div> 76 <a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a> 77 <a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a> 78 <a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a> 79 <a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a> 80 </div> 81 </div> 82 </div> 83 <div class="footnote"> 84 <div> 85 <p>© 2023 BY SPACE PROSPECTION | ALL RIGHTS RESERVED</p> 86 </div> 87 </div> 88 </div> 89 </div> 90 </body> 91 </html>