Skip to content

Commit

Permalink
atualização das permissões
Browse files Browse the repository at this point in the history
  • Loading branch information
genivalrm committed May 25, 2018
1 parent dbf0780 commit 55e9623
Show file tree
Hide file tree
Showing 92 changed files with 242 additions and 156 deletions.
Empty file modified .env.example
100755 → 100644
Empty file.
Empty file modified .gitattributes
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified app/Console/Kernel.php
100755 → 100644
Empty file.
Empty file modified app/Curriculum.php
100755 → 100644
Empty file.
Empty file modified app/Exceptions/Handler.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Auth/ForgotPasswordController.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Auth/LoginController.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Auth/RegisterController.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Auth/ResetPasswordController.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Controller.php
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions app/Http/Controllers/CurriculumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function index(Request $in)
$curriculum_ids[] = $profile->curriculum_id;
$profile->tag = $this->listTag($profile->id)['tag'];
}

if ($in->archived) {
return view('card-section', ['profiles' => $archived, 'curriculas' => $curriculas]);
}
Expand Down
Empty file modified app/Http/Kernel.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/Authenticated.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/EncryptCookies.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/RedirectIfAuthenticated.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/TrimStrings.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/TrustProxies.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/VerifyCsrfToken.php
100755 → 100644
Empty file.
Empty file modified app/Profile.php
100755 → 100644
Empty file.
Empty file modified app/Providers/AppServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/AuthServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/BroadcastServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/EventServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/RouteServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/User.php
100755 → 100644
Empty file.
Empty file modified artisan
100755 → 100644
Empty file.
Empty file modified bootstrap/app.php
100755 → 100644
Empty file.
Empty file modified bootstrap/cache/.gitignore
100755 → 100644
Empty file.
Empty file modified composer.json
100755 → 100644
Empty file.
Empty file modified composer.lock
100755 → 100644
Empty file.
Empty file modified config/app.php
100755 → 100644
Empty file.
Empty file modified config/auth.php
100755 → 100644
Empty file.
Empty file modified config/broadcasting.php
100755 → 100644
Empty file.
Empty file modified config/cache.php
100755 → 100644
Empty file.
Empty file modified config/database.php
100755 → 100644
Empty file.
Empty file modified config/filesystems.php
100755 → 100644
Empty file.
Empty file modified config/hashing.php
100755 → 100644
Empty file.
Empty file modified config/logging.php
100755 → 100644
Empty file.
Empty file modified config/mail.php
100755 → 100644
Empty file.
Empty file modified config/queue.php
100755 → 100644
Empty file.
Empty file modified config/services.php
100755 → 100644
Empty file.
Empty file modified config/session.php
100755 → 100644
Empty file.
Empty file modified config/view.php
100755 → 100644
Empty file.
Empty file modified database/.gitignore
100755 → 100644
Empty file.
Empty file modified database/factories/UserFactory.php
100755 → 100644
Empty file.
Empty file modified database/migrations/2014_10_12_000000_create_users_table.php
100755 → 100644
Empty file.
Empty file.
Empty file modified database/seeds/DatabaseSeeder.php
100755 → 100644
Empty file.
Empty file modified out.txt
100755 → 100644
Empty file.
Empty file modified package.json
100755 → 100644
Empty file.
Empty file modified phpunit.xml
100755 → 100644
Empty file.
Empty file modified public/.htaccess
100755 → 100644
Empty file.
30 changes: 15 additions & 15 deletions public/css/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ a{
}

.icon-responsive{
font-size: 24px;
font-size: 24px !important;
}

