mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Updated bookish, meta tags, base.
This commit is contained in:
parent
a10c4ffb72
commit
62cb709434
1 changed files with 14 additions and 7 deletions
21
index.html
21
index.html
|
@ -1,17 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="/ajko/books/cooperative-software-development/">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<meta property="og:title" content="Cooperative Software Development">
|
||||
<meta property="og:image" content="https://faculty.washington.edu/ajko/books/cooperative-software-development/images/cover.jpg" />
|
||||
<meta property="og:description" content="Foundations of Information | Amy J. Ko" />
|
||||
<meta property="og:description" content="A textbook teaching human and cooperative aspects of software engineering." />
|
||||
<meta property="og:url" content="https://faculty.washington.edu/ajko/cooperative-software-development">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<!-- Bookish -->
|
||||
<script src="https://faculty.washington.edu/ajko/bookish/bookish.js"></script>
|
||||
<link rel="stylesheet" href="https://faculty.washington.edu/ajko/bookish/bookish.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://faculty.washington.edu/ajko/bookish/images/icons/ios-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://faculty.washington.edu/ajko/bookish/images/icons/favicon.png">
|
||||
<script src="https://bookish.press/bookish.js" defer></script>
|
||||
<link rel="stylesheet" href="https://bookish.press/bookish.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://bookish.press/images/icons/ios-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://bookish.press/images/icons/favicon.png">
|
||||
|
||||
<!-- Theme -->
|
||||
<style>
|
||||
|
@ -58,7 +65,7 @@
|
|||
</style>
|
||||
|
||||
</head>
|
||||
<body onload="bookish('/ajko/books/cooperative-software-development')">
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
|
Loading…
Reference in a new issue