Skip to content

Commit

Permalink
GitHub Pages -> CIn
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rr3sp3dr0 committed Feb 28, 2017
1 parent 0801f1a commit 8db04d3
Show file tree
Hide file tree
Showing 71 changed files with 5 additions and 4 deletions.
Binary file added images/footer-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.grey-pink.min.css" />
<link rel="stylesheet" href="styles.css" />


<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<script>
if (document.domain == "t0rr3sp3dr0.github.io")
location.replace('https://cin.ufpe.br/~phts');
</script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $( '.mdl-navigation__link' ).click(function( event ) {

$( '.is-active' ).removeClass( 'is-active' );
$( this ).addClass( 'is-active' );
$.get( $( this ).attr( 'href' ).toLowerCase().replace('#', '').replace(/ /g, '_'), function( data ) {
$.get( $( this ).attr( 'href' ).toLowerCase().replace('#', '').replace(/ /g, '_') + '/', function( data ) {
$( 'main' ).html( data );
});
});
Expand Down

0 comments on commit 8db04d3

Please sign in to comment.