portico: Update screenshots for "for/education" page.

This commit adds the json file and updates screenshots
for the "for/education" page.

Fixes part of #30128
This commit is contained in:
roanster007 2024-05-22 19:35:03 +05:30 committed by Tim Abbott
parent 90c44d63b7
commit 5c0db36ffe
7 changed files with 154 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -85,8 +85,11 @@
<div class="feature-container alternate-grid"> <div class="feature-container alternate-grid">
<div class="feature-half md-hide"> <div class="feature-half md-hide">
<div class="feature-image"> <div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/message_formatting_day.png') }}" /> <img alt="" src="{{ static('images/landing-page/education/message_formatting_day_1.png') }}" />
</div>
<div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/message_formatting_day_2.png') }}" />
</div> </div>
</div> </div>
<div class="feature-half"> <div class="feature-half">
@ -110,8 +113,11 @@
</div> </div>
</div> </div>
<div class="feature-half md-display"> <div class="feature-half md-display">
<div class="feature-image"> <div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/message_formatting_day.png') }}" /> <img alt="" src="{{ static('images/landing-page/education/message_formatting_day_1.png') }}" />
</div>
<div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/message_formatting_day_2.png') }}" />
</div> </div>
</div> </div>
</div> </div>
@ -148,8 +154,14 @@
</div> </div>
</div> </div>
<div class="feature-half"> <div class="feature-half">
<div class="feature-image"> <div class="message-screenshot message-starred">
<img alt="" src="{{ static('images/landing-page/education/interactive_messaging_day.png') }}" /> <img alt="" src="{{ static('images/landing-page/education/interactive_messaging_day_1.png') }}" />
</div>
<div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/interactive_messaging_day_2.png') }}" />
</div>
<div class="message-screenshot">
<img alt="" src="{{ static('images/landing-page/education/interactive_messaging_day_3.png') }}" />
</div> </div>
</div> </div>
</div> </div>

View File

@ -0,0 +1,136 @@
[
{
"recipient_type": "channel",
"channel": "Lecture 3 Heaps",
"color": "#A6DCBF",
"topic": "✔ problem 2a clarification",
"users": {
"John Lin": {},
"Dal Kim": {}
},
"messages": [
{
"sender": "John Lin",
"content": "I'm confused -- why does the code for this one say: \n\n```python\nint my_array[] = {0, 1, 2, 3}\n```\nBut in 2b it's:\n\n```python\nint my_array[4] = {0, 1, 2, 3}\n```\nis it a typo?",
"edited": true,
"date": {"year": 2024, "month": 6, "day": 19, "hour": 18, "minute": 0}
},
{
"sender": "Dal Kim",
"content": "Nope, both are correct! Take a look at slide 17 in the lecture notes.",
"reactions": {
"+1": ["John Lin"]
},
"date": {"year": 2024, "month": 6, "day": 19, "hour": 18, "minute": 37}
},
{
"sender": "Notification Bot",
"content": "@_**Dal Kim** has marked this topic as resolved.",
"date": {"year": 2024, "month": 6, "day": 19, "hour": 19, "minute": 0}
}
],
"screenshot": "static/images/landing-page/education/message_formatting_day_1.png"
},
{
"recipient_type": "channel",
"channel": "Lecture 3 Heaps",
"color": "#A6DCBF",
"topic": "lecture notes and recording",
"users": {
"Elena Gracia": {},
"Dal Kim": {},
"John Lin": {},
"Maxy Stert": {},
"Kevin Lin": {}
},
"messages": [
{
"sender": "Elena Gracia",
"content": "Here are the notes for today's class: [lecture3.pdf](#). You can also [watch the recording](#) if you missed it.",
"reactions": {
"+1": ["Dal Kim", "John Lin", "Maxy Stert", "Kevin Lin"]
},
"starred": true,
"date": {"year": 2024, "month": 5, "day": 21, "hour": 11, "minute": 3}
}
],
"screenshot": "static/images/landing-page/education/interactive_messaging_day_1.png"
},
{
"recipient_type": "channel",
"channel": "staff",
"invite_only": true,
"color": "#E4523D",
"topic": "assignment #3 solutions",
"users": {
"Dal Kim": {},
"Zoe Davis": {}
},
"messages": [
{
"sender": "Dal Kim",
"content": "Can someone double-check my solution for problem 4? The run time is $$O(\\log n)$$, right?",
"date": {"year": 2024, "month": 5, "day": 19, "hour": 14, "minute": 40}
},
{
"sender": "Zoe Davis",
"content": "Yep, that's the amortized time, but the upper bound of it is $$O(2^{2\\sqrt{\\log \\log n}})$$.",
"reactions": {
"+1": ["Iago"]
},
"date": {"year": 2024, "month": 5, "day": 19, "hour": 15, "minute": 43}
}
],
"screenshot": "static/images/landing-page/education/message_formatting_day_2.png"
},
{
"recipient_type": "channel",
"channel": "announcements",
"color": "#A6C7E5",
"topic": "homework reminders",
"users": {
"Elena Gracia": {}
},
"messages": [
{
"sender": "Elena Gracia",
"content": "@**everyone** Please remember to submit your assignments before <time:2024-05-12T00:00:00+05:30>! You will lose **at least 25%** of the credit if your assignment is late.",
"date": {"year": 2024, "month": 5, "day": 21, "hour": 13, "minute": 10}
},
{
"sender": "Elena Gracia",
"content": "It sounds like many of you are stuck at the bonus problem, so here's a hint. Please think about the question first before you view it\n\n```spoiler Hint for bonus problem\nHint\n```",
"date": {"year": 2024, "month": 5, "day": 21, "hour": 14, "minute": 11}
}
],
"screenshot": "static/images/landing-page/education/interactive_messaging_day_2.png"
},
{
"recipient_type": "channel",
"channel": "announcements",
"color": "#A6C7E5",
"topic": "rescheduling office hours",
"user_groups": [
{
"group_name": "section 1",
"members": ["Dal Kim"]
}
],
"users": {
"Dal Kim": {}
},
"messages": [
{
"sender": "Dal Kim",
"content": "@*section 1* I need to reschedule my office hours this week. Which time works better?",
"date": {"year": 2024, "month": 5, "day": 20, "hour": 15, "minute": 15}
},
{
"sender": "Dal Kim",
"content": "/poll Section 1 office hours\nThursday 1-2 PM\nFriday 10-11 AM",
"date": {"year": 2024, "month": 5, "day": 20, "hour": 15, "minute": 20}
}
],
"screenshot": "static/images/landing-page/education/interactive_messaging_day_3.png"
}
]