-
Notifications
You must be signed in to change notification settings - Fork 0
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
f950880
commit cecd076
Showing
39 changed files
with
87 additions
and
87 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
<link href='https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<link href='https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<style> | ||
body { margin: 50px } | ||
a { text-decoration:none } | ||
|
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<title>Tracey Jaquith, Internet Archive 🏛️</title> | ||
<meta property="title" content="Tracey Jaquith, Internet Archive 🏛️"> | ||
<!-- | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
--> | ||
<link href="bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<style> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ ME=https://tracey.archive.org | |
|
||
( | ||
echo " | ||
<link href='https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<link href='https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<style> | ||
body { margin: 50px } | ||
a { text-decoration:none } | ||
|
@@ -38,7 +38,7 @@ ME=https://tracey.archive.org | |
|
||
# copy out public OK slide decks and formatting from another repo | ||
echo " | ||
<link href='https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<link href='https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'> | ||
<style> | ||
body { margin: 50px } | ||
a { text-decoration:none } | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<head> | ||
<title>gleam the cube</title> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<div style="height:100%"> | ||
<h1 style="text-align:center">infinite scroll, both up & down 😻</h1> | ||
|
@@ -18,7 +18,7 @@ <h1 style="text-align:center">infinite scroll, both up & down 😻</h1> | |
|
||
<script type="module"> | ||
/* eslint-disable no-console */ | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.jQuery = $ | ||
window.$ = $ | ||
|
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 |
---|---|---|
|
@@ -22,9 +22,9 @@ | |
<div id="webglviewer"></div> | ||
|
||
<script type="module"> | ||
import * as THREE from 'https://esm.archive.org/[email protected]' | ||
import { OrbitControls } from 'https://esm.archive.org/[email protected]/examples/jsm/controls/OrbitControls.js' | ||
import { StereoEffect } from 'https://esm.archive.org/[email protected]/examples/jsm/effects/StereoEffect.js' | ||
import * as THREE from 'https://esm.ext.archive.org/[email protected]' | ||
import { OrbitControls } from 'https://esm.ext.archive.org/[email protected]/examples/jsm/controls/OrbitControls.js' | ||
import { StereoEffect } from 'https://esm.ext.archive.org/[email protected]/examples/jsm/effects/StereoEffect.js' | ||
|
||
|
||
let scene | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
||
|
@@ -64,11 +64,11 @@ | |
</style> | ||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
import('https://esm.archive.org/bootstrap@^3.0.0').then(() => { | ||
import('https://esm.ext.archive.org/bootstrap@3.4.1').then(() => { | ||
$('button.close').on('click', () => { | ||
$('div[data-dismiss=alert]').hide() | ||
$('.blurry').removeClass('blurry') | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body class="tv" style="background-color:#222;"> | ||
|
||
|
@@ -103,7 +103,7 @@ | |
|
||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
$().ready(() => { | ||
$('.tclock').toggleClass('big') | ||
|
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 |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
<style> | ||
.x { color:red; display: block; height: auto !important; } | ||
|
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 |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -3,18 +3,18 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<style type="text/css"> | ||
/* allow mobile-size sub-menus to fully expand */ | ||
.navbar-collapse { max-height:1000px;} | ||
</style> | ||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
|
||
</head> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<style type="text/css"> | ||
|
@@ -15,11 +15,11 @@ | |
} | ||
</style> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
|
||
<style type="text/css"> | ||
/* allow mobile-size sub-menus to fully expand */ | ||
|
@@ -30,11 +30,11 @@ | |
} | ||
</style> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
|
||
</head> | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
<meta name="DESCRIPTION" content="Internet Archive is a non-profit digital library offering free universal access to books, movies & music, as well as 376 billion archived web pages."/> | ||
<link rel="alternate" type="application/xml" title="RSS" href="http://archive.org/services/collection-rss.php"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<style> | ||
#ia-content .forumTable tbody tr td { | ||
word-wrap: break-word !important; | ||
|
@@ -412,11 +412,11 @@ <h2>Recent Review</h2> | |
|
||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
|
||
function roSizer() { | ||
// eslint-disable-next-line func-names | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<title>2012 Camaro RS Transformers Edition : Tracey Jaquith : Free Download & Streaming : Internet Archive</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
||
|
@@ -174,12 +174,12 @@ <h1>View movie</h1> | |
|
||
<script type="module"> | ||
/* global Play */ | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
import 'https://av.prod.archive.org/js/play.js' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
|
||
$(() => { | ||
// make search input wide as possible | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<style type="text/css"> | ||
|
@@ -29,11 +29,11 @@ | |
} | ||
</style> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
</script> | ||
|
||
<center> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
|
||
|
@@ -79,11 +79,11 @@ | |
|
||
|
||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
|
||
window.toggle = function toggle() { | ||
const ht = $('#qcc').hasClass('big') ? $('#cc-showing').height() + 20 : $('#cc-all').height() + 20 | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>Internet Archive</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://esm.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<style> | ||
|
@@ -13,11 +13,11 @@ | |
.panB { display:block; height:auto !important; } | ||
</style> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/[email protected]' | ||
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
await import('https://esm.archive.org/bootstrap@^3.0.0') | ||
await import('https://esm.ext.archive.org/bootstrap@3.4.1') | ||
|
||
$(() => { | ||
// this makes it so *both* top and bottom panels can open/close together (not just top) | ||
|
Oops, something went wrong.