Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Dec 9, 2024
2 parents 5cff0fe + 92358b3 commit 4a30324
Show file tree
Hide file tree
Showing 19 changed files with 250 additions and 72 deletions.
4 changes: 2 additions & 2 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"/static/css/index.css": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2022-10-25T00:00:00.000Z",
"hash": "69e30c0abbe9bb2368e12e7e8779d421"
"date_modified": "2024-12-09T00:00:00.000Z",
"hash": "28ba47be8a21fbe47fef367072765a90"
},
"/static/css/normalize.css": {
"date_published": "2020-11-13T00:00:00.000Z",
Expand Down
134 changes: 66 additions & 68 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"jsdom": "25.0.1",
"node-fetch": "3.3.2",
"node-watch": "0.7.4",
"prettier": "3.4.1",
"puppeteer": "23.9.0",
"prettier": "3.4.2",
"puppeteer": "23.10.1",
"rainbow-code": "2.1.7",
"recursive-readdir": "2.2.3",
"run-script-os": "1.1.6",
Expand Down
14 changes: 14 additions & 0 deletions src/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ header.alt-bg {
margin-bottom: -52.94em;
}

aside.banner {
background: #f7f779;
padding: 15px 0;
text-align: center;
}

aside.banner a {
color: #1a2b49;
}

aside.banner p {
margin: 0;
}

#maincontent {
display: -ms-grid;
display: grid;
Expand Down
53 changes: 53 additions & 0 deletions src/static/live-stream.ics
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
PRODID:-//Apple Inc.//macOS 15.1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:America/Toronto
BEGIN:DAYLIGHT
DTSTART:20070311T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20071104T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
ATTACH;SIZE=111568;VALUE=URI;X-APPLE-FILENAME=1_1 - Social Media Medium.
jpeg:https://gateway.icloud.com/caldav/1_MTExMjQ1OTIxMTEyNDU5MtKT3Rbf65o
Rdkfh1xQ4H2YycKhBV9wT7AD-cztTqfhK/attach/4_GEYTCMRUGU4TEMJRGEZDINJZGJUJ5
RFU3I7G6UGPO55BMAYOC7E47V7YIFHLMRKZAW75FMIUNOYS6MAIRF3GJQN5ETL337WL5VRCF
Y3HNGX44J4JHJ7EVJZ2UOK6V4MURASQXBULB6HINAF2TBEKEP5RZSB4CFNS2VNJT7NLVFZRK
3RTBE6BZJ6LVS664XXKZIDZ6FJRRBOQQKZ7GTZLIMYJ2BC37EYSIRZO2SWIFD6XX2OKNC5ST
XKNLGPSX6PMXX5MLG7HNXGXZ7LOJGMOKNG65YDU4GDAWO4ZYPJ4AYNSFEN3P363AKTTO2AWU
2OCT2FUTLZVR67RW/1_1+-+Social+Media+Medium.jpeg
CREATED:20241202T164742Z
DESCRIPTION:The Web Almanac Live! stream is an event to celebrate the re
lease of the 2024 edition of The HTTP Archive's Web Almanac. It will fea
ture chapter authors as well as discussions around the data they uncover
ed\, some they didn't and all things in between in this year's edition.
Join us for lively discussions as we go through results from 17 million
websites analyzed and 83 TB of data processed. Tuesday\, 10th December at
13h EST.
DTEND;TZID=America/Toronto:20241210T143000
DTSTAMP:20241203T132359Z
DTSTART;TZID=America/Toronto:20241210T130000
LAST-MODIFIED:20241203T132349Z
LOCATION:https://www.youtube.com/live/cdYR0ZmplIM?si=JSGEjt2Z5r-uFDgR
SEQUENCE:0
SUMMARY:Live Stream: The 2024 Web Almanac
TRANSP:OPAQUE
UID:115E4869-3F22-468B-8CAB-03E06F87DF78
URL;VALUE=URI:https://www.youtube.com/live/cdYR0ZmplIM?si=JSGEjt2Z5r-uFD
gR
X-APPLE-CREATOR-IDENTITY:com.apple.calendar
X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
END:VEVENT
END:VCALENDAR
Loading

0 comments on commit 4a30324

Please sign in to comment.