generated from nhcarrigan/template
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
f59cae1de5
|
|||
|
4a872f94d3
|
+2
-2
@@ -848,7 +848,7 @@ const interval = setInterval(() => {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
`;
|
`;
|
||||||
const nhcarriganHeadersFontAwesome = document.createElement("script");
|
const nhcarriganHeadersFontAwesome = document.createElement("script");
|
||||||
nhcarriganHeadersFontAwesome.src = "https://kit.fontawesome.com/f949111719.js";
|
nhcarriganHeadersFontAwesome.src = "https://cdn.nhcarrigan.com/font-awesome/all.min.js";
|
||||||
const nhcarriganHeadersAnalytics = document.createElement("script");
|
const nhcarriganHeadersAnalytics = document.createElement("script");
|
||||||
nhcarriganHeadersAnalytics.defer = true;
|
nhcarriganHeadersAnalytics.defer = true;
|
||||||
nhcarriganHeadersAnalytics.src
|
nhcarriganHeadersAnalytics.src
|
||||||
@@ -1011,7 +1011,7 @@ nhcarriganHeadersCta.id = "community-cta";
|
|||||||
nhcarriganHeadersCta.innerHTML = `
|
nhcarriganHeadersCta.innerHTML = `
|
||||||
<h1 autofocus style="font-size: 2rem; margin-bottom: 20px; color: var(--witch-plum);">Welcome~!</h1>
|
<h1 autofocus style="font-size: 2rem; margin-bottom: 20px; color: var(--witch-plum);">Welcome~!</h1>
|
||||||
<div style="display: flex; justify-content: space-around; margin-bottom: 25px; align-items: center;">
|
<div style="display: flex; justify-content: space-around; margin-bottom: 25px; align-items: center;">
|
||||||
<img src="https://cdn.nhcarrigan.com/logo.png" alt="NHCarrigan Logo" style="width: 80px; height: 80px;">
|
<img src="https://cdn.nhcarrigan.com/profile_personal.jpg" alt="Naomi's Avatar" style="width: 80px; height: 80px; border-radius: 50%;">
|
||||||
<p style="flex: 1; margin-left: 20px; line-height: 1.8;">
|
<p style="flex: 1; margin-left: 20px; line-height: 1.8;">
|
||||||
Join Naomi's personal Discord community to stay connected with her latest projects and activities!
|
Join Naomi's personal Discord community to stay connected with her latest projects and activities!
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user