-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
559 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |