Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch flickr links to s3 #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
49 changes: 31 additions & 18 deletions content/.pandoc/templates/annotation-semester.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>Annotations | $fullsemester$</title>
</head>
<body>
<h1>Annotations | $fullsemester$</h1>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
Annotations | $fullsemester$
</title>
</head>
<body>
<h1>
Annotations | $fullsemester$
</h1>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
50 changes: 32 additions & 18 deletions content/.pandoc/templates/annotation-student.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>$topic$ | $fullsemester$</title>
</head>
<body>
<h1>$topic$ | $fullsemester$</h1>
<h2>
$if(students/allbutlast)$
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
$topic$ | $fullsemester$
</title>
</head>
<body>
<h1>
$topic$ | $fullsemester$
</h1>
<h2>
$if(students/allbutlast)$
$for(students/allbutlast)$
${it},
$endfor$
and ${students/last}
$else$
${students/last}
$endif$
<p>$intro$</p>
<br>
$if(pages)$
<ul>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</ul>
$endif$
</h2>
</body>
</html>
49 changes: 31 additions & 18 deletions content/.pandoc/templates/fieldnote-semester.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>Fieldnotes | $fullsemester$</title>
</head>
<body>
<h1>Fieldnotes | $fullsemester$</h1>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
Fieldnotes | $fullsemester$
</title>
</head>
<body>
<h1>
Fieldnotes | $fullsemester$
</h1>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
49 changes: 31 additions & 18 deletions content/.pandoc/templates/fieldnote-student.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>$student$ Fieldnotes | $fullsemester$</title>
</head>
<body>
<h1>$student$ Fieldnotes | $fullsemester$</h1>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
$student$ Fieldnotes | $fullsemester$
</title>
</head>
<body>
<h1>
$student$ Fieldnotes | $fullsemester$
</h1>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
53 changes: 34 additions & 19 deletions content/.pandoc/templates/home.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>$title$</title>
</head>
<body>
<h1>$heading$</h1>
<h2>$subheading$</h2>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
$title$
</title>
</head>
<body>
<h1>
$heading$
</h1>
<h2>
$subheading$
</h2>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
49 changes: 31 additions & 18 deletions content/.pandoc/templates/profiles.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>Profiles | $fullsemester$</title>
</head>
<body>
<h1>Profiles | $fullsemester$</h1>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
Profiles | $fullsemester$
</title>
</head>
<body>
<h1>
Profiles | $fullsemester$
</h1>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
49 changes: 31 additions & 18 deletions content/.pandoc/templates/semester.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>$fullsemester$</title>
</head>
<body>
<h1>$fullsemester$</h1>
<p>$intro$</p>
<br>
$if(pages)$
<ul>
$for(pages)$
<li><b><a href="$it.link$">$it.title$.</a></b> $it.desc$</li>
$endfor$
</ul>
$endif$
</body>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="" rel="stylesheet" type="text/css"/>
<title>
$fullsemester$
</title>
</head>
<body>
<h1>
$fullsemester$
</h1>
<p>
$intro$
</p>
<br/>
$if(pages)$
<ul>
$for(pages)$
<li>
<b>
<a href="$it.link$">
$it.title$.
</a>
</b>
$it.desc$
</li>
$endfor$
</ul>
$endif$
</body>
</html>
Loading