Setting website
64
about.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!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-responsive.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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li class="active"><a href="./about.html">About</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
<li><a href="./projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Who I am?</h1>
|
||||
</div>
|
||||
<p>Why so difficult questions?</p>
|
||||
|
||||
</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>
|
63
about.html~
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!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-responsive.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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li class="active"><a href="./about.html">About</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Who I am?</h1>
|
||||
</div>
|
||||
<p>Why so difficult questions?</p>
|
||||
|
||||
</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>
|
BIN
bootstrap.zip
Normal file
89
contact.html
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!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-responsive.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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li><a href="./about.html">About</a></li>
|
||||
<li class="active"><a href="./contact.html">Contact</a></li>
|
||||
<li><a href="./projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span2 well">
|
||||
<div class="">
|
||||
<p>10.08.2012</p>
|
||||
<h3>
|
||||
<i class="icon-wrench"></i>Hello!
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="page-header">
|
||||
<h1>Contact</h1>
|
||||
</div>
|
||||
<p>Eh? Is anyone interested in contacting with me? I'm usually not at home...</p>
|
||||
<img src="./img/not_at_home.jpg" style="padding:10px"/>
|
||||
<p>But you can catch me via
|
||||
<a href="http://www.facebook.com/jilczuk">my facebook page</a>.
|
||||
</p>
|
||||
<br/>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
</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>
|
86
contact.html~
Normal file
|
@ -0,0 +1,86 @@
|
|||
<!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-responsive.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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li><a href="./about.html">About</a></li>
|
||||
<li class="active"><a href="./contact.html">Contact</a></li>
|
||||
<li><a href="./projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span2 well">
|
||||
<div class="">
|
||||
<p>10.08.2012</p>
|
||||
<h3>
|
||||
<i class="icon-wrench"></i>Hello!
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="page-header">
|
||||
<h1>Contact</h1>
|
||||
</div>
|
||||
<p>Eh? <a href="http://www.facebook.com/jilczuk">My facebook page</a></p>
|
||||
<img src="./img/not_at_home.jpg" style="padding:10px"/>
|
||||
<br/>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
</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>
|
4914
css/bootstrap.css
vendored
Normal file
727
css/bootstrap.min.css
vendored
Normal file
BIN
ico/favicon-0.jpg
Normal file
After Width: | Height: | Size: 308 B |
BIN
ico/favicon.ico
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
ico/favicon.jpg
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
ico/favicon.xcf
Normal file
BIN
img/VDG.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
img/glyphicons-halflings-white.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
img/glyphicons-halflings.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/not_at_home.jpg
Normal file
After Width: | Height: | Size: 65 KiB |
90
index.html
|
@ -1,8 +1,88 @@
|
|||
<html>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<meta content="">
|
||||
<style></style>
|
||||
<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-responsive.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="ico/favicon.ico">
|
||||
</head>
|
||||
<body><p>Hello, gitty repo!</p></body>
|
||||
|
||||
<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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
<li><a href="./about.html">About</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
<li><a href="./projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span2 well">
|
||||
<div class="">
|
||||
<p>10.08.2012</p>
|
||||
<h3>
|
||||
<i class="icon-wrench"></i>Hello!
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="page-header">
|
||||
<h1>Attero's home page</h1>
|
||||
</div>
|
||||
|
||||
<p>Not much content yet, however: hello!</p>
|
||||
<p>Below you can see me with a Van Der Graaff Generator, not finished yet!</p>
|
||||
<img src="./img/VDG.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/>
|
||||
</div>
|
||||
</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>
|
89
index.html~
|
@ -1,8 +1,87 @@
|
|||
<html>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<meta content="">
|
||||
<style></style>
|
||||
<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-responsive.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="ico/favicon.ico">
|
||||
</head>
|
||||
<body></body>
|
||||
|
||||
<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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
<li><a href="./about.html">About</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span2 well">
|
||||
<div class="">
|
||||
<p>10.08.2012</p>
|
||||
<h3>
|
||||
<i class="icon-wrench"></i>Hello!
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="page-header">
|
||||
<h1>Attero's home page</h1>
|
||||
</div>
|
||||
|
||||
<p>Not much content yet, however: hello!</p>
|
||||
<p>Below you can see me with a Van Der Graaff Generator, not finished yet!</p>
|
||||
<img src="./img/VDG.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/>
|
||||
</div>
|
||||
</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>
|
1836
js/bootstrap.js
vendored
Normal file
7
js/bootstrap.min.js
vendored
Normal file
2
js/jquery-1.8.0.min.js
vendored
Normal file
64
projects.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!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-responsive.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">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">Attero</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="./index.html">Home</a></li>
|
||||
<li><a href="./about.html">About</a></li>
|
||||
<li><a href="./contact.html">Contact</a></li>
|
||||
<li class="active"><a href="./projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Projects</h1>
|
||||
</div>
|
||||
<p>More info soon...</p>
|
||||
|
||||
</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>
|
8
projects.html~
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta content="">
|
||||
<style></style>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|