Eliseo Ruiz Nowell Portfolio Website
A repo for my own website at https://nathanielrn.github.io/eliseoruizlife/! I completed the Udemy CSS course https://www.udemy.com/design-and-develop-a-killer-website-with-html5-and-css3/learn/v4/overview and wanted to put my new skills to use! If you have any comments please add them as issues here and I will answer right away!
Thanks for visiting!
The site is a single hand-written page with no build step:
index.html— all contentresources/css/site.css— the whole design system (tokens, layout, responsive, reduced-motion and print rules)resources/javascript/site.js— sticky-header state, mobile navigation, scroll reveals, active-section highlighting (vanilla, no dependencies)resources/images/,resources/favicons/,resumes/pdfs/— assets
Preview it by opening index.html directly, or with
python3 -m http.server from the repo root.
The original 2017 jQuery/animate.css/ionicons stack was removed with the 2026 redesign; see the git history if you ever need it back.
GitHub Pages serves this site from the root of the master branch. Pushing to
master publishes the site; the stale gh-pages branch (last updated in 2018)
is no longer used.
Asset paths are relative so that the site works under the
/eliseoruizlife/ subpath of nathanielrn.github.io.
Re-adding the www.eliseoruiz.life custom domain
The domain registration lapsed, so the custom domain was removed. To bring it back:
- Register
eliseoruiz.lifeagain. - At the registrar, add DNS records:
CNAMEforwww->nathanielrn.github.io- Apex
Arecords foreliseoruiz.life->185.199.108.153,185.199.109.153,185.199.110.153,185.199.111.153(orALIAS/ANAME->nathanielrn.github.io)
- Set the custom domain in Settings -> Pages (this recreates the
CNAMEfile), then enable "Enforce HTTPS" once the certificate is issued. - Change the root-relative-safe paths back only if desired; the current relative paths work under both the custom domain and the github.io subpath.