Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanRHT committed Nov 10, 2024
1 parent 50279f8 commit 8ed7318
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file added assets/CV_ImanRahmati.pdf
Binary file not shown.
Binary file added assets/Multi_AgentDRL.pdf
Binary file not shown.
25 changes: 24 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,30 @@ main {
}



<style>
/* Fullscreen background for particles.js */
#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* Make sure particles are deeply in the background */
pointer-events: none; /* Ensure particles don't interfere */
}

/* Basic page styling to ensure readability */
body, html {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
width: 100%;
min-height: 100%; /* Changed from height: 100% to min-height: 100% */
overflow: auto;
}
</style>


/*-----------------------------------*\
Expand Down
Binary file modified assets/images/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<body>

<!-- Particles.js background -->
<div id="particles-js"></div>

<!--
- #MAIN
-->
Expand Down

0 comments on commit 8ed7318

Please sign in to comment.