Skip to content

Commit

Permalink
Clean up intro text in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jul 22, 2016
1 parent ac3cb5d commit a325f79
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions fcrepo-webapp/src/main/webapp/index.html
Expand Up @@ -15,34 +15,35 @@
padding-top: 70px;
padding-bottom: 70px;
}

article p {
padding: 10px 0;
}
</style>
</head>
<body>
<div class="container">
<div class="col-md-12">
<div class="jumbotron">
<a href="rest/" class="thumbnail" style=""><img src="static/images/fedora_logo_10in.png" /></a>
<p>This is the exciting stub page for your Fedora ${project.version} repository that we have placed
here.</p>

<p>You probably want to visit something a little more interesting, such as: </p>
<a class="btn btn-primary btn-lg" href="rest/">the Fedora REST API endpoint</a>
<p><br/></p>
<p>Fedora is maintained by a community of volunteers. <a href="http://duraspace.org/register-repository" target="_duraspace">Register your repository</a> at <a href="http://duraspace.org/" target="_duraspace">DuraSpace</a> in order to facilitate information sharing and collaboration within the community.</p>
</div>
</div>
</div>

<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="https://jira.duraspace.org/browse/FCREPO">Issue Tracker</a></li>
<li><a href="https://wiki.duraspace.org/display/FF">Wiki</a></li>
</ul>
<article class="container">
<div class="col-md-12">
<div class="jumbotron">
<a href="rest/" class="thumbnail" style=""><img src="static/images/fedora_logo_10in.png" /></a>
<p>Fedora is a robust, modular, open source repository system for the management and dissemination of digital content. It is especially suited for digital libraries and archives, both
for access and preservation. It is also used to provide specialized access to very large and complex digital collections of historic and cultural materials as well as scientific
data.</p>
<p class="text-center"><a class="btn btn-primary btn-lg" href="rest/">Fedora REST API endpoint</a></p>
<p>Fedora is maintained by a community of volunteers. <a href="http://duraspace.org/register-repository" target="_duraspace">Register your repository</a> at <a href="http://duraspace.org/" target="_duraspace">DuraSpace</a> in order to facilitate information sharing and collaboration within the community.</p>
</div>
</div>
</article>

<footer class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="https://jira.duraspace.org/browse/FCREPO">Issue Tracker</a></li>
<li><a href="https://wiki.duraspace.org/display/FF">Wiki</a></li>
<li><a href="https://wiki.duraspace.org/display/FF/Documentation">REST API Documentation</a></li>
<li><a href="http://fedora.info">Ontologies and Specifications</a></li>
</ul>
<p class="navbar-text pull-right">Release: <span id="version">${project.version}</span> | Build <span id="build">#${buildNumber}</span> (<span id="timestamp">${build.timestamp}</span>)</p>
</div>
</nav>
</div>
</footer>
</body>
</html>

0 comments on commit a325f79

Please sign in to comment.