diff options
author | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
commit | dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 (patch) | |
tree | fc1ef63efc15ac1e8c0e49ab9b1b3d296a67ed82 /htdocs/public/me | |
parent | e618c3f52c1c4ae161650679cda24eecbba579bb (diff) | |
download | wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.gz wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.bz2 wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.zip |
New stuff
Diffstat (limited to 'htdocs/public/me')
-rw-r--r-- | htdocs/public/me/index.ejs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/public/me/index.ejs b/htdocs/public/me/index.ejs new file mode 100644 index 0000000..36feb43 --- /dev/null +++ b/htdocs/public/me/index.ejs @@ -0,0 +1,20 @@ +<% global.title = lang.me.title; %> +<%- include(`${private}/header.ejs`) %> + +<a href="/">← <%- lang.global.back %></a> + +<hr class="rnbwsquare-separator rnbwsquare-outer"> +<br> +<% data = child_process.execSync("curl https://jae.fi/me").toString(); %> + +<div style="display:grid;grid-template-columns: 96px 1fr;" class="container"> + <img style="border-radius: 999px;" src="https://www.gravatar.com/avatar/48f67e8c212de600986cb32146f9a15b?s=96&d=identicon"> + <div style="margin-left: 20px;display: flex;align-items: center;"> + <div> + <h1 style="margin: 0;">Minteck | Mia</h1> + <p style="margin: 0;opacity:.5;">Software Developer, Sysadmin, Furry</p> + </div> + </div> +</div> + +<%- include(`${private}/footer.ejs`) %>
\ No newline at end of file |