Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _includes/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
});

// Close drawer when a link inside it is clicked
drawer.querySelectorAll('a').forEach(function (a) {
Array.prototype.forEach.call(drawer.querySelectorAll('a'), function (a) {
a.addEventListener('click', function () {
drawer.classList.remove('open');
btn.classList.remove('open');
Expand All @@ -180,7 +180,7 @@
/* ── Desktop Dropdown — click-to-open ──────────── */
var ddTriggers = document.querySelectorAll('.easi-nav-links > li > a[aria-haspopup="true"]');

ddTriggers.forEach(function (trigger) {
Array.prototype.forEach.call(ddTriggers, function (trigger) {
var parentLi = trigger.parentElement;

trigger.addEventListener('click', function (e) {
Expand All @@ -190,7 +190,7 @@
var isOpen = parentLi.classList.toggle('dd-open');
trigger.setAttribute('aria-expanded', String(isOpen));

document.querySelectorAll('.easi-nav-links > li.dd-open').forEach(function (li) {
Array.prototype.forEach.call(document.querySelectorAll('.easi-nav-links > li.dd-open'), function (li) {
if (li !== parentLi) {
li.classList.remove('dd-open');
var t = li.querySelector('a[aria-haspopup]');
Expand All @@ -212,7 +212,7 @@
});

// Close dropdown when a sub-link is clicked
document.querySelectorAll('.easi-dropdown a').forEach(function (a) {
Array.prototype.forEach.call(document.querySelectorAll('.easi-dropdown a'), function (a) {
a.addEventListener('click', function () {
var parentLi = a.closest('.easi-nav-links > li');
if (parentLi) {
Expand Down
91 changes: 45 additions & 46 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oops! Nothing here...</title>

<link rel="stylesheet" type="text/css" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/css/styles_feeling_responsive.css">
<link rel="stylesheet" type="text/css" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/css/modern-theme.css">
<link rel="stylesheet" type="text/css" href="https://adaptiveexperiments.github.io/assets/css/styles_feeling_responsive.css">
<link rel="stylesheet" type="text/css" href="https://adaptiveexperiments.github.io/assets/css/modern-theme.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>



<script src="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/js/modernizr.min.js"></script>
<script src="https://adaptiveexperiments.github.io/assets/js/modernizr.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js"></script>
<script>
Expand All @@ -36,13 +36,13 @@
<link rel="author" href="https://plus.google.com/u/0/118311555303973066167">


<link rel="canonical" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/404.html">
<link rel="canonical" href="https://adaptiveexperiments.github.io/404.html">


<!-- Facebook Open Graph -->
<meta property="og:title" content="Oops! Nothing here...">
<meta property="og:description" content="Maybe the webpage was moved or deleted; or did you maybe mistype the link?">
<meta property="og:url" content="http://localhost:4000/ADAPTIVEEXPERIMENTS/404.html">
<meta property="og:url" content="https://adaptiveexperiments.github.io/404.html">
<meta property="og:locale" content="en_EN">
<meta property="og:type" content="website">
<meta property="og:site_name" content="EASI">
Expand All @@ -54,38 +54,38 @@

<!-- Twitter card even if site has no twitter handle (above) -->

<meta name="twitter:image" content="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/android-chrome-512x512.png">
<meta name="twitter:image" content="https://adaptiveexperiments.github.io/assets/img/android-chrome-512x512.png">



<link type="text/plain" rel="author" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/humans.txt">
<link type="text/plain" rel="author" href="https://adaptiveexperiments.github.io/humans.txt">





<link rel="icon" sizes="32x32" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/favicon-32x32.png">
<link rel="icon" sizes="32x32" href="https://adaptiveexperiments.github.io/assets/img/favicon-32x32.png">

<link rel="icon" sizes="192x192" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/touch-icon-192x192.png">
<link rel="icon" sizes="192x192" href="https://adaptiveexperiments.github.io/assets/img/touch-icon-192x192.png">

<link rel="apple-touch-icon-precomposed" sizes="180x180" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-180x180-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-180x180-precomposed.png">

<link rel="apple-touch-icon-precomposed" sizes="152x152" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-152x152-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-152x152-precomposed.png">

<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-144x144-precomposed.png">

<link rel="apple-touch-icon-precomposed" sizes="120x120" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-120x120-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-120x120-precomposed.png">

<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-114x114-precomposed.png">


<link rel="apple-touch-icon-precomposed" sizes="76x76" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-76x76-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-76x76-precomposed.png">

<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-72x72-precomposed.png">

<link rel="apple-touch-icon-precomposed" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="https://adaptiveexperiments.github.io/assets/img/apple-touch-icon-precomposed.png">

<meta name="msapplication-TileImage" content="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/msapplication_tileimage.png">
<meta name="msapplication-TileImage" content="https://adaptiveexperiments.github.io/assets/img/msapplication_tileimage.png">

<meta name="msapplication-TileColor" content="#fabb00">

Expand All @@ -107,7 +107,7 @@
<div class="easi-nav-inner">

<!-- Logo -->
<a href="http://localhost:4000/ADAPTIVEEXPERIMENTS/" class="easi-nav-logo" aria-label="EASI Home">
<a href="https://adaptiveexperiments.github.io/" class="easi-nav-logo" aria-label="EASI Home">
<div class="easi-nav-logo-badge">E</div>
<div class="easi-nav-logo-text">
<span class="easi-nav-logo-title">Experiments-As-a-Service-Infrastructure</span>
Expand All @@ -129,7 +129,7 @@

<li class="">

<a href="/ADAPTIVEEXPERIMENTS/">Home</a>
<a href="/">Home</a>

</li>

Expand All @@ -155,13 +155,13 @@

<li role="none">

<a href="/ADAPTIVEEXPERIMENTS/team/" role="menuitem">Team</a>
<a href="/team/" role="menuitem">Team</a>

</li>

<li role="none">

<a href="/ADAPTIVEEXPERIMENTS/support/" role="menuitem">Research Support</a>
<a href="/support/" role="menuitem">Research Support</a>

</li>

Expand All @@ -181,7 +181,7 @@

<li class="">

<a href="/ADAPTIVEEXPERIMENTS/upgrade">Partners</a>
<a href="/upgrade">Partners</a>

</li>

Expand All @@ -198,7 +198,7 @@

<li class="">

<a href="/ADAPTIVEEXPERIMENTS/overview/">Publications</a>
<a href="/overview/">Publications</a>

</li>

Expand All @@ -215,7 +215,7 @@

<li class="">

<a href="/ADAPTIVEEXPERIMENTS/contact/">Contact</a>
<a href="/contact/">Contact</a>

</li>

Expand All @@ -233,7 +233,6 @@
<button class="easi-hamburger" id="easiHamburger" aria-label="Toggle menu" aria-expanded="false" aria-controls="easi-mobile-drawer">
<span></span>
<span></span>
<span></span>
</button>
</div>

Expand All @@ -249,7 +248,7 @@

<li>

<a href="/ADAPTIVEEXPERIMENTS/">Home</a>
<a href="/">Home</a>

</li>

Expand All @@ -261,19 +260,19 @@

<li>

<a href="/ADAPTIVEEXPERIMENTS/">About</a>
<a href="/">About</a>

</li>

<li class="mobile-sub">

<a href="/ADAPTIVEEXPERIMENTS/team/">↳ Team</a>
<a href="/team/">↳ Team</a>

</li>

<li class="mobile-sub">

<a href="/ADAPTIVEEXPERIMENTS/support/">↳ Research Support</a>
<a href="/support/">↳ Research Support</a>

</li>

Expand All @@ -288,7 +287,7 @@

<li>

<a href="/ADAPTIVEEXPERIMENTS/upgrade">Partners</a>
<a href="/upgrade">Partners</a>

</li>

Expand All @@ -300,7 +299,7 @@

<li>

<a href="/ADAPTIVEEXPERIMENTS/overview/">Publications</a>
<a href="/overview/">Publications</a>

</li>

Expand All @@ -312,7 +311,7 @@

<li>

<a href="/ADAPTIVEEXPERIMENTS/contact/">Contact</a>
<a href="/contact/">Contact</a>

</li>

Expand Down Expand Up @@ -361,7 +360,7 @@
});

// Close drawer when a link inside it is clicked
drawer.querySelectorAll('a').forEach(function (a) {
Array.prototype.forEach.call(drawer.querySelectorAll('a'), function (a) {
a.addEventListener('click', function () {
drawer.classList.remove('open');
btn.classList.remove('open');
Expand All @@ -374,7 +373,7 @@
/* ── Desktop Dropdown — click-to-open ──────────── */
var ddTriggers = document.querySelectorAll('.easi-nav-links > li > a[aria-haspopup="true"]');

ddTriggers.forEach(function (trigger) {
Array.prototype.forEach.call(ddTriggers, function (trigger) {
var parentLi = trigger.parentElement;

trigger.addEventListener('click', function (e) {
Expand All @@ -384,7 +383,7 @@
var isOpen = parentLi.classList.toggle('dd-open');
trigger.setAttribute('aria-expanded', String(isOpen));

document.querySelectorAll('.easi-nav-links > li.dd-open').forEach(function (li) {
Array.prototype.forEach.call(document.querySelectorAll('.easi-nav-links > li.dd-open'), function (li) {
if (li !== parentLi) {
li.classList.remove('dd-open');
var t = li.querySelector('a[aria-haspopup]');
Expand All @@ -406,7 +405,7 @@
});

// Close dropdown when a sub-link is clicked
document.querySelectorAll('.easi-dropdown a').forEach(function (a) {
Array.prototype.forEach.call(document.querySelectorAll('.easi-dropdown a'), function (a) {
a.addEventListener('click', function () {
var parentLi = a.closest('.easi-nav-links > li');
if (parentLi) {
Expand All @@ -426,8 +425,8 @@
<div class="row">
<div class="small-12 columns">

<a id="logo" href="http://localhost:4000/ADAPTIVEEXPERIMENTS/" title="EASI – Experiments-As-A-Service-Infrastructure">
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/assets/img/easi_new_logo.png" alt="EASI – Experiments-As-A-Service-Infrastructure">
<a id="logo" href="https://adaptiveexperiments.github.io/" title="EASI – Experiments-As-A-Service-Infrastructure">
<img src="https://adaptiveexperiments.github.io/assets/img/easi_new_logo.png" alt="EASI – Experiments-As-A-Service-Infrastructure">
</a>

</div><!-- /.small-12.columns -->
Expand Down Expand Up @@ -460,25 +459,25 @@ <h1>Oops! Nothing here...</h1>
<h2 id="no-problem">No problem!</h2>

<p>Try…<br />
…to start over on the <a href="/ADAPTIVEEXPERIMENTS/">home page</a>;<br />
…to start over on the <a href="/">home page</a>;<br />
…to <strong>search</strong> below;<br />
if you can’t find it, <a href="/ADAPTIVEEXPERIMENTS/contact/">ask about it</a>.</p>
if you can’t find it, <a href="/contact/">ask about it</a>.</p>

<h3 id="search">Search</h3>

<script language="Javascript" type="text/javascript">
function google_search() {
var query = document.getElementById("google-search").value;
window.open("https://www.google.com/search?q=" + query + "+site:" + "http%3A%2F%2Flocalhost%3A4000%2FADAPTIVEEXPERIMENTS%2F");
window.open("https://www.google.com/search?q=" + query + "+site:" + "https%3A%2F%2Fadaptiveexperiments.github.io%2F");
}
</script>

<form id="search" onsubmit="google_search(); return false;">
<input type="text" id="google-search" placeholder="Enter search term and hit enter" />
</form>
<noscript>
Search <a href="https://www.google.com/search?q=site:http%3A%2F%2Flocalhost%3A4000%2FADAPTIVEEXPERIMENTS%2F" target="_blank">Google</a> for:
<pre><code>search-term site:http://localhost:4000/ADAPTIVEEXPERIMENTS/</code></pre>
Search <a href="https://www.google.com/search?q=site:https%3A%2F%2Fadaptiveexperiments.github.io%2F" target="_blank">Google</a> for:
<pre><code>search-term site:https://adaptiveexperiments.github.io/</code></pre>
</noscript>


Expand Down Expand Up @@ -524,7 +523,7 @@ <h3 id="search">Search</h3>
<h5>About This Site</h5>
<p>
EASI is an NSF funded project entitled "Experiments-As-a-Service-Infrastructure (EASI) to enable a collaborative ecosystem of experimentation in real-world educational settings"
<a href="http://localhost:4000/ADAPTIVEEXPERIMENTS/about/">More ›</a>
<a href="https://adaptiveexperiments.github.io/about/">More ›</a>
</p>
<p style="margin-top:10px">
Content on this site, except where indicated otherwise, is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 license</a>.<br>
Expand Down Expand Up @@ -579,7 +578,7 @@ <h5>About This Site</h5>



<script src="/ADAPTIVEEXPERIMENTS/assets/js/javascript.min.js"></script>
<script src="/assets/js/javascript.min.js"></script>



Expand Down
Loading
Loading