.icon-color{
Expand All @@ -79,19 +79,6 @@ a{
color: white;
}

.logo{
width: 50%;
max-height: 50px;
margin: 0 auto;
}

.logo-drawer{
width: 50%;
max-height: 50px;
display: block;
margin: 16px auto;
}

.mdl-dialog{
max-width: 460px;
min-width: 360px;
Expand Down Expand Up @@ -142,7 +129,7 @@ a{

@media (max-width: 1366px) {
.icon-responsive {
font-size: 20px;
font-size: 20px !important;
}
}

Expand All @@ -158,3 +145,16 @@ a{
max-width: 100px;
}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 0.5; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: white;
opacity: 0.5;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: white;
opacity: 0.5;
}
70 changes: 64 additions & 6 deletions public/css/utils.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
.self-center{
align-self: center;
}
.self-end{
align-self: flex-end;
}
.align-center{
align-items: center;
}
.row{
flex-direction: row;
}
Expand All @@ -18,18 +24,28 @@
align-items: center;
justify-content: center;
}
.flex-end{
justify-content: flex-end;
}
.wrap-reverse{
flex-wrap: wrap-reverse;
}
.block{
display: block;
}
.none{
display: none;
}

.space-between{
justify-content: space-between;
}
.w-full{
width: 100%;
}
.h-full{
height: 100%;
}
.max{
height: 100%;
max-height: auto;
Expand All @@ -38,6 +54,9 @@
.text-center{
text-align: center;
}
.text-justify{
text-align: justify;
}

/* tamanho de icone */
.icon-24{
Expand Down Expand Up @@ -68,14 +87,20 @@
.pl-16{
padding-left: 16px;
}
.pl-0{
padding-left: 0;
}
.pr-48{
padding-right: 48px;
}
.pr-24{
padding-right: 24px;
}
.pr-8{
padding-right: 8px;
}
.pl-0{
padding-left: 0;
.pr-6{
padding-right: 6px;
}
.pd-tb-60{
padding-top: 60px;
Expand All @@ -100,6 +125,9 @@
.pd-0{
padding: 0;
}
.pd-16{
padding: 16px !important;
}
.pb-5{
padding-bottom: 5px;
}
Expand All @@ -112,16 +140,27 @@
.font-12{
font-size: 12px;
}

.font-14{
font-size: 14px;
}
.font-10{
font-size: 10px;
}
/* colors */
.color-red{
color: #de3226;
}
.color-dark-red{
color: #721c24;
}
.color-dark-green{
color: #155724;
}
.color-light-grey{
color: #757575;
}
.color-white{
color: white;
color: white !important;
}
.bg-grey{
background-color: #E0E0E0;
Expand All @@ -130,10 +169,10 @@
background-color: #BDBDBD;
}
.bg-light-blue{
background-color: #BBDEFB;
background-color: #a8cae6;
}
.bg-light-blue:hover{
background-color: #90CAF9;
background-color: #78acd6;
}
/* margins */
.ml-48{
Expand All @@ -148,12 +187,18 @@
.ml-4{
margin-left: 4px;
}
.ml-8{
margin-left: 8px;
}
.ml-auto{
margin-left: auto;
}
.mr-32{
margin-right: 32px;
}
.mr-24{
margin-right: 24px;
}
.mr-4{
margin-right: 4px;
}
Expand Down Expand Up @@ -192,3 +237,16 @@
top: 33.33%;
}



/* common */

.logo{
width: 50%;
max-height: 50px;
margin: 0 auto;
}

.logo-drawer{
max-height: 50px;
}
Empty file modified public/favicon.ico
100755 → 100644
Empty file.
44 changes: 44 additions & 0 deletions public/images/Curso Javascript.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

<!-- saved from url=(0060)file:///home/sysvale/Genival/pessoal/CursoJs/lista2_ex2.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></head><body><header>
<title>Curso Javascript</title>
</header>


<button>Criar</button>

<script>
// javascript

var botao = document.querySelector('button');

function getRandomColor() {
var letters = '0123456789ABCDEF';
var color = '#';

for (var i = 0; i < 6; i++) {
color += letters[Math.floor(Math.random() * 16)];
}
return color;
}

function start(){
var newColor = getRandomColor(); // #E943F0

event.target.style.backgroundColor = newColor;
}

botao.onclick = function(){
var element = document.createElement('div');
element.style.width = 100;
element.style.height = 100;
element.style.margin = 2;
element.addEventListener('mouseover', start);
element.style.backgroundColor = '#f00';

document.body.appendChild(element);
}

</script>

<div style="width: 100px; height: 100px; margin: 2px; background-color: rgb(213, 199, 181);"></div><div style="width: 100px; height: 100px; margin: 2px; background-color: rgb(135, 43, 55);"></div><div style="width: 100px; height: 100px; margin: 2px; background-color: rgb(61, 154, 38);"></div></body></html>
Empty file modified public/index.php
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions public/js/insert.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@ $(document).ready(function ($) {
$('[name="tel"]').mask(SPMaskBehavior, spOptions);
});

//To show loading when contact form is submited
$('.curriculo-form').submit(function (event) {
// event.preventDefault();
var recaptcha = $('#g-recaptcha-response').val();
if (recaptcha === '') {
event.preventDefault();
$('.recaptcha-required').html('<p class="color-red font-12">Por favor, verifique o recaptcha.</p>');
} else {}
});

/***/ }),

/***/ 2:
Expand Down
Loading

0 comments on commit 55e9623

Please sign in to comment.