index.html
changeset 0 ba8ab09f730e
child 1 6e5db41ab9b9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/index.html	Fri Jul 04 16:42:41 2014 +0400
     1.3 @@ -0,0 +1,107 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +  <head>
     1.7 +    <meta charset="utf-8">
     1.8 +    <title>indvd00m's homepage</title>
     1.9 +    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    1.10 +    <meta name="description" content="">
    1.11 +    <meta name="author" content="indvd00m">
    1.12 +
    1.13 +    <!-- Le styles -->
    1.14 +    <link href="css/bootstrap.css" rel="stylesheet">
    1.15 +    <style type="text/css">
    1.16 +      body {
    1.17 +        padding-top: 60px;
    1.18 +        padding-bottom: 40px;
    1.19 +      }
    1.20 +    </style>
    1.21 +    <link href="css/bootstrap-responsive.css" rel="stylesheet">
    1.22 +    <link href="css/docs.css" rel="stylesheet">
    1.23 +    <link href="js/google-code-prettify/prettify.css" rel="stylesheet">
    1.24 +
    1.25 +    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    1.26 +    <!--[if lt IE 9]>
    1.27 +      <script src="js/html5shiv.js"></script>
    1.28 +    <![endif]-->
    1.29 +
    1.30 +    <!-- Fav and touch icons -->
    1.31 +    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
    1.32 +    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
    1.33 +      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
    1.34 +                    <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
    1.35 +                                   <link rel="shortcut icon" href="ico/favicon.png">
    1.36 +  </head>
    1.37 +
    1.38 +  <body>
    1.39 +
    1.40 +    <div class="navbar navbar-inverse navbar-fixed-top">
    1.41 +      <div class="navbar-inner">
    1.42 +        <div class="container">
    1.43 +          <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
    1.44 +            <span class="icon-bar"></span>
    1.45 +            <span class="icon-bar"></span>
    1.46 +            <span class="icon-bar"></span>
    1.47 +          </button>
    1.48 +          <a class="brand" href="#">Homepage</a>
    1.49 +          <div class="nav-collapse collapse">
    1.50 +            <ul class="nav">
    1.51 +              <li class="active"><a href="#">Home</a></li>
    1.52 +              <li><a href="#about">About</a></li>
    1.53 +              <li><a href="#contact">Contact</a></li>
    1.54 +            </ul>
    1.55 +          </div><!--/.nav-collapse -->
    1.56 +        </div>
    1.57 +      </div>
    1.58 +    </div>
    1.59 +
    1.60 +    <div class="container">
    1.61 +
    1.62 +      <!-- Main hero unit for a primary marketing message or call to action -->
    1.63 +
    1.64 +		<div class="container">
    1.65 +
    1.66 +		  <h1>Welcome</h1>
    1.67 +		  <p>This is my home page.</p>
    1.68 +		  <p><a href="files" class="btn">Files</a></p>
    1.69 +		  <p><a href="rutorrent" class="btn">Rutorrent web interface</a></p>
    1.70 +		  <p><a href="hg-public" class="btn">Public HG repository</a></p>
    1.71 +		  <p><a href="hg" class="btn">Private HG repository</a></p>
    1.72 +		  <p><a href="hg-ineka" class="btn">INEKA HG repository</a></p>
    1.73 +
    1.74 +		</div> <!-- /container -->
    1.75 +
    1.76 +		<div class="container">
    1.77 +
    1.78 +		  <h1>Contacts</h1>
    1.79 +		  <p>Email: gotoindvdum [at] gmail [dot] com</p>
    1.80 +
    1.81 +		</div> <!-- /container -->
    1.82 +
    1.83 +      <hr>
    1.84 +
    1.85 +      <footer>
    1.86 +        <p>&copy; indvd00m 2014</p>
    1.87 +      </footer>
    1.88 +
    1.89 +    </div> <!-- /container -->
    1.90 +
    1.91 +    <!-- Le javascript
    1.92 +    ================================================== -->
    1.93 +    <!-- Placed at the end of the document so the pages load faster -->
    1.94 +    <script src="js/jquery.js"></script>
    1.95 +    <script src="js/bootstrap-386.js"></script>
    1.96 +    <script src="js/bootstrap-transition.js"></script>
    1.97 +    <script src="js/bootstrap-alert.js"></script>
    1.98 +    <script src="js/bootstrap-modal.js"></script>
    1.99 +    <script src="js/bootstrap-dropdown.js"></script>
   1.100 +    <script src="js/bootstrap-scrollspy.js"></script>
   1.101 +    <script src="js/bootstrap-tab.js"></script>
   1.102 +    <script src="js/bootstrap-tooltip.js"></script>
   1.103 +    <script src="js/bootstrap-popover.js"></script>
   1.104 +    <script src="js/bootstrap-button.js"></script>
   1.105 +    <script src="js/bootstrap-collapse.js"></script>
   1.106 +    <script src="js/bootstrap-carousel.js"></script>
   1.107 +    <script src="js/bootstrap-typeahead.js"></script>
   1.108 +
   1.109 +  </body>
   1.110 +</html>