diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 21:51:06 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 21:51:06 +0000 | 
| commit | 2a0d3c4ccb287282974856b5f20f67a078149cb8 (patch) | |
| tree | 604f111e1445dfed221507522584ee0f6fcdae32 /static | |
| parent | dd073f7256bd53162e1ee93c6777ba6c7e97f3ca (diff) | |
| download | eda.gay-2a0d3c4ccb287282974856b5f20f67a078149cb8.tar.gz eda.gay-2a0d3c4ccb287282974856b5f20f67a078149cb8.zip | |
added dockerfile, similar thoughts
Diffstat (limited to 'static')
| -rw-r--r-- | static/images/shark1.jpg | bin | 0 -> 449065 bytes | |||
| -rw-r--r-- | static/images/shark2.jpg | bin | 0 -> 433903 bytes | |||
| -rw-r--r-- | static/index.md | 2 | ||||
| -rw-r--r-- | static/style.css | 9 | 
4 files changed, 8 insertions, 3 deletions
| diff --git a/static/images/shark1.jpg b/static/images/shark1.jpgBinary files differ new file mode 100644 index 0000000..394846c --- /dev/null +++ b/static/images/shark1.jpg diff --git a/static/images/shark2.jpg b/static/images/shark2.jpgBinary files differ new file mode 100644 index 0000000..2c432cd --- /dev/null +++ b/static/images/shark2.jpg diff --git a/static/index.md b/static/index.md index e217a94..31707a7 100644 --- a/static/index.md +++ b/static/index.md @@ -1,4 +1,4 @@ -# haii +# haiiiiiii  my name is eden and im a 19yo computer science undergraduate. i made my own website to encourage others to do so too.  i'll post my thoughts on here sometimes, and use this site to link to other stuff i host. diff --git a/static/style.css b/static/style.css index 26b337c..0e77ec0 100644 --- a/static/style.css +++ b/static/style.css @@ -100,6 +100,10 @@ article section table td {      max-width: 65%;  } +article img { +    max-width: 65%; +} +  aside {      width: 30%;      padding-left: 15px; @@ -132,8 +136,9 @@ body div article {  }  footer { -    background-color: gray; -    padding: 3px; +    padding: 300px 10px 5px 20px; +    margin-bottom: 300px; +    font-size: xx-small;  }  @media (max-width: 1023px) { | 
