-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
a35023f
commit 77bf288
Showing
3 changed files
with
108 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<html> | ||
<div class=container style=padding:20px> | ||
<h2>External Applications of CTD² API</h2> | ||
<p>The applications listed below provide additional ways to view and use the Dashboard data. They are developed by | ||
3rd | ||
parties, leveraging the Dashboard API. These applications are the responsibility of their developers and are not | ||
created or maintained by the NCI.</p> | ||
<div class=container> | ||
<div class="row"> | ||
<div class="col-sm"> | ||
<div class="card" style="width: 18rem;"> | ||
<img src="img/logos/ctd2_overall.png" class="card-img-top" alt="..." | ||
style="max-height:190px;object-fit: contain"> | ||
<div class="card-body"> | ||
<h5 class="card-title">CTD² Demo Application</h5> | ||
<p class="card-text"> | ||
<dl> | ||
<dt>Developer</dt> | ||
<dd>CTD² Group</dd> | ||
<dt>Description</dt> | ||
<dd>Demonstration application of mashup with MolePro API.</dd> | ||
<dt>URL</dt> | ||
<dd>http://192.168.255.255/demo</dd> | ||
<dt>Contact Email</dt> | ||
<dd>ocg@mail.nih.gov</dd> | ||
<dt>Date Added</dt> | ||
<dd>July 1st, 2021</dd> | ||
</dl> | ||
</p> | ||
<a href="#" class="btn btn-primary">Go to the site</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm"> | ||
<div class="card" style="width: 18rem;"> | ||
<img src="https://www.cancer.gov/sites/g/files/xnrzdm211/files/styles/cgov_article/public/cgov_image/media_image/900/800/files/nci-shady-grove-building-article.jpg?h=10690783&itok=NBJtLxFt" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title">3rd Party Applications</h5> | ||
<p class="card-text"> | ||
<dl> | ||
<dt>Developer</dt> | ||
<dd>John Doe</dd> | ||
<dt>Description</dt> | ||
<dd>Another application using CTD² API.</dd> | ||
<dt>URL</dt> | ||
<dd>https://www.example.com</dd> | ||
<dt>Contact Email</dt> | ||
<dd>johndoe@somewhere.com</dd> | ||
<dt>Date Added</dt> | ||
<dd>January 1st, 2022</dd> | ||
</dl> | ||
</p> | ||
<a href="https://www.example.com" class="btn btn-primary">Go to the site</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm"> | ||
<div class="card" style="width: 15rem;"> | ||
<div class="card-body"> | ||
<p class="card-text">more applications to be shown here</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</html> |
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
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
77bf288
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of this is revived from 20114fd