generated from cal-cs184/hw-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f520bea
commit 1a8a354
Showing
15 changed files
with
393 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
BIN
+293 KB
finalproject/assets/boundaryless2_cloudish_z0-5_o3_0-7_inroom_better_6000den.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
BIN
+280 KB
finalproject/assets/boundaryless_cloudish_z0-5_o3_0-7_inroom_better_6000den.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
BIN
+322 KB
finalproject/assets/boundaryless_cloudish_z0-5_o4_0-5_inroom_1000den.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
BIN
+318 KB
finalproject/assets/boundaryless_cloudish_z0-5_o5_0-7_inroom_1000den.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
body { | ||
font-family: "Montserrat", sans-serif; | ||
line-height: 1.6; | ||
margin: 0; | ||
padding: 0; | ||
background: #f4f4f4; | ||
color: #333; | ||
} | ||
header, | ||
section, | ||
footer { | ||
margin: 10px; | ||
padding: 20px; | ||
background: white; | ||
border-radius: 8px; | ||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); | ||
text-align: center; | ||
max-width: 1000px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
h2 { | ||
border-bottom: 2px solid #eeeeee; | ||
padding-bottom: 10px; | ||
color: #5a5a5a; | ||
} | ||
|
||
li { | ||
padding: 5px 0; | ||
text-align: left; | ||
} | ||
p { | ||
text-align: left; | ||
} | ||
|
||
.results { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-evenly; | ||
align-items: center; | ||
} | ||
.image img { | ||
width: auto; | ||
height: 300px; | ||
margin: 10px; | ||
border-radius: 8px; | ||
} | ||
.image { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
/* code { | ||
font-family: Monaco; | ||
font-size: 14px; | ||
background-color: #f4f4f4; | ||
padding: 4px 8px; | ||
border-radius: 4px; | ||
text-align: left; | ||
} */ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Basilio", | ||
"BSDF", | ||
"Collada", | ||
"Greenstein", | ||
"Henyey", | ||
"Mehta", | ||
"Perlin" | ||
] | ||
} |