Skip to content

Commit

Permalink
diÁRio
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rr3sp3dr0 committed Feb 28, 2017
1 parent 8db04d3 commit 78d057f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
Binary file added images/portfolio/dirio-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
if ($_SERVER['HTTPS'] != 'on') {
header('Location: https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
exit();
} elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'curl') !== false) {
header('Location: https://gist.githubusercontent.com/t0rr3sp3dr0/af2e4eafd721d365c7bb6db09919eff9/raw/CInstala.sh');
exit();
}
//if ($_SERVER['HTTPS'] != 'on') {
// header('Location: https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
// exit();
//} elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'curl') !== false) {
// header('Location: https://gist.githubusercontent.com/t0rr3sp3dr0/af2e4eafd721d365c7bb6db09919eff9/raw/CInstala.sh');
// exit();
//}

readfile('index.html');
18 changes: 16 additions & 2 deletions portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ <h2 class="mdl-card__title-text">N&aacute;utico</h2>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent" href="https://play.google.com/store/apps/details?id=br.com.lookmobile.nautico" target="_blank">Google Play</a>
</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<img class="article-image" src="images/portfolio/dirio-banner.png" border="0" alt="">
</div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">di&Aacute;Rio</h2>
</div>
<div class="mdl-card__supporting-text">
O diÁRio é um aplicativo socioeducativo que tem como função maior fornecer questões nas diversas áreas do conhecimento. Desse modo, todos os dias o estudante pode ter acesso à uma questão em cada área. Além de disponibilizar questões, o diÁRio disponibiliza a resolução delas. Nesse ponto, o usuário poderia contar com comentários e orientações de professores. As orientações podem ser disponibilizadas por vídeos, áudios ou textos.<br><br>Somado a essas ferramentas, o aplicativo disponibiliza a opção “calculadora”, a qual organiza os horários de estudo. É uma calculadora que redistribui as horas semanais de estudo do aluno nas matérias a serem estudadas. O diÁRio pode ser utilizado como ferramenta versátil para o estudo individual.
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent" href="https://play.google.com/store/apps/details?id=com.t0rr3sp3dr0.dirio" target="_blank">Google Play</a>
</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-card__media">
<img class="article-image" src="images/portfolio/menelau-banner.png" border="0" alt="">
Expand All @@ -75,15 +89,15 @@ <h2 class="mdl-card__title-text">Curso de Português Professor Menelau Júnior</
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent" href="https://professormenelau.com.br/" target="_blank">Website</a>
</div>
</div>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card" style="-webkit-filter: grayscale(100%); filter: grayscale(100%);">
<div class="mdl-card__media">
<img class="article-image" src="images/portfolio/so-banner.png" border="0" alt="">
</div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Sistema Ol&iacute;mpico</h2>
</div>
<div class="mdl-card__supporting-text">
Sistema Olímpico is a platform that makes easier to integrate an online service with WhatsApp. It helps you to make user management, controls message traffic, analyzes the content of a message and responds to the user the information requested.<br><br>Initially it was used to make easier, for student of my high school, access grades and other informations contained in the Student's Portal. Students received a message every time that a new grade was available, informing what the grade was and what was your current situation in that subject. It also sent messages to absent students with all the content of all subjects of the day.<br><br>Today it can be easily integrated with any existing online service and modifications can be made to fit the intended environment.
Sistema Olímpico is a platform that makes easier to integrate an online service with WhatsApp. It helps you to make user management, controls message traffic, analyzes the content of a message and responds to the user the information requested.<br><br>Initially it was used to make easier, for student of my high school, access grades and other informations contained in the Student's Portal. Students received a message every time that a new grade was available, informing what the grade was and what was your current situation in that subject. It also sent messages to absent students with all the content of all subjects of the day.
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.portfolio-navigation-row {
background-color: rgba(0, 0, 0, 0.08);
text-transform: uppercase;
height: 45px;
height: 56px;
}

.portfolio-navigation-row .mdl-navigation {
Expand All @@ -73,7 +73,7 @@
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 42px;
line-height: 56px;
color: rgb(189, 189, 189);
}

Expand Down

0 comments on commit 78d057f

Please sign in to comment.