Skip to content

Commit

Permalink
mostly done with the website. Now has slider, video selection, method…
Browse files Browse the repository at this point in the history
… selection. Will add more sliders
  • Loading branch information
IrvingF7 committed Sep 30, 2024
1 parent 2f769a3 commit a9c4d4f
Show file tree
Hide file tree
Showing 16 changed files with 213 additions and 147 deletions.
334 changes: 187 additions & 147 deletions index.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,29 @@ body {
width: 480px; /* General width for all sliders */
height: 270px; /* General height for all sliders */
}

.btn {
background-color: #8b00e1cb; /* Green background */
color: white; /* White text */
padding: 10px 20px; /* Padding around the button */
border: none; /* Remove border */
border-radius: 5px; /* Rounded corners */
cursor: pointer; /* Pointer cursor on hover */
font-size: 16px; /* Font size */
margin: 10px; /* Space between buttons */
transition: background-color 0.3s ease; /* Smooth background color transition */
}
.btn:hover {
background-color: #8b00e178; /* Darker green on hover */
}

.btn.active {
background-color: #8b00e178;
}
.btn.inactive {
background-color: #8b00e1cb;
}

.hidden {
display: none;
}
Binary file removed static/images/.DS_Store
Binary file not shown.
Binary file removed static/images/Dropbox/DN_trans_RGB_22.png
Binary file not shown.
Binary file removed static/images/Dropbox/DN_transparent_frame_0002.png
Binary file not shown.
Binary file removed static/images/Dropbox/FS_trans_RGB_22.png
Binary file not shown.
Binary file removed static/images/Dropbox/FS_trans_obj_7.jpg
Binary file not shown.
Binary file removed static/images/Dropbox/FS_transparent_frame_0002.png
Binary file not shown.
Binary file removed static/images/Dropbox/GO_trans_obj_7.png
Binary file not shown.
Binary file added static/images/Method_1.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 added static/images/Method_2.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 added static/images/Overview.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 added static/videos/depth.mp4
Binary file not shown.
Binary file added static/videos/normal.mp4
Binary file not shown.
Binary file added static/videos/rgb.mp4
Binary file not shown.
Binary file added static/videos/touch.mp4
Binary file not shown.

0 comments on commit a9c4d4f

Please sign in to comment.