Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumarn3000 committed Jul 28, 2024
0 parents commit 61b9e11
Show file tree
Hide file tree
Showing 53 changed files with 3,349 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sfit.ac.in
60 changes: 60 additions & 0 deletions asserts/css/particles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/* ---- reset ---- */

body {
margin: 0;
font:normal 75% Arial, Helvetica, sans-serif;
}

canvas {
display: block;
vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
position: fixed;
width: 100%;
height: 100%;
background-color: black;
/* background-image: linear-gradient(90deg, #000000, #ba0000); */
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
background: #000022;
position: absolute;
top: 48px;
left: 0;
width: 80px;
color: #13E8E9;
font-size: .8em;
text-align: left;
text-indent: 4px;
line-height: 14px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}

.js-count-particles{
font-size: 1.1em;
}

#stats,
.count-particles{
-webkit-user-select: none;
}

#stats{
border-radius: 3px 3px 0 0;
overflow: hidden;
}

.count-particles{
border-radius: 0 0 3px 3px;
}
Loading

0 comments on commit 61b9e11

Please sign in to comment.