-
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.
Merge pull request #60 from jhudsl/kweav-patch-1
Kweav patch 1
- Loading branch information
Showing
44 changed files
with
246 additions
and
25,607 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
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,2 @@ | ||
word file lines | ||
ottrproject README.md 3 |
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,2 @@ | ||
urls urls_status file | ||
https://www.ottrproject.org/writing_content.html failed /github/workspace/editing.Rmd |
Binary file not shown.
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
|
||
<title>Contact Us</title> | ||
|
||
<script src="site_libs/header-attrs-2.25/header-attrs.js"></script> | ||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<script src="site_libs/header-attrs-2.10/header-attrs.js"></script> | ||
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" /> | ||
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script> | ||
|
@@ -32,8 +32,8 @@ | |
<script src="site_libs/navigation-1.1/tabsets.js"></script> | ||
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" /> | ||
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script> | ||
<link href="site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet" /> | ||
<link href="site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet" /> | ||
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" /> | ||
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" /> | ||
<link rel="shortcut icon" href="resources/images/favicon.ico" /> | ||
<!--- go to https://favicon.io/favicon-converter/ to upload an image to make a new favicon.io. You will need to replace the current favicon.io image with the one in the downloaded directory from the website. The current image is in the resources/images/ directory ---> | ||
|
||
|
@@ -61,7 +61,6 @@ | |
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="styles.css" type="text/css" /> | ||
|
||
|
||
|
@@ -87,9 +86,6 @@ | |
summary { | ||
display: list-item; | ||
} | ||
details > summary > p:only-child { | ||
display: inline; | ||
} | ||
pre code { | ||
padding: 0; | ||
} | ||
|
@@ -146,15 +142,11 @@ | |
href = "index.html"; | ||
var menuAnchor = $('a[href="' + href + '"]'); | ||
|
||
// mark the anchor link active (and if it's in a dropdown, also mark that active) | ||
var dropdown = menuAnchor.closest('li.dropdown'); | ||
if (window.bootstrap) { // Bootstrap 4+ | ||
menuAnchor.addClass('active'); | ||
dropdown.find('> .dropdown-toggle').addClass('active'); | ||
} else { // Bootstrap 3 | ||
menuAnchor.parent().addClass('active'); | ||
dropdown.addClass('active'); | ||
} | ||
// mark it active | ||
menuAnchor.tab('show'); | ||
|
||
// if it's got a parent navbar menu mark it active as well | ||
menuAnchor.closest('li.dropdown').addClass('active'); | ||
|
||
// Navbar adjustments | ||
var navHeight = $(".navbar").first().height() + 15; | ||
|
@@ -183,20 +175,27 @@ | |
border-radius: 4px; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before { | ||
content: "\e259"; | ||
.tabset-dropdown > .nav-tabs > li.active:before { | ||
content: ""; | ||
font-family: 'Glyphicons Halflings'; | ||
display: inline-block; | ||
padding: 10px; | ||
border-right: 1px solid #ddd; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before { | ||
content: "\e258"; | ||
font-family: 'Glyphicons Halflings'; | ||
content: ""; | ||
border: none; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before { | ||
content: ""; | ||
font-family: 'Glyphicons Halflings'; | ||
display: inline-block; | ||
padding: 10px; | ||
border-right: 1px solid #ddd; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li.active { | ||
display: block; | ||
} | ||
|
@@ -238,7 +237,7 @@ | |
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
|
@@ -291,8 +290,7 @@ <h1 class="title toc-ignore"><strong>Contact Us</strong></h1> | |
|
||
<p>If you have questions please contact:</p> | ||
<ul> | ||
<li>Carrie Wright (<a href="mailto:[email protected]" | ||
class="email">[email protected]</a>)</li> | ||
<li>Carrie Wright (<a href="mailto:[email protected]" class="email">[email protected]</a>)</li> | ||
</ul> | ||
|
||
|
||
|
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
Oops, something went wrong.