@@ -1,9 +1,13 @@ | |||
<!-- Nexus 7 2013 (WiFi) and Ubuntu Touch - Blog --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/blog/2019_05_26-nexus_7_2013_wifi-and-ubuntu_touch.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Nexus 7 2013 (WiFi) and Ubuntu Touch - Blog - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="nexus-7-2013-wifi-and-ubuntu-touch">Nexus 7 2013 (WiFi) and Ubuntu Touch</h1> | |||
<h1 id="nexus-7-2013-wifi-and-ubuntu-touch">Nexus 7 2013 (WiFi) and Ubuntu Touch</h1> | |||
<p><a href="/res/img/nexus_7_2013_wifi-scopes.png" target="_blank">[IMAGE] Scopes (home screen)</a></p> | |||
<p>About a month ago (give or take) I purchased a Nexus 7 2013 (WiFi) with the intent of flashing Ubuntu Touch (OTA 9) onto it. I had previously flashed Ubuntu Touch onto a Nexus 5 that I had gotten for Christmas last year, again with the intent of flashing Ubuntu Touch onto it, so I knew what I could look forward to and what I could expect.</p> | |||
<h2 id="flashing-ubuntu-touch">Flashing Ubuntu Touch</h2> | |||
@@ -95,6 +99,6 @@ | |||
<hr /> | |||
<p><a href="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" target="_blank">[IMAGE] CC BY-SA 4.0</a><br /> | |||
This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -1,11 +1,15 @@ | |||
<!-- Why My Website Is Nothing Fancy --> | |||
<!-- Why My Website Is Nothing Fancy - Blog --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Why My Website Is Nothing Fancy - easthighNerd | |||
Why My Website Is Nothing Fancy - Blog - easthighNerd | |||
</title> | |||
<link href="/res/css/main.css" rel="stylesheet"> | |||
<link rel="icon" type="image/png" href="/res/img/favicon.png"/> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="why-my-website-is-nothing-fancy">Why My Website is Nothing Fancy</h1> | |||
<h1 id="why-my-website-is-nothing-fancy">Why My Website is Nothing Fancy</h1> | |||
<p>As you have likely noticed, my website, the one you are currently reading this blog post on now, is rather… plain</p> | |||
<p>It’s not due to any technical incompetence, I assure you</p> | |||
<p>So you may be asking then, why?</p> | |||
@@ -87,6 +91,6 @@ | |||
<hr /> | |||
<p><a href="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" target="_blank">[IMAGE] CC BY-SA 4.0</a><br /> | |||
This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a></p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -1,9 +1,13 @@ | |||
<!-- Blog --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/blog.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Blog - easthighNerd | |||
</title> | |||
@@ -57,11 +61,11 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="read-my-dumb-thoughts-at-your-own-peril">Read my dumb thoughts at your own peril!</h1> | |||
<h1 id="read-my-dumb-thoughts-at-your-own-peril">Read my dumb thoughts at your own peril!</h1> | |||
<ul> | |||
<li>2022/11/05 - <a href="/blog/2022/11/why_my_website_is_nothing_fancy">Why My Website is Nothing Fancy</a></li> | |||
<li>2019/05/26 - <a href="/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch">Nexus 7 2013 (WiFi) and Ubuntu Touch</a></li> | |||
</ul> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -1,9 +1,13 @@ | |||
<!-- Contact --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/contact.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Contact - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="here-are-some-ways-you-can-get-a-hold-of-me">Here are some ways you can get a hold of me:</h1> | |||
<h1 id="here-are-some-ways-you-can-get-a-hold-of-me">Here are some ways you can get a hold of me:</h1> | |||
<ul> | |||
<li>Briar: Get back to me on that one</li> | |||
<li>Email: <a href="mailto:contact@easthighnerd.net">contact@easthighnerd.net</a></li> | |||
@@ -70,6 +74,6 @@ | |||
<p><br /> | |||
</p> | |||
<p><em>I prefer to be contacted over XMPP, however you do you</em></p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -1,9 +1,13 @@ | |||
<!-- External Links --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/external_links.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
External Links - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="here-is-a-list-of-external-websites-that-i-link-to">Here is a list of external websites that I link to:</h1> | |||
<h1 id="here-is-a-list-of-external-websites-that-i-link-to">Here is a list of external websites that I link to:</h1> | |||
<ul> | |||
<li><a href="https://getfedora.org/" target="_blank">Fedora Project</a></li> | |||
<li><a href="https://kde.org/" target="_blank">KDE</a></li> | |||
@@ -68,6 +72,6 @@ | |||
<p><br /> | |||
</p> | |||
<p><em>My linking of these websites does not mean that I am in anyway affiliated with them or their operators, I simply link to them because I like what they’re doing, because I would like to potentially increase their exposure, or just becasue I think they’re neat</em></p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -12,16 +12,22 @@ if [[ ${1} = 'regen' ]] || [[ ${1} = '--regen' ]]; then | |||
PAGE=$(find -P ${HOME}/Projects/Website | grep 'index.html' | head -${HEAD} | tail -1) | |||
PAGE_TITLE="$(cat ${PAGE} | head -1 | sed -e 's|<!-- ||; s| -->||')" | |||
DESTINATION_DIR="$(echo ${PAGE} | sed -e 's|index.html||')" | |||
PAGE_CONTENT_FILE="$(cat ${PAGE} | head -2 | tail -1 | sed -e 's|<!-- ||; s| -->||')" | |||
PAGE_HTML="$(cat ${PAGE} | head -2 | tail -1 | sed -e 's|<!-- ||; s| -->||')" | |||
PAGE_CSS="$(cat ${PAGE} | head -3 | tail -1 | sed -e 's|<!-- ||; s| -->||')" | |||
PAGE_FAVICON="$(cat ${PAGE} | head -4 | tail -1 | sed -e 's|<!-- ||; s| -->||')" | |||
PAGE_CONTENT_FILE="$(cat ${PAGE} | head -5 | tail -1 | sed -e 's|<!-- ||; s| -->||')" | |||
PAGE_CONTENT="$(pandoc --from markdown --to html ${PAGE_CONTENT_FILE} | sed -e 's|/\">|/\" target=\"_blank\">|g; s|.png\">|.png\" target=\"_blank\">|g')" | |||
DESTINATION_DIR="$(echo ${PAGE} | sed -e 's|index.html||')" | |||
fi | |||
if [[ ! -z "${1}" ]] && [[ ! -z "${2}" ]] && [[ ! -z "${3}" ]]; then | |||
if [[ ! -z "${1}" ]] && [[ ! -z "${2}" ]] && [[ ! -z "${3}" ]] && [[ ! -z "${4}" ]] && [[ ! -z "${5}" ]] && [[ ! -z "${6}" ]]; then | |||
PAGE_TITLE="${1}" | |||
PAGE_CONTENT="$(pandoc --from markdown --to html ${2} | sed -e 's|/\">|/\" target=\"_blank\">|g; s|.png\">|.png\" target=\"_blank\">|g')" | |||
PAGE_CONTENT_FILE="${2}" | |||
DESTINATION_DIR="${3}" | |||
PAGE_HTML="${2}" | |||
PAGE_CSS="${3}" | |||
PAGE_FAVICON="${4}" | |||
PAGE_CONTENT="$(pandoc --from markdown --to html ${5} | sed -e 's|/\">|/\" target=\"_blank\">|g; s|.png\">|.png\" target=\"_blank\">|g')" | |||
PAGE_CONTENT_FILE="${5}" | |||
DESTINATION_DIR="${6}" | |||
fi | |||
if [[ ! -z ${PAGE_TITLE} ]] && [[ ! -z ${PAGE_CONTENT} ]] && [[ ! -z ${PAGE_CONTENT_FILE} ]] && [[ ! -z ${DESTINATION_DIR} ]]; then | |||
@@ -29,70 +35,11 @@ if [[ ! -z ${PAGE_TITLE} ]] && [[ ! -z ${PAGE_CONTENT} ]] && [[ ! -z ${PAGE_CONT | |||
mkdir -p "${DESTINATION_DIR}" | |||
fi | |||
echo -e "<!-- ${PAGE_TITLE} -->\n<!-- ${PAGE_CONTENT_FILE} --> | |||
<html lang=\"en\"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="with=device-width"> | |||
<title> | |||
${PAGE_TITLE} - easthighNerd | |||
</title> | |||
<link href=\"/res/css/main.css\" rel=\"stylesheet\"> | |||
<link rel=\"icon\" type=\"image/png\" href=\"/res/img/favicon.png\"/> | |||
</head> | |||
<body> | |||
<nav> | |||
<a href=\"/\"> | |||
Home | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"/blog/\"> | |||
Blog | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"https://raru.re/@easthighNerd/\" target=\"_blank\"> | |||
Mastodon | |||
</a> | |||
<br> | |||
<br> | |||
<!-- <a href=\"https://pixelfed.social/@easthighNerd/\" target=\"_blank\"> | |||
Pixelfed | |||
</a> | |||
<br> | |||
<br> --> | |||
<a href=\"https://git.easthighnerd.me/easthighNerd/\" target=\"_blank\"> | |||
Gitea | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"/software_i_use/\"> | |||
Software I Use | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"/other_interweb_peoples/\"> | |||
Other Interweb Peoples | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"/external_links/\"> | |||
External Links | |||
</a> | |||
<br> | |||
<br> | |||
<a href=\"/contact/\"> | |||
Contact | |||
</a> | |||
</nav> | |||
<main> | |||
${PAGE_CONTENT} | |||
</main> | |||
</body> | |||
</html>" > "${DESTINATION_DIR}/index.html" | |||
#PAGE_SEMIFINAL="$(cat ${PAGE_HTML} | sed -e "s|PAGE_TITLE|${PAGE_TITLE}|" | sed -e "s|PAGE_CSS|${PAGE_CSS}|" | sed -e "s|PAGE_FAVICON|${PAGE_FAVICON}|")" | |||
echo -e "<!-- ${PAGE_TITLE} -->\n<!-- ${PAGE_HTML} -->\n<!-- ${PAGE_CSS} -->\n<!-- ${PAGE_FAVICON} -->\n<!-- ${PAGE_CONTENT_FILE} -->\n\n$(cat ${PAGE_HTML} | sed -e "s|PAGE_TITLE|${PAGE_TITLE}|" | sed -e "s|PAGE_CSS|${PAGE_CSS}|" | sed -e "s|PAGE_FAVICON|${PAGE_FAVICON}|" | sed -e 's|\./|/|g')\n\t\t\t${PAGE_CONTENT}\n\t\t</main>\n\t</body>\n</html>" > "${DESTINATION_DIR}/index.html" | |||
else | |||
echo -e "USAGE:\n${0}\t[PAGE_TITLE]\t[PAGE_CONTENT (file)]\t[DESTINATION_DIR]\n${0}\tregen\n${0}\t--regen" | |||
echo -e "USAGE:\n${0}\t[PAGE_TITLE]\t\t[PAGE_HTML (file)]\t[PAGE_CSS (file)]\n\t\t[PAGE_FAVICON (file)]\t[PAGE_CONTENT (file)]\t[DESTINATION_DIR]\n${0}\tregen\n${0}\t--regen" | |||
fi | |||
export LAST_PAGE="${PAGE}" | |||
@@ -1,9 +1,13 @@ | |||
<!-- Home --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/home.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Home - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="why-hello-there">Why hello there!</h1> | |||
<h1 id="why-hello-there">Why hello there!</h1> | |||
<p>I'm Jean, known more so on the net as easthighNerd (pronounced east-high-Nerd.)</p> | |||
<p><br /> | |||
</p> | |||
@@ -71,6 +75,6 @@ | |||
</p> | |||
<p>Feel free to poke around my website as you see fit!</p> | |||
<p>You are also more than welcome to check out my socials, as well as my Gitea if you want to see some of my current and past fever drea- I mean code!</p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -1,9 +1,13 @@ | |||
<!-- Other Interweb Peoples --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/other_interweb_peoples.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Other Interweb Peoples - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="here-is-a-list-of-cool-people-that-are-also-on-the-interwebs">Here is a list of cool people that are also on the interwebs:</h1> | |||
<h1 id="here-is-a-list-of-cool-people-that-are-also-on-the-interwebs">Here is a list of cool people that are also on the interwebs:</h1> | |||
<ul> | |||
<li>Shouko - <a href="https://いらっしゃい.みんな/" target="_blank">Website</a>, <a href="https://github.com/gibcheesepuffs/" target="_blank">GitHub</a>, <a href="https://fedi.absturztau.be/users/shouko/" target="_blank">Akkoma</a></li> | |||
<li>Oshie - <a href="https://raru.re/@ocean/" target="_blank">Mastodon</a></li> | |||
@@ -72,6 +76,6 @@ | |||
</p> | |||
<p><em>All links provided have been allowed by the aforementioned individuals to be added to this list</em></p> | |||
<p><em>If we know each other, and you would like some of your links added to this page, feel free to message me on my <a href="https://raru.re/@easthighNerd/" target="_blank">Mastodon</a>, or see my <a href="/contact">contact</a> page for other ways to get in touch with me</em></p> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -0,0 +1,174 @@ | |||
body { | |||
background-image: linear-gradient(to bottom right,#0087ED, #3BC18E); | |||
background-repeat: no-repeat; | |||
color: white; | |||
font-family: monospace; | |||
font-size: 20pt; | |||
margin: 2%; | |||
background-size: cover; | |||
} | |||
body h1 { | |||
font-size: 28pt; | |||
} | |||
body h2 { | |||
font-size: 24pt; | |||
} | |||
nav { | |||
position: fixed; | |||
background-image: linear-gradient(to right, black, rgb(75, 75, 75)); | |||
top: 0%; | |||
left: 0%; | |||
right: 0%; | |||
max-height: 10%; | |||
text-align: center; | |||
padding: 1%; | |||
} | |||
nav ul { | |||
list-style-type: none; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
nav ul li { | |||
float: left; | |||
padding-left: 4pt; | |||
padding-right: 4pt; | |||
border-right: 1pt solid gray; | |||
} | |||
nav ul li:last-child { | |||
border-right: none; | |||
} | |||
nav ul li a { | |||
text-transform: capitalize; | |||
display: block; | |||
padding-left: 4pt; | |||
padding-right: 4pt; | |||
} | |||
a { | |||
text-decoration: none; | |||
color: yellow; | |||
} | |||
a:hover { | |||
color: cyan; | |||
transition: color 0.5s ease; | |||
} | |||
nav ul li a img { | |||
width: 22pt; | |||
height: 22pt; | |||
} | |||
main { | |||
position: relative; | |||
top: 0%; | |||
left: 0%; | |||
right: 0%; | |||
bottom: 0%; | |||
text-align: center; | |||
text-shadow: black 2pt 2pt; | |||
margin-top: 8%; | |||
z-index: -1; | |||
} | |||
main .left { | |||
float: left; | |||
width: 50%; | |||
} | |||
main .right { | |||
float: right; | |||
width: 50%; | |||
} | |||
@media only screen and (max-width: 719px) { | |||
body { | |||
font-size: 18pt; | |||
} | |||
body h1 { | |||
font-size: 26pt; | |||
} | |||
body h2 { | |||
font-size: 22pt; | |||
} | |||
nav { | |||
font-size: 10pt; | |||
} | |||
nav ul li { | |||
padding-left: 2pt; | |||
padding-right: 2pt; | |||
} | |||
nav ul li a { | |||
padding-left: 2pt; | |||
padding-right: 2pt; | |||
} | |||
nav ul li a img { | |||
width: 10pt; | |||
height: 10pt; | |||
} | |||
main { | |||
margin-top: 10%; | |||
text-shadow: black 1.75pt 1.75pt; | |||
} | |||
main .left { | |||
float: none; | |||
width: auto; | |||
} | |||
main .right { | |||
float: none; | |||
width: auto; | |||
} | |||
} | |||
@media only screen and (max-width: 280px) { | |||
body { | |||
font-size: 14pt; | |||
} | |||
body h1 { | |||
font-size: 18pt; | |||
} | |||
body h2 { | |||
font-size: 16pt; | |||
} | |||
main { | |||
text-shadow: black 1.25pt 1.25pt; | |||
} | |||
nav { | |||
font-size: 8pt; | |||
} | |||
nav ul li { | |||
padding-left: 1pt; | |||
padding-right: 1pt; | |||
} | |||
nav ul li a { | |||
padding-left: 1pt; | |||
padding-right: 1pt; | |||
} | |||
nav ul li a img { | |||
width: 10pt; | |||
height: 10pt; | |||
} | |||
} |
@@ -0,0 +1,57 @@ | |||
<html lang="en"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
PAGE_TITLE - easthighNerd | |||
</title> | |||
<link href="PAGE_CSS" rel="stylesheet"> | |||
<link rel="icon" type="image/png" href="PAGE_FAVICON"/> | |||
</head> | |||
<body> | |||
<nav> | |||
<a href="/"> | |||
Home | |||
</a> | |||
<br> | |||
<br> | |||
<a href="/blog/"> | |||
Blog | |||
</a> | |||
<br> | |||
<br> | |||
<a href="https://raru.re/@easthighNerd/" target="_blank"> | |||
Mastodon | |||
</a> | |||
<br> | |||
<br> | |||
<!-- <a href="https://pixelfed.social/@easthighNerd/" target="_blank"> | |||
Pixelfed | |||
</a> | |||
<br> | |||
<br> --> | |||
<a href="https://git.easthighnerd.me/easthighNerd/" target="_blank"> | |||
Gitea | |||
</a> | |||
<br> | |||
<br> | |||
<a href="/software_i_use/"> | |||
Software I Use | |||
</a> | |||
<br> | |||
<br> | |||
<a href="/other_interweb_peoples/"> | |||
Other Interweb Peoples | |||
</a> | |||
<br> | |||
<br> | |||
<a href="/external_links/"> | |||
External Links | |||
</a> | |||
<br> | |||
<br> | |||
<a href="/contact/"> | |||
Contact | |||
</a> | |||
</nav> | |||
<main> |
@@ -0,0 +1,46 @@ | |||
<html lang="en"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
PAGE_TITLE - Jean, the easthighNerd | |||
</title> | |||
<link href="PAGE_CSS" rel="stylesheet"> | |||
<link rel="icon" type="image/png" href="PAGE_FAVICON"/> | |||
</head> | |||
<body> | |||
<nav> | |||
<ul> | |||
<!-- <li style="float:right;border:none;"> | |||
<a href="#" title="YouTube" target="_self"> | |||
<img src="https://www.youtube.com/s/desktop/e213795e/img/favicon_144x144.png" alt="YouTube Logo"> | |||
</a> | |||
</li> --> | |||
<li style="float:right;border:none;"> | |||
<a href="https://www.twitch.tv/easthighNerd/" title="Twitch" target="_blank"> | |||
<img src="https://static.twitchcdn.net/assets/favicon-32-e29e246c157142c94346.png" alt="Twitch Logo"> | |||
</a> | |||
</li> | |||
<li style="float:right;border:none;"> | |||
<a rel="me" href="https://vt.social/@easthighNerd" target="_blank" title="Mastodon"> | |||
<img src="https://www.joinmastodon.org/favicon-32x32.png" alt="Mastodon Logo"> | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/"> | |||
Home | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/software-hardware/"> | |||
Software & Hardware | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/credits/"> | |||
Credits | |||
</a> | |||
</li> | |||
</ul> | |||
</nav> | |||
<main> |
@@ -0,0 +1,19 @@ | |||
<img src="/res/img/easthighNerd - Tie Front Crop Top - 02-2.png" atl="Picture of my VTubing avatar" class="page_image" style="width:256px;height:256px;border-radius:50%;"> | |||
Hello! Welcome! | |||
===== | |||
To my VTubing page! | |||
-------- | |||
My name is Jean, known more so around the net as easthighNerd! | |||
I am a transfem (she/her) that's in their mid 20s | |||
I appear human, however I've been told by people that they're still waiting for the mothership to come back and get me | |||
I mainly stream games, however I will do the occasional coding stream here and there, and would like to do so more often! | |||
I would like to start making videos in the not-too-distant future, so look forward to that I guess! | |||
For any bussiness related matters, I can be contacted via email at [vtuber@easthighnerd.net](mailto:vtuber@easthighnerd.net) |
@@ -0,0 +1,49 @@ | |||
<div class="left"> | |||
# Software | |||
## OS | |||
Fedora KDE | |||
## Desktop Environment | |||
KDE Plasma | |||
## Recording/Streaming | |||
OBS | |||
## Model Animation | |||
VSeeFace | |||
## Model Creation | |||
VRoid Studio | |||
## Audio Piping | |||
Helvum | |||
## VoIP | |||
Mumble | |||
</div> | |||
<div class="right"> | |||
# Hardware | |||
## CPU | |||
AMD Ryzen 7 5700G | |||
## GPU | |||
AMD Radeon RX 6750 XT | |||
## RAM | |||
32GiB DDR4 | |||
## Motherboard | |||
??? | |||
## Capture Card | |||
??? | |||
## Monitors | |||
??? | |||
</div> |
@@ -1,9 +1,13 @@ | |||
<!-- Software I Use --> | |||
<!-- ./res/html/main.html --> | |||
<!-- ./res/css/main.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/software_i_use.md --> | |||
<html lang="en"> | |||
<html lang="en"> | |||
<head> | |||
<meta charset=utf-8> | |||
<meta name=viewport content=with=device-width> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Software I Use - easthighNerd | |||
</title> | |||
@@ -57,7 +61,7 @@ | |||
</a> | |||
</nav> | |||
<main> | |||
<h1 id="here-is-some-of-the-software-that-i-use">Here is some of the software that I use:</h1> | |||
<h1 id="here-is-some-of-the-software-that-i-use">Here is some of the software that I use:</h1> | |||
<ul> | |||
<li>Cheogram - <a href="https://cheogram.com/" target="_blank">Website</a></li> | |||
<li>Dino - <a href="https://www.dino.im/" target="_blank">Website</a></li> | |||
@@ -97,6 +101,6 @@ | |||
<li>Tilix - <a href="https://gnunn1.github.io/tilix-web/" target="_blank">Website</a>, <a href="https://www.github.com/gnunn1/tilix/" target="_blank">GitHub</a></li> | |||
<li>Ubuntu MATE - <a href="https://www.ubuntu-mate.org/" target="_blank">Website</a></li> | |||
</ul> | |||
</main> | |||
</body> | |||
</main> | |||
</body> | |||
</html> |
@@ -0,0 +1,64 @@ | |||
<!-- Home --> | |||
<!-- ./res/html/vtuber.html --> | |||
<!-- ./res/css/vtuber.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/vtuber/home.md --> | |||
<html lang="en"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Home - Jean, the easthighNerd | |||
</title> | |||
<link href="/res/css/vtuber.css" rel="stylesheet"> | |||
<link rel="icon" type="image/png" href="/res/img/favicon.png"/> | |||
</head> | |||
<body> | |||
<nav> | |||
<ul> | |||
<!-- <li style="float:right;border:none;"> | |||
<a href="#" title="YouTube" target="_self"> | |||
<img src="https://www.youtube.com/s/desktop/e213795e/img/favicon_144x144.png" alt="YouTube Logo"> | |||
</a> | |||
</li> --> | |||
<li style="float:right;border:none;"> | |||
<a href="https://www.twitch.tv/easthighNerd/" title="Twitch" target="_blank"> | |||
<img src="https://static.twitchcdn.net/assets/favicon-32-e29e246c157142c94346.png" alt="Twitch Logo"> | |||
</a> | |||
</li> | |||
<li style="float:right;border:none;"> | |||
<a rel="me" href="https://vt.social/@easthighNerd" target="_blank" title="Mastodon"> | |||
<img src="https://www.joinmastodon.org/favicon-32x32.png" alt="Mastodon Logo"> | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/"> | |||
Home | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/software-hardware/"> | |||
Software & Hardware | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/credits/"> | |||
Credits | |||
</a> | |||
</li> | |||
</ul> | |||
</nav> | |||
<main> | |||
<p><img src="/res/img/easthighNerd - Tie Front Crop Top - 02-2.png" atl="Picture of my VTubing avatar" class="page_image" style="width:256px;height:256px;border-radius:50%;"></p> | |||
<h1 id="hello-welcome">Hello! Welcome!</h1> | |||
<h2 id="to-my-vtubing-page">To my VTubing page!</h2> | |||
<p>My name is Jean, known more so around the net as easthighNerd!</p> | |||
<p>I am a transfem (she/her) that’s in their mid 20s</p> | |||
<p>I appear human, however I’ve been told by people that they’re still waiting for the mothership to come back and get me</p> | |||
<p>I mainly stream games, however I will do the occasional coding stream here and there, and would like to do so more often!</p> | |||
<p>I would like to start making videos in the not-too-distant future, so look forward to that I guess!</p> | |||
<p>For any bussiness related matters, I can be contacted via email at <a href="mailto:vtuber@easthighnerd.net">vtuber@easthighnerd.net</a></p> | |||
</main> | |||
</body> | |||
</html> |
@@ -0,0 +1,87 @@ | |||
<!-- Software and Hardware --> | |||
<!-- ./res/html/vtuber.html --> | |||
<!-- ./res/css/vtuber.css --> | |||
<!-- ./res/img/favicon.png --> | |||
<!-- ./res/mkd/vtuber/software-hardware.md --> | |||
<html lang="en"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width"> | |||
<title> | |||
Software and Hardware - Jean, the easthighNerd | |||
</title> | |||
<link href="/res/css/vtuber.css" rel="stylesheet"> | |||
<link rel="icon" type="image/png" href="/res/img/favicon.png"/> | |||
</head> | |||
<body> | |||
<nav> | |||
<ul> | |||
<!-- <li style="float:right;border:none;"> | |||
<a href="#" title="YouTube" target="_self"> | |||
<img src="https://www.youtube.com/s/desktop/e213795e/img/favicon_144x144.png" alt="YouTube Logo"> | |||
</a> | |||
</li> --> | |||
<li style="float:right;border:none;"> | |||
<a href="https://www.twitch.tv/easthighNerd/" title="Twitch" target="_blank"> | |||
<img src="https://static.twitchcdn.net/assets/favicon-32-e29e246c157142c94346.png" alt="Twitch Logo"> | |||
</a> | |||
</li> | |||
<li style="float:right;border:none;"> | |||
<a rel="me" href="https://vt.social/@easthighNerd" target="_blank" title="Mastodon"> | |||
<img src="https://www.joinmastodon.org/favicon-32x32.png" alt="Mastodon Logo"> | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/"> | |||
Home | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/software-hardware/"> | |||
Software & Hardware | |||
</a> | |||
</li> | |||
<li> | |||
<a href="/vtuber/credits/"> | |||
Credits | |||
</a> | |||
</li> | |||
</ul> | |||
</nav> | |||
<main> | |||
<section id="software" class="left"> | |||
<h1>Software</h1> | |||
<h2 id="os">OS</h2> | |||
<p>Fedora KDE</p> | |||
<h2 id="desktop-environment">Desktop Environment</h2> | |||
<p>KDE Plasma</p> | |||
<h2 id="recordingstreaming">Recording/Streaming</h2> | |||
<p>OBS</p> | |||
<h2 id="model-animation">Model Animation</h2> | |||
<p>VSeeFace</p> | |||
<h2 id="model-creation">Model Creation</h2> | |||
<p>VRoid Studio</p> | |||
<h2 id="audio-piping">Audio Piping</h2> | |||
<p>Helvum</p> | |||
<h2 id="voip">VoIP</h2> | |||
<p>Mumble</p> | |||
</section> | |||
<section id="hardware" class="right"> | |||
<h1>Hardware</h1> | |||
<h2 id="cpu">CPU</h2> | |||
<p>AMD Ryzen 7 5700G</p> | |||
<h2 id="gpu">GPU</h2> | |||
<p>AMD Radeon RX 6750 XT</p> | |||
<h2 id="ram">RAM</h2> | |||
<p>32GiB DDR4</p> | |||
<h2 id="motherboard">Motherboard</h2> | |||
<p>???</p> | |||
<h2 id="capture-card">Capture Card</h2> | |||
<p>???</p> | |||
<h2 id="monitors">Monitors</h2> | |||
<p>???</p> | |||
</section> | |||
</main> | |||
</body> | |||
</html> |