~haowenl/website

620497a3e511c03d28eb49e18e9bed60ce090eac — Haowen Liu 1 year, 5 months ago 6fc379f
Update website
1 files changed, 85 insertions(+), 79 deletions(-)

M public/index.html
M public/index.html => public/index.html +85 -79
@@ 1,83 1,89 @@
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Haowen Liu</title>
  </head>

<head>
	<meta charset="utf-8" />
	<title>Haowen Liu Personal Website</title>
</head>

<body>
	<h1>Haowen Liu</h1>
	<h2>Bio</h2>
	<ul>
		<li>Incoming Bloomberg SWE</li>
		<li>
			<a href="https://man.sr.ht/builds.sr.ht/compatibility.md">SourceHut maintainer of Ubuntu, Rocky
				Linux, and Fedora CI images</a>
		</li>
		<li>Open source enthusiast</li>
	</ul>
	<h2>Forges</h2>
	<ul>
		<li>
			<a href="https://git.sr.ht/~haowenl">SourceHut</a>
		</li>
		<li>
			<a href="https://github.com/andyliuhaowen">GitHub</a>
		</li>
	</ul>
	<h2>Projects</h2>
	<ul>
		<li>
			Web Frontend Projects
			<ul>
				<li>
					<a href="https://www.shirleylyu.com/">Shirley Lyu Portfolio Website</a>
				</li>
				<li>
					<a href="https://visionventure.usc.edu/">USC Viterbi Vision Venture</a>
				</li>
				<li>
					<a href="https://www.berlyd.design/">Berly Dai Portfolio Website</a>
				</li>
			</ul>
		</li>
		<li>
			Linux, GTK, C, GNOME
			<ul>
				<li>
					<a href="https://git.sr.ht/~haowenl/vorg/">Vorg Video Organizer</a>
				</li>
			</ul>
		</li>
		<li>
			Misc
			<ul>
				<li>
					<a href="https://git.sr.ht/~haowenl/nvim_config/">My neovim setup</a>
				</li>
			</ul>
		</li>
	</ul>
	<h2>Blog</h2>
	<h2>FAQ</h2>
	<ul>
		<li>
			<b>Why this simple website?</b><br />
			- I know. Simple is just another word for ugly and unimpressive.
			However, I'm a web developer, not a web designer. I don't need my
			personal website to show off my coding skills. Also,
			<a href="https://blog.steren.fr/2020/my-stack-will-outlive-yours/">"my stack will outlive
				yours"</a>; "my stack will outperform yours"; "my stack will out-xxx yours"; ...
			In short, this is one simple way of building a website that is:
			performant, standard compliant, 100% accessible, cacheable, compatible,
			stable, maintenance free, ..., you name it.
		</li>
		<li>
			<b>But, but, that doesn't explain why no CSS...</b><br />
			- Do you <em>really</em> have to ask? ... Because I'm lazy :)
		</li>
	</ul>
</body>

  <body>
    <h1>Haowen Liu</h1>
    <h2>Bio</h2>
    <ul>
      <li>Incoming Bloomberg SWE</li>
      <li>
        <a href="https://man.sr.ht/builds.sr.ht/compatibility.md"
          >SourceHut maintainer of Ubuntu, Rocky Linux, and Fedora CI images</a
        >
      </li>
      <li>Open source enthusiast</li>
    </ul>
    <h2>Forges</h2>
    <ul>
      <li>
        <a href="https://git.sr.ht/~haowenl">SourceHut</a>
      </li>
      <li>
        <a href="https://github.com/andyliuhaowen">GitHub</a>
      </li>
    </ul>
    <h2>Projects</h2>
    <ul>
      <li>
        Web Frontend Projects
        <ul>
          <li>
            <a href="https://www.shirleylyu.com/"
              >Shirley Lyu Portfolio Website</a
            >
          </li>
          <li>
            <a href="https://visionventure.usc.edu/"
              >USC Viterbi Vision Venture</a
            >
          </li>
          <li>
            <a href="https://www.berlyd.design/">Berly Dai Portfolio Website</a>
          </li>
        </ul>
      </li>
      <li>
        Linux, GTK, C, GNOME
        <ul>
          <li>
            <a href="https://git.sr.ht/~haowenl/vorg/">Vorg Video Organizer</a>
          </li>
        </ul>
      </li>
      <li>
        Misc
        <ul>
          <li>
            <a href="https://git.sr.ht/~haowenl/nvim_config/"
              >My neovim setup</a
            >
          </li>
        </ul>
      </li>
    </ul>
    <h2>Blog</h2>
    <h2>FAQ</h2>
    <ul>
      <li>
        <b>Why this simple website?</b><br />
        - I know. Simple is just another word for ugly and unimpressive.
        However, I'm a web developer, not a web designer. I don't need my
        personal website to show off my coding skills. Also,
        <a href="https://blog.steren.fr/2020/my-stack-will-outlive-yours/"
          >"my stack will outlive yours"</a
        >; "my stack will outperform yours"; "my stack will out-xxx yours"; ...
        In short, this is one simple way of building a website that is:
        performant, standard compliant, 100% accessible, cacheable, compatible,
        stable, maintenance-free, ..., you name it.
      </li>
      <li>
        <b>But, but, that doesn't explain why no CSS...</b><br />
        - Do you <em>really</em> have to ask? ... Because I'm lazy :)
      </li>
    </ul>
  </body>
</html>