-
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.
Changed landing page to redirect to gmrv.es/gmrvvis
- Loading branch information
Showing
1 changed file
with
13 additions
and
106 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,107 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<title>gmrvivis @ github.io</title> | ||
|
||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
|
||
<!-- Optional theme --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> | ||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[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 style="margin-top: 100px" > | ||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<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" href="#">[email protected]</a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<!-- <li class="active"><a href="#">Home</a></li> --> | ||
<li><a href="#about">About</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Projects<span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="#">FiReS</a></li> | ||
<!-- <li><a href="#">Another action</a></li> --> | ||
<!-- <li><a href="#">Something else here</a></li> --> | ||
<!-- <li role="separator" class="divider"></li> --> | ||
<!-- <li class="dropdown-header">Nav header</li> --> | ||
<!-- <li><a href="#">Separated link</a></li> --> | ||
<!-- <li><a href="#">One more separated link</a></li> --> | ||
</ul> | ||
</li> | ||
</ul> | ||
<!-- <ul class="nav navbar-nav navbar-right"> --> | ||
<!-- <li><a href="../navbar/">Default</a></li> --> | ||
<!-- <li><a href="../navbar-static-top/">Static top</a></li> --> | ||
<!-- <li class="active"><a href="./">Fixed top <span class="sr-only">(current)</span></a></li> --> | ||
<!-- </ul> --> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<h1 id="about">About us ...</h1> | ||
</div> | ||
<div class="container"> | ||
<h1 id="contact">Contact info</h1> | ||
</div> | ||
<div class="container"> | ||
<h1 id="projects">Projects</h1> | ||
<ul> | ||
<li>FiReS</li> | ||
<ul> | ||
<li> | ||
Source: <a href="http://github.com/gmrvvis/FiReS">Go</a> | ||
</li> | ||
<li> | ||
Doc: <a href="doc/FiReS/index.html">Go</a> | ||
</li> | ||
</ul> | ||
|
||
<li>nsol</li> | ||
<ul> | ||
<li> | ||
Source: <a href="http://github.com/gmrvvis/nsol">Go</a> | ||
</li> | ||
<li> | ||
Doc: <a href="doc/nsol/index.html">Go</a> | ||
</li> | ||
</ul> | ||
|
||
<li>scoop</li> | ||
<ul> | ||
<li> | ||
Source: <a href="http://github.com/gmrvvis/scoop">Go</a> | ||
</li> | ||
<li> | ||
Doc: <a href="doc/scoop/index.html">Go</a> | ||
</li> | ||
</ul> | ||
</ul> | ||
</div> <!-- container --> | ||
|
||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </body> | ||
<!DOCTYPE HTML> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="1; url=https://gmrv.es/gmrvvis"> | ||
<script type="text/javascript"> | ||
window.location.href = "https://gmrv.es/gmrvvis" | ||
</script> | ||
<title>GMRVVIS</title> | ||
</head> | ||
<body> | ||
If you are not redirected automatically, follow this <a href='https://gmrv.es/gmrvvis'>link to https://gmrv.es/gmrvvis</a>. | ||
</body> | ||
</html> |