103 lines
No EOL
2.8 KiB
HTML
103 lines
No EOL
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Atte.ro</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Home page of Attero">
|
|
<meta name="author" content="Justyna Edyta Ilczuk">
|
|
|
|
|
|
<link href="css/bootstrap.css" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
padding-top: 60px;
|
|
}
|
|
</style>
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
|
<link rel="shortcut icon" href="ico/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
|
|
<a class="brand" href="#">Attero</a>
|
|
|
|
<ul class="nav nav-pills">
|
|
<li><a href="./index.html">Home</a></li>
|
|
<li><a href="./about.html">About</a>
|
|
<li><a href="./contact.html">Contact</a></li>
|
|
<li class="active"><a href="./projects.html">Projects</a></li>
|
|
</ul>
|
|
|
|
</a>
|
|
|
|
<div class="nav-collapse collapse">
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span2 well">
|
|
<div class="">
|
|
<p>11.08.2012</p>
|
|
<h3>
|
|
<i class="icon-wrench"></i>Why I am so busy?
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="span10">
|
|
<div class="page-header">
|
|
<h1>Projects</h1>
|
|
</div>
|
|
<h2>Big things</h2>
|
|
<h3>Van Der Graaf Generator</h3>
|
|
<p>It's a very interesting device, which can be used to generate a
|
|
really big voltage. At least measured in hundreds of kVolts!</p>
|
|
<p><a href="http://en.wikipedia.org/wiki/Van_de_Graaff_generator">
|
|
Here</a>'s more info how it works.</p>
|
|
<p>I hope that we'll finish it soon. It'd be probably done by now,
|
|
but our workspace is actually out of order. Eh...</p>
|
|
<p>I'm working on it with q3k.</p>
|
|
<img src="./img/VDG2.jpg" style="padding:10px"/>
|
|
<p>Photo was taken in the <a href="https://hackerspace.pl">Warsaw Hackerspace</a>
|
|
by <a href="http://q3k.org/">q3k</a>.</p>
|
|
|
|
<br/>
|
|
<h2>Programming</h2>
|
|
<p>Will be updated later on...</p>
|
|
|
|
<h2>Physics</h2>
|
|
<p>Will be updated later on...</p>
|
|
<h2>Art</h2>
|
|
<p>Will be updated later on...</p>
|
|
<h2>Different stuff</h2>
|
|
<p>Will be updated later on...</p>
|
|
</br>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class= "span12">Made by Justyna Edyta Ilczuk also known as Attero ;)</div>
|
|
<div>
|
|
</div>
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="js/jquery-1.8.0.min.js"></script>
|
|
|
|
|
|
</body>
|
|
</html> |