Skip to content

Commit 4a30324

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 5cff0fe + 92358b3 commit 4a30324

19 files changed

Lines changed: 250 additions & 72 deletions

File tree

src/config/last_updated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"/static/css/index.css": {
1313
"date_published": "2020-11-13T00:00:00.000Z",
14-
"date_modified": "2022-10-25T00:00:00.000Z",
15-
"hash": "69e30c0abbe9bb2368e12e7e8779d421"
14+
"date_modified": "2024-12-09T00:00:00.000Z",
15+
"hash": "28ba47be8a21fbe47fef367072765a90"
1616
},
1717
"/static/css/normalize.css": {
1818
"date_published": "2020-11-13T00:00:00.000Z",

src/package-lock.json

Lines changed: 66 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"jsdom": "25.0.1",
4141
"node-fetch": "3.3.2",
4242
"node-watch": "0.7.4",
43-
"prettier": "3.4.1",
44-
"puppeteer": "23.9.0",
43+
"prettier": "3.4.2",
44+
"puppeteer": "23.10.1",
4545
"rainbow-code": "2.1.7",
4646
"recursive-readdir": "2.2.3",
4747
"run-script-os": "1.1.6",

src/static/css/index.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ header.alt-bg {
1212
margin-bottom: -52.94em;
1313
}
1414

15+
aside.banner {
16+
background: #f7f779;
17+
padding: 15px 0;
18+
text-align: center;
19+
}
20+
21+
aside.banner a {
22+
color: #1a2b49;
23+
}
24+
25+
aside.banner p {
26+
margin: 0;
27+
}
28+
1529
#maincontent {
1630
display: -ms-grid;
1731
display: grid;

src/static/live-stream.ics

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
BEGIN:VCALENDAR
2+
CALSCALE:GREGORIAN
3+
PRODID:-//Apple Inc.//macOS 15.1.1//EN
4+
VERSION:2.0
5+
BEGIN:VTIMEZONE
6+
TZID:America/Toronto
7+
BEGIN:DAYLIGHT
8+
DTSTART:20070311T020000
9+
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
10+
TZNAME:EDT
11+
TZOFFSETFROM:-0500
12+
TZOFFSETTO:-0400
13+
END:DAYLIGHT
14+
BEGIN:STANDARD
15+
DTSTART:20071104T020000
16+
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
17+
TZNAME:EST
18+
TZOFFSETFROM:-0400
19+
TZOFFSETTO:-0500
20+
END:STANDARD
21+
END:VTIMEZONE
22+
BEGIN:VEVENT
23+
ATTACH;SIZE=111568;VALUE=URI;X-APPLE-FILENAME=1_1 - Social Media Medium.
24+
jpeg:https://gateway.icloud.com/caldav/1_MTExMjQ1OTIxMTEyNDU5MtKT3Rbf65o
25+
Rdkfh1xQ4H2YycKhBV9wT7AD-cztTqfhK/attach/4_GEYTCMRUGU4TEMJRGEZDINJZGJUJ5
26+
RFU3I7G6UGPO55BMAYOC7E47V7YIFHLMRKZAW75FMIUNOYS6MAIRF3GJQN5ETL337WL5VRCF
27+
Y3HNGX44J4JHJ7EVJZ2UOK6V4MURASQXBULB6HINAF2TBEKEP5RZSB4CFNS2VNJT7NLVFZRK
28+
3RTBE6BZJ6LVS664XXKZIDZ6FJRRBOQQKZ7GTZLIMYJ2BC37EYSIRZO2SWIFD6XX2OKNC5ST
29+
XKNLGPSX6PMXX5MLG7HNXGXZ7LOJGMOKNG65YDU4GDAWO4ZYPJ4AYNSFEN3P363AKTTO2AWU
30+
2OCT2FUTLZVR67RW/1_1+-+Social+Media+Medium.jpeg
31+
CREATED:20241202T164742Z
32+
DESCRIPTION:The Web Almanac Live! stream is an event to celebrate the re
33+
lease of the 2024 edition of The HTTP Archive's Web Almanac. It will fea
34+
ture chapter authors as well as discussions around the data they uncover
35+
ed\, some they didn't and all things in between in this year's edition.
36+
Join us for lively discussions as we go through results from 17 million
37+
websites analyzed and 83 TB of data processed. Tuesday\, 10th December at
38+
13h EST.
39+
DTEND;TZID=America/Toronto:20241210T143000
40+
DTSTAMP:20241203T132359Z
41+
DTSTART;TZID=America/Toronto:20241210T130000
42+
LAST-MODIFIED:20241203T132349Z
43+
LOCATION:https://www.youtube.com/live/cdYR0ZmplIM?si=JSGEjt2Z5r-uFDgR
44+
SEQUENCE:0
45+
SUMMARY:Live Stream: The 2024 Web Almanac
46+
TRANSP:OPAQUE
47+
UID:115E4869-3F22-468B-8CAB-03E06F87DF78
48+
URL;VALUE=URI:https://www.youtube.com/live/cdYR0ZmplIM?si=JSGEjt2Z5r-uFD
49+
gR
50+
X-APPLE-CREATOR-IDENTITY:com.apple.calendar
51+
X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
52+
END:VEVENT
53+
END:VCALENDAR

0 commit comments

Comments
 (0)