fga-eps-mds/2018.2-IndicaAi

View on GitHub
prototype/favoritos.html

Summary

Maintainability
Test Coverage
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="Dashboard">
    <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">

    <title>Indica Aí</title>

    <link href="assets/css/bootstrap.css" rel="stylesheet">
    <link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
    <link href="assets/css/style.css" rel="stylesheet">
    <link href="assets/css/style-responsive.css" rel="stylesheet">

  </head>

  <body>

    <nav class="navbar-fixed-top">
      <div class="topbox"><span id="screen-title" >Locais favoritos</span></div>
      <div class="apps-bar">
      <img src="assets/img/navbarIndicaAi.png">
      </div>
      <div style="margin-top: -1px"></div>
      <div class="tab">

        <a href="index.html"><button id="btnNav">Buscar local</button></a>
        <a href="cadastro.html"><button id="btnNav" >Cadastrar</button></a>
        <a href="favoritos.html"><button id="btnNav-select">Locais favoritos</button></a>
      </div>
    </nav>

    <div style="margin-top: 85px"></div>

    <section id="main-content">
      <div class="wrapper">
        <section style="margin-top: 20px" class="text-left">
          <br>
            <a style="border: 1px solid #B7B7B7; color:black; font-size: 13px; border-radius: 5px;" class="list-group-item" href="local.html"> <span class="glyphicon glyphicon-heart"></span> <b>Universidade de Brasília - Faculdade do Gama [FGA]</b><br><small>(Quadra 90 LT.99 Setor Industria - Fim do mundo)</small></a>
            <br>
            <a style="border: 1px solid #B7B7B7; color:black; font-size: 13px; border-radius: 5px;" class="list-group-item" href="#"><span class="glyphicon glyphicon-heart"></span> <b>Casa do João</b><br><small>(Quadra 30 LT.45 Setor Oeste - Gama)</small></a>
            <br>
            <a style="border: 1px solid #B7B7B7; color:black; font-size: 13px; border-radius: 5px;" class="list-group-item" href="#"><span class="glyphicon glyphicon-heart"></span> <b>Bar do Buchada</b><br><small>(Quadra 30 LT.45 Setor Oeste - Gama)</small></a>
            <br>
            <a style="border: 1px solid #B7B7B7; color:black; font-size: 13px; border-radius: 5px;" class="list-group-item" href="#"><span class="glyphicon glyphicon-heart"></span> <b>BRT</b><br><small>(Quadra 30 LT.45 Setor Oeste - Gama)</small></a>
            <br>
            <a style="border: 1px solid #B7B7B7; color:black; font-size: 13px; border-radius: 5px;" class="list-group-item" href="#"><span class="glyphicon glyphicon-heart"></span> <b>Darcy Ribeiro</b><br><small>(Quadra 30 LT.45 Setor Oeste - Gama)</small></a>
            <br>
        </section>
    </div>
    </section>

  </body>
</html>