-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease_notes.html
More file actions
89 lines (76 loc) · 2.99 KB
/
release_notes.html
File metadata and controls
89 lines (76 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="description" content="Sauce for Strava™ Release Notes"/>
<title>Sauce for Strava™ - Release Notes</title>
<link rel="manifest" href="manifest.json"/>
<link id="favicon" rel="shortcut icon" href="images/favicon.webp"/>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="css/common.css"/>
<style>
main {
padding: 1em 2em;
}
.thanks {
font-size: 0.7em;
}
.notes header {
display: flex;
font-size: 1.4em;
justify-content: space-between;
font-variant: tabular-nums;
font-weight: 600;
}
release {
display: block;
font-size: 1.2em;
padding: 1.2rem;
width: min(max(70%, 40ch), 100%);
}
release:not(:last-of-type) {
border-bottom: 1px solid #eee3;
}
#nav nav {
flex-wrap: nowrap !important;
}
#nav .left {
height: initial;
flex: 0 0 auto !important;
}
#nav .center {
height: initial;
font-size: 1.6em;
flex: 1 1 auto;
display: flex;
align-items: center;
}
</style>
<script defer type="text/javascript" src="js/release_notes.js"></script>
</head>
<body id="top">
<header id="nav" class="nosticky">
<nav>
<div class="left">
<a class="anchor logo" href="/index.html"><img class="branding" src="images/logo_horiz_320x120.webp"/></a>
</div>
<div class="center">Sauce for Strava™ - Release Notes</div>
</nav>
</header>
<main>
<section class="scrollable notes"></section>
</main>
<footer>
<ul>
<li id="tp">Normalized Power®, NP®, Training Stress Score®, TSS®,
Intensity Factor®, IF® are trademarks of TrainingPeaks, LLC and are used with permission.<br/>
<br/>
Learn more at <a href="https://www.trainingpeaks.com/learn/articles/glossary-of-trainingpeaks-metrics/?utm_source=newsletter&utm_medium=partner&utm_term=sauce_trademark&utm_content=cta&utm_campaign=sauce">https://www.trainingpeaks.com/learn/articles/glossary-of-trainingpeaks-metrics/</a>.
</li>
</ul>
</footer>
</body>
</html>