Skip to content

Commit 5c08122

Browse files
update website
1 parent bf963bc commit 5c08122

64 files changed

Lines changed: 482 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/style.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,13 @@ p {
525525
margin-bottom: 0.5rem;
526526
}
527527

528+
.video-grid-3 {
529+
display: grid;
530+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
531+
gap: 0.5rem;
532+
margin-bottom: 0.5rem;
533+
}
534+
528535
.video-grid .row-caption {
529536
grid-column: 1 / -1; /* span entire row */
530537
width: 100%;
@@ -535,6 +542,16 @@ p {
535542
}
536543

537544

545+
.video-grid-3 .row-caption {
546+
grid-column: 1 / -1; /* span entire row */
547+
width: 100%;
548+
text-align: center;
549+
font-size: 1rem;
550+
margin-top: 0.5rem;
551+
color: #444;
552+
}
553+
554+
538555
.video-block video {
539556
width: 100%;
540557
border-radius: 6px;

index.html

Lines changed: 453 additions & 1 deletion
Large diffs are not rendered by default.

simulator-objnav/.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.
193 KB
Binary file not shown.
1.42 MB
Binary file not shown.
34.5 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Search for a tv monitor.
6 KB
Binary file not shown.
198 KB
Binary file not shown.

0 commit comments

Comments
 (0)