blah
This commit is contained in:
parent
486203559c
commit
effbcc34da
2 changed files with 2 additions and 3 deletions
1
index.js
1
index.js
|
@ -183,7 +183,6 @@ function pageUpdate() {
|
||||||
|
|
||||||
var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString()
|
var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString()
|
||||||
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<h1>"), socialsHTML.indexOf("</body>"))
|
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<h1>"), socialsHTML.indexOf("</body>"))
|
||||||
console.log(addedHTML)
|
|
||||||
|
|
||||||
html = html.replace("{SOCIALS}", addedHTML)
|
html = html.replace("{SOCIALS}", addedHTML)
|
||||||
|
|
||||||
|
|
|
@ -102,12 +102,12 @@ img {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: darkgray 4px solid;
|
border: darkgray 4px solid;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
transform: scale(0.95);
|
transform: scale(0.9);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pfp:hover {
|
.pfp:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1);
|
||||||
border-color: rgb(255, 200, 255);
|
border-color: rgb(255, 200, 255);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue