Skip to content

Commit

Permalink
better site
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnams0ni committed Oct 14, 2023
1 parent d7a7927 commit 1c40b09
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 151 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/udlbook.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

520 changes: 369 additions & 151 deletions index.html

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
body {
font-size: 17px;
margin: 2% 10%;
}

#head {
display: flex;
flex-direction: row;
flex-wrap: wrap-reverse;
justify-content: space-between;
width: 100%;
}

#cover {
justify-content: center;
display: flex;
width: 30%;
}

#cover img {
width: 100%;
height: min-content;
}

0 comments on commit 1c40b09

Please sign in to comment.