Commit 9f456fc5 authored by Leo Iannacone's avatar Leo Iannacone

start using boostrap

parent 50257a1c
<header> <header>
<h1><%= title %></h1> <h1><%= title %></h1>
<p><%= description %></p> <p class="lead"><%= description %></p>
</header> </header>
<nav id="distributions"> <nav id="distributions">
<h1>Availabe distributions:</h1>
<ul></ul> <ul></ul>
</nav> </nav>
<div class="wrapper">
<article class="row">
<aside class="col-md-3">
<nav id="packages">
<h1>Packages</h1>
<ul></ul>
</nav>
<section>
<nav id="files">
<ul></ul>
</nav>
<nav id="archives">
<ul></ul>
</nav>
<nav id="debs">
<ul></ul>
</nav>
</section>
<aside> </aside>
<nav id="packages">
<h1>Packages</h1>
<ul></ul>
</nav>
<section>
<nav id="files">
<ul></ul>
</nav>
<nav id="archives">
<ul></ul>
</nav>
<nav id="debs">
<ul></ul>
</nav>
</section>
</aside>
<section>
<header>
</header>
<pre id="file"></pre>
</section>
<section class="col-md-9">
<header>
</header>
<pre id="file"></pre>
</section>
</article>
</div>
<footer><%= footer %></footer> <footer><%= footer %></footer>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title><%= title %></title> <title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' /> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/libs/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/libs/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<script src='//code.jquery.com/jquery-1.7.2.min.js'></script> <script src='//code.jquery.com/jquery-1.7.2.min.js'></script>
<script src='//localhost:3000/socket.io/socket.io.js'></script> <script src='//localhost:3000/socket.io/socket.io.js'></script>
<script src="/libs/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src='/javascripts/debomatic-webui.js'></script> <script src='/javascripts/debomatic-webui.js'></script>
</head> </head>
<body> <body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment