Skip to content

Commit

Permalink
popup.html modificado
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbrg committed Nov 23, 2018
1 parent 3bd4d36 commit 231e84a
Showing 1 changed file with 77 additions and 73 deletions.
150 changes: 77 additions & 73 deletions popup.html
Original file line number Diff line number Diff line change
@@ -1,73 +1,77 @@
<!DOCTYPE html>

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<script type="text.javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</head>

<body>
<div id="top">
<h1 id="titulo">Nome da Extensão</h1>
</div>

<div id="info">
<h2 id="subtitulo">Hoje</h2>
<div id="grafico">
<object data="graphicTest/empty-example/index.html" width="154" height="154" margin="0px"></object>
</div>

<div id="dados">
<h1 id="dado">
Tempo gasto em vídeos produtivos: 00:00hrs
</h1>
<h2 id="dado">
Tempo gasto em vídeos improdutivos: 00:00hrs
</h2>
<h3 id="dado">
Tempo total gasto no youtube: 00:00hrs
</h3>
</div>
</div>

<div id="info">
<h2 id="subtitulo">Na Semana</h2>
<div id="grafico">
<object data="graphicTest/empty-example/index.html" width="154" height="154" margin="0px"></object>
</div>

<div id="dados">
<h1 id="dado">
Tempo gasto em vídeos produtivos: 00:00hrs
</h1>
<h2 id="dado">
Tempo gasto em vídeos improdutivos: 00:00hrs
</h2>
<h3 id="dado">
Tempo total gasto no youtube: 00:00hrs
</h3>
</div>
</div>

<div id="info_final">
<p> Hoje você passou 0% de tempo a mais no Youtube do que ontem. </p>
</div>

<div id="extra">
<ul>
<li> <a href="http://endereco/dados">Outros Graficos</a> </li>
<li> <a href="http://endereco/config">Configurações</a> </li>
</ul>
</div>

<div id="final">
<p id="strawberry">STRAWBERRY ICECREAM</p>
</div>

</body>

</html>
<!DOCTYPE html>

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<script type="text.javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script language="JavaScript" src="reset_tempo.js"></script>
</head>

<body>
<div id="top">
<h1 id="titulo">Nome da Extensão</h1>
</div>

<div id="info">
<h2 id="subtitulo">Hoje</h2>
<div id="grafico">
<object data="graphicTest/empty-example/graf2.html" width="154" height="154" margin="0px"></object>
</div>

<div id="dados">
<h1 id="dado">
Tempo gasto em vídeos produtivos: 00:00hrs
</h1>
<h2 id="dado">
Tempo gasto em vídeos improdutivos: 00:00hrs
</h2>
<h3 id="dado">
Tempo total gasto no youtube: 00:00hrs
</h3>
</div>
</div>

<div id="info">
<h2 id="subtitulo">Na Semana</h2>
<div id="grafico">
<object data="graphicTest/empty-example/graf1.html" width="154" height="154" margin="0px"></object>
</div>

<div id="dados">
<h1 id="dado">
Tempo gasto em vídeos produtivos: 00:00hrs
</h1>
<h2 id="dado">
Tempo gasto em vídeos improdutivos: 00:00hrs
</h2>
<h3 id="dado">
Tempo total gasto no youtube: 00:00hrs
</h3>
</div>
</div>

<div id="info_final">
<p> Hoje você passou 0% de tempo a mais no Youtube do que ontem. </p>
</div>

<div id="extra">
<ul>
<button id="create_button" class="btn button_create_folder btn-sm">
<i class="glyphicon glyphicon-asterisk"></i>
Resetar Valores
</button>
<li> <a href="endereco/config">Configurações</a> </li>
</ul>
</div>

<div id="final">
<p id="strawberry">STRAWBERRY ICECREAM</p>
</div>

</body>

</html>

0 comments on commit 231e84a

Please sign in to comment.