Skip to content

Commit

Permalink
Create a blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 8, 2014
1 parent c06a8fd commit a0ef674
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 1 deletion.
106 changes: 106 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="/assets/ico/favicon.ico">
<link href="../assets/css/bootstrap.min.css" rel="stylesheet">

<title>Some VIVO Things Blog</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>

</head>

<body>

<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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="#">Some VIVO Things</a>
</div>
<div class="navbar-collapse collapse">
<form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form>
</div><!--/.navbar-collapse -->
</div>
</div>

<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Some VIVO Things Blog</h1>
<p>General musings on VIVO -- the movement, the software, the community, the data, the semantic web,
applications, data management, institutional use, scholarly use, updates, and whatever else comes to mind.</p>
</div>
</div>

<!-- Here's the blog -->

<div class="row">
<div class="span8">

<div class="post">
<div class="row">
<div class="feat-img" span2">
<img src="https://2.gravatar.com/avatar/a1f60684c9864af74c17a697076e8615?d=https%3A%2F%2Fidenticons.github.com%2F01c4d0cbcd5eb65168686278e4249bd5.png&r=x&s=440" title="Mike Conlon sometime back" alt="An old picture of Mike looking pensive" />
</div><!-- End Post Image -->
<div class="details" span6">
<h2>Getting Started</h2>
<p>I've never done a blog before, so please bear with me. Seems like there's a lot
to share about happenings in the VIVO community, tools development and data management.</p>
<p>I'm particularly interested in data. For VIVO, it's usually data about scholarship --
representing scholarly activity in all its forms. At the University of Florida (UF for short),
we have started with basic data -- people and their departments, grants and their investigators,
papers and their authors, courses and their instructors.</p>
<p>Here I'll be writing (blogging?) about what we've done, the tools we've created, and tools
we are creating to make use of the data in VIVO. I'll point at the repos of the software.<p>
<p>I hope you find something useful</p>
</div><!-- End Post Details -->
</div><!-- End post row -->
</div><!-- End post -->

</div class="span8"><!-- end 8 column layout for blog -->
</div><!-- End blog row -->

<hr>

<footer>
<p>&copy; <a href="http://vivo.ufl.edu/individual/mconlon">Mike Conlon</a>,
<a href="http://www.ufl.edu">University of Florida</a> 2014</br>
Need something else? We'll have some additional links here</br>
<a href="http://vivoweb.org">The VIVO Project Web Site</p>
</footer>

</div> <!-- /container -->


<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../assets/js/bootstrap.min.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>A VIVO Blog</h2>
<p>From upgrades to 1.6, activity and applications around the world,
to the conference, implementation fest, sponsor activities, workgroups
and more, we'll post some ideas and updates on the blog.</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
<p><a href="/blog" class="btn btn-default" href="#" role="button">To the blog &raquo;</a></p>
</div>
</div>

Expand Down

0 comments on commit a0ef674

Please sign in to comment.