Skip to content

Commit

Permalink
new main screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gkamer8 committed Jan 29, 2024
1 parent 9a3c779 commit dfa2fc8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added CurSS2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CurrSS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
}
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
.screenshotPicCropped {
display: block;
}
Expand Down Expand Up @@ -302,7 +302,7 @@
<div style="display:flex;gap:75px;line-height: 1.25;align-items: center;justify-content:center">
<div class="topSideText">
<div class="headline">
AI for learning and professional development
Better learning and professional development
</div>
<div style="color: #d0d0d0;">
Create and take customized AI-generated courses, sourcing from textbooks, manuals, and your documents.
Expand All @@ -323,7 +323,7 @@
</div>
</div>
<div style="flex:1" class="screenshotPic">
<img src="WideChatSS.png" style="width:100%;filter:grayscale(30%);max-height:500px" />
<img src="CurSS2.png" style="width:100%;filter:grayscale(90%);max-height:400px" />
</div>
<div style="flex:1" class="screenshotPicCropped">
<img src="ShortChatSS.png" style="width:100%;filter:grayscale(90%);max-height:450px" />
Expand Down

0 comments on commit dfa2fc8

Please sign in to comment.