Skip to content

Commit

Permalink
CC 2016.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rr3sp3dr0 committed Feb 28, 2017
1 parent 78d057f commit 536970a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
Binary file added images/portfolio/cc20161-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');
23 changes: 23 additions & 0 deletions portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ <h2 class="mdl-card__title-text">LookMobile</h2>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--accent" href="http://lookmobile.com.br/" target="_blank">Website</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/cc20161-banner.png" border="0" alt="">
</div>
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Ci&ecirc;ncia da Computa&ccedil;&atilde;o - 2016.1</h2>
</div>
<div class="mdl-card__supporting-text">
Projeto da cadeira de Introdução a Computação. Aplicativo com os alunos de Ciência da Computação - 2016.1 - CIn - UFPE.
</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.cc20161" 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/nutico-banner.png" border="0" alt="">
Expand Down Expand Up @@ -99,6 +113,15 @@ <h2 class="mdl-card__title-text">Sistema Ol&iacute;mpico</h2>
<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.
</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" target="_blank">App Store</a>
</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" target="_blank">Google Play</a>
</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" target="_blank">Website</a>
</div>
</div>
</div>
<footer class="mdl-mini-footer">
Expand Down

0 comments on commit 536970a

Please sign in to comment.