Skip to content

Commit

Permalink
changed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jeong authored and Chris Jeong committed Nov 15, 2024
1 parent 30d3fd9 commit 1ce0328
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
1 change: 0 additions & 1 deletion css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
margin: 1.5rem;
justify-content: center;
text-transform: none;
color: black;
text-wrap: wrap;
max-width: 50%;
}
Expand Down
17 changes: 10 additions & 7 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.cdnfonts.com/css/cascadia-code');
@import url('https://fonts.googleapis.com/css?family=Noto Sans');

@keyframes gradient {
0% {
Expand All @@ -16,7 +16,9 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Cascadia Code', sans-serif;
font-family: 'Noto Sans', sans-serif;
color: lightgray;

}
header {
display: flex;
Expand All @@ -27,7 +29,7 @@ header {
min-height: 7%;
min-width: 100%;

background-color: rgb(221, 221, 251);
background-color: black;

}
main {
Expand All @@ -37,9 +39,10 @@ main {
min-height: 86%;
min-width: 100%;

background: linear-gradient(-45deg, #6452ee, #b73ce7, #1e91bb, #32b395);
background: linear-gradient(-45deg, #000000, #110f11, #221720, #331b30);
background-size: 400% 400%;
animation: gradient 15s ease infinite;


backdrop-filter: blur(8px);
overflow:scroll;
Expand All @@ -54,7 +57,7 @@ footer {
min-height: 7%;
min-width: 100%;

background-color: rgb(221, 221, 251);
background-color: black;
}

.fa {
Expand All @@ -65,6 +68,6 @@ footer {
text-decoration: none;
}

.fa:hover {
.fa:hover {
opacity: 0.7;
}
}
7 changes: 7 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
</header>
<main>
<div class = 'projects-container'>
<div class = 'project-container'>
IP/TCP Stack (sep 2024 - nov 2024)

engineered a IP/TCP networking stack.

if you are a prospective employer and would like to see my repository, please contact me at chris_jeong@brown.edu
</div>
<div class = 'project-container'>
anonymous voting with zero knowledge proofs (apr 2024 - may 2024)

Expand Down

0 comments on commit 1ce0328

Please sign in to comment.