-
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.
- Loading branch information
Showing
2 changed files
with
191 additions
and
1 deletion.
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,4 +1,20 @@ | ||
mconlon17.github.io | ||
=================== | ||
|
||
mconlon17 github web site | ||
# A Web Site for VIVO Things | ||
|
||
1. Repos for software created to help manage VIVO and to display results from VIVO | ||
1. Biosketch maker (coming soon) | ||
1. D3 visualizations | ||
1. Data extracts from VIVO | ||
1. PubMed attribute adder | ||
1. Whatever else comes to mind | ||
1. A blog for ideas/experiences related to VIVO | ||
1. A tools page for people using the UF VIVO to make things from the data in UF VIVO | ||
|
||
# Tools I like so far | ||
|
||
1. Python. I use it pretty raw. I write procedurally, mostly. | ||
1. D3. Weird and wonderful. | ||
1. I hear I'm supposed to like Twitter Bootstrap. Stylesheets to make things look good. | ||
1. VIVO Vagrant. Well, I hear I'm supposed to like it. Will check it out. |
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 |
---|---|---|
@@ -0,0 +1,174 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"> | ||
|
||
<!-- Optional theme --> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css"> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> | ||
<meta charset="utf-8"> | ||
<title>Template · Bootstrap</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!-- Le styles --> | ||
<style type="text/css"> | ||
body { | ||
padding-top: 20px; | ||
padding-bottom: 60px; | ||
} | ||
|
||
/* Custom container */ | ||
.container { | ||
margin: 0 auto; | ||
max-width: 1000px; | ||
} | ||
.container > hr { | ||
margin: 60px 0; | ||
} | ||
|
||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
margin: 80px 0; | ||
text-align: center; | ||
} | ||
.jumbotron h1 { | ||
font-size: 100px; | ||
line-height: 1; | ||
} | ||
.jumbotron .lead { | ||
font-size: 24px; | ||
line-height: 1.25; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
|
||
/* Supporting marketing content */ | ||
.marketing { | ||
margin: 60px 0; | ||
} | ||
.marketing p + h4 { | ||
margin-top: 28px; | ||
} | ||
|
||
|
||
/* Customize the navbar links to be fill the entire space of the .navbar */ | ||
.navbar .navbar-inner { | ||
padding: 0; | ||
} | ||
.navbar .nav { | ||
margin: 0; | ||
display: table; | ||
width: 100%; | ||
} | ||
.navbar .nav li { | ||
display: table-cell; | ||
width: 1%; | ||
float: none; | ||
} | ||
.navbar .nav li a { | ||
font-weight: bold; | ||
text-align: center; | ||
border-left: 1px solid rgba(255,255,255,.75); | ||
border-right: 1px solid rgba(0,0,0,.1); | ||
} | ||
.navbar .nav li:first-child a { | ||
border-left: 0; | ||
border-radius: 3px 0 0 3px; | ||
} | ||
.navbar .nav li:last-child a { | ||
border-right: 0; | ||
border-radius: 0 3px 3px 0; | ||
} | ||
</style> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="../assets/js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="container"> | ||
|
||
<div class="masthead"> | ||
<h3 class="muted">Project name</h3> | ||
<div class="navbar"> | ||
<div class="navbar-inner"> | ||
<div class="container"> | ||
<ul class="nav"> | ||
<li class="active"><a href="#">Home</a></li> | ||
<li><a href="#">Projects</a></li> | ||
<li><a href="#">Services</a></li> | ||
<li><a href="#">Downloads</a></li> | ||
<li><a href="#">About</a></li> | ||
<li><a href="#">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div><!-- /.navbar --> | ||
</div> | ||
|
||
<!-- Jumbotron --> | ||
<div class="jumbotron"> | ||
<h1>A Site for VIVO Things</h1> | ||
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> | ||
<a class="btn btn-large btn-success" href="#">Get started today</a> | ||
</div> | ||
|
||
<hr> | ||
|
||
<!-- Example row of columns --> | ||
<div class="row-fluid"> | ||
<div class="span4"> | ||
<h2>Heading</h2> | ||
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> | ||
<p><a class="btn" href="#">View details »</a></p> | ||
</div> | ||
<div class="span4"> | ||
<h2>Heading</h2> | ||
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> | ||
<p><a class="btn" href="#">View details »</a></p> | ||
</div> | ||
<div class="span4"> | ||
<h2>Heading</h2> | ||
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p> | ||
<p><a class="btn" href="#">View details »</a></p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="footer"> | ||
<p>© Mike Conlon 2014</p> | ||
</div> | ||
|
||
</div> <!-- /container --> | ||
|
||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="../assets/js/jquery.js"></script> | ||
<script src="../assets/js/bootstrap-transition.js"></script> | ||
<script src="../assets/js/bootstrap-alert.js"></script> | ||
<script src="../assets/js/bootstrap-modal.js"></script> | ||
<script src="../assets/js/bootstrap-dropdown.js"></script> | ||
<script src="../assets/js/bootstrap-scrollspy.js"></script> | ||
<script src="../assets/js/bootstrap-tab.js"></script> | ||
<script src="../assets/js/bootstrap-tooltip.js"></script> | ||
<script src="../assets/js/bootstrap-popover.js"></script> | ||
<script src="../assets/js/bootstrap-button.js"></script> | ||
<script src="../assets/js/bootstrap-collapse.js"></script> | ||
<script src="../assets/js/bootstrap-carousel.js"></script> | ||
<script src="../assets/js/bootstrap-typeahead.js"></script> | ||
|
||
</body> | ||
</html> |