Skip to content

Commit

Permalink
Merge pull request #13 from rafaelbrg/bootstrap
Browse files Browse the repository at this point in the history
added bootstrap to project
  • Loading branch information
fmaachadoo authored Nov 23, 2018
2 parents 570cdaf + 5234bf9 commit 3bd4d36
Show file tree
Hide file tree
Showing 18 changed files with 10,070 additions and 19 deletions.
587 changes: 587 additions & 0 deletions css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6,757 changes: 6,757 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
2,377 changes: 2,377 additions & 0 deletions js/bootstrap.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/jquery-3.3.1.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions js/npm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')
40 changes: 21 additions & 19 deletions popup.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
<!DOCTYPE html>

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet"
href="stylesheet.css">
<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">

<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 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
Expand All @@ -31,13 +33,13 @@ <h3 id="dado">
</h3>
</div>
</div>
<div id="info">

<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 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
Expand All @@ -50,22 +52,22 @@ <h3 id="dado">
</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>

0 comments on commit 3bd4d36

Please sign in to comment.