Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Moara committed May 25, 2018
1 parent 85bb70e commit 3c3825c
Show file tree
Hide file tree
Showing 29 changed files with 559 additions and 0 deletions.
Binary file added Disponibilizar/Artigos_Dados Sumarizados.pdf
Binary file not shown.
Binary file added Disponibilizar/Protocolo.pdf
Binary file not shown.
Binary file added Disponibilizar/Quatitativos.pdf
Binary file not shown.
Binary file added Disponibilizar/Research Communities.pdf
Binary file not shown.
Binary file added Disponibilizar/Venue.pdf
Binary file not shown.
Binary file added Disponibilizar/classificação.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions Disponibilizar/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=Esta pasta está compartilhada on-line.
IconFile=C:\Program Files\Google\Drive\googledrivesync.exe
IconIndex=16

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

Large diffs are not rendered by default.

Binary file added css/fonts/OpenSans-Bold.ttf
Binary file not shown.
Binary file added css/fonts/OpenSans-Light.ttf
Binary file not shown.
Binary file added css/fonts/OpenSans-Regular.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Black.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Bold.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-ExtraLight.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Light.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Medium.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Regular.ttf
Binary file not shown.
Binary file added css/fonts/Raleway-Thin.ttf
Binary file not shown.
140 changes: 140 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
@font-face {
font-family: ob;
src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
font-family: ol;
src: url(fonts/OpenSans-Light.ttf);
}
@font-face {
font-family: or;
src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: oblack;
src: url(fonts/Raleway-Black.ttf);
}
@font-face {
font-family: re;
src: url(fonts/Raleway-ExtraLight.ttf);
}
@font-face {
font-family: rl;
src: url(fonts/Raleway-Light.ttf);
}
@font-face {
font-family: rm;
src: url(fonts/Raleway-Medium.ttf);
}
@font-face {
font-family: rr;
src: url(fonts/Raleway-Regular.ttf);
}
@font-face {
font-family: rt;
src: url(fonts/Raleway-Thin.ttf);
}
@font-face {
font-family: rb;
src: url(fonts/Raleway-Bold.ttf);
}
*{
font-family: 'rr';
}
.line{
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957);
height: 3px;
margin-bottom: 50px;
}
.nav li a {
color: #959cad;
box-sizing: border-box;
font-family: 'rr';
font-size: 18px;
}
.navbar-default {
background-color: transparent;
border: none;
}
.logo{
text-transform: uppercase;
font-family: 'rm';
font-size: 35px;
color: #3C4151!important;
font-weight: bold;
}
.page-header{
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957);
height: 150px;
padding-top: 35px;
text-transform: uppercase;
font-family: 'rb';
-webkit-box-shadow: 0px 2px 5px 0px rgba(168,165,168,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(168,165,168,1);
box-shadow: 0px 2px 5px 0px rgba(168,165,168,1);
}
p{
color: #159957;
font-size: 16px;
}
span{
font-size: 14px;
line-height: 1.5;
color: #606c71;
}
.padding{
padding-left: 40px;
}
.bolinha{
color: #2ecc71;
}
.right{
text-align: right;
}
.center{
text-align: center;
}
.left{
text-align: left;
}
.aulas{
font-size: 20px;
}
.margin{
margin: 40px 0px;
}
footer{
/*position: absolute;*/
bottom: 0px;
width: 100%;
margin-top: 20px;
/*margin-bottom: 20px;*/
border: 0;
border-top: 1px solid #eee;
}
.footer{
padding-top: 40px;
}
.text-center{
text-align: center;
}
.text-center p{
font-size: 14px;
line-height: 1.5;
color: #606c71;
}
.text-center p a img{
text-align: center;
margin: 0 auto;
}
.text-center p img{
text-align: center;
margin: 0 auto;
}
.height{
min-height: 200px;
}
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.
Binary file added img/lattes.png
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 img/ufba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>An Update of a Systematic Mapping Study</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>

<div class="container-fluid line"></div>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="index.html">Mapping</a>
</div>

<div class="collapse navbar-collapse pull-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
</ul>
</div>
</div>
</nav>

<div class="container-fluid page-header"><h1>An Update of a Systematic Mapping Study</h1></div>

<div class="container height">

<div class="container">
<div class="col-lg-8 col-lg-offset-2">

<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Selected Paper</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/Artigos_Dados%20Sumarizados.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a>
</div>
<div class="col-lg-12 "><hr></div>
</div>

<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Paper classification</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/classifica%C3%A7%C3%A3o.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a></div>
<div class="col-lg-12 "><hr></div>
</div>

<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Mapping protocol</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/Protocolo.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a></div>
<div class="col-lg-12 "><hr></div>
</div>

<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Quantitative</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/Quatitativos.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a></div>
<div class="col-lg-12 "><hr></div>
</div>


<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Research Communities</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/Research%20Communities.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a></div>
<div class="col-lg-12 "><hr></div>
</div>


<div class="row">
<div class="col-lg-10 col-xs-10 left"><i class="glyphicon glyphicon-menu-right bolinha"></i> Publication Venue</div>
<div class="col-lg-2 col-xs-2 right" title="ABRIR"><a href="https://github.com/Moara/-mapping.github.io/blob/master/Disponibilizar/Venue.pdf" target="_blank"><span class="glyphicon glyphicon-link" aria-hidden="true"></span></a></div>
<div class="col-lg-12 "><hr></div>
</div>

</div>
</div>
</div>

<footer class="footer">
<div class="container">
<div class="col-lg-12 text-center">
<div class="col-lg-12"><p>FLOSS in Software Engineering Education: An Update of a Systematic Mapping Study</p></div>
<div class="col-lg-12 center"><p><img src="img/ufba.png" width="50" class="img-responsive"></p></div>
</div>
</div>
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
7 changes: 7 additions & 0 deletions js/bootstrap.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')

0 comments on commit 3c3825c

Please sign in to comment.