github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example-nodejs-fileserver/static/proj1.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>proj1 - 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 selected">
    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>Proj 1</h1>
    50  					<img src="images/moon-landing.jpg" alt="">
    51  					<h2>LUNAR LANDER 2023</h2>
    52  					<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. You can even remove all our links if you want to.</p>
    53  					<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>
    54  				</div>
    55  			</div>
    56  		</div>
    57  		<div id="footer">
    58  			<div class="connect">
    59  				<div>
    60  					<h1>FOLLOW OUR  MISSIONS ON</h1>
    61  					<div>
    62  						<a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a>
    63  						<a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a>
    64  						<a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a>
    65  						<a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a>
    66  					</div>
    67  				</div>
    68  			</div>
    69  			<div class="footnote">
    70  				<div>
    71  					<p>&copy; 2023 BY SPACE PROSPECTION | ALL RIGHTS RESERVED</p>
    72  				</div>
    73  			</div>
    74  		</div>
    75  	</div>
    76  </body>
    77  </html>