diff options
author | Alex <alex@scerba.org> | 2024-05-04 17:27:43 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-08-15 22:54:25 -0500 |
commit | a70bda379ed3fdd1fe421cfc2606d052f7577dfd (patch) | |
tree | 593509ee01216c7bcc749551c245ceae8e5494d1 /about.html | |
parent | 3bc4e4fafba8c7c0116e750c752d25095fc6c6a2 (diff) |
Move to template system and adopt the .tmpl.html extension.
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/about.html b/about.html deleted file mode 100644 index a91ddb4..0000000 --- a/about.html +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html>
-<html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="author" content="Alexander Rees Scerba" />
- <title>About - Scerba.org</title>
- <meta name="description" content="About" />
- <meta name="keywords" content="about">
- <link rel="canonical" href="https://www.scerba.org/about.html">
- <link rel="stylesheet" href="./static/style.css" />
- <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
- </head>
- <body>
- <header>
- <div class="top-bar">
- <a href="/" class="logo-w-name">
- <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
- <span class="name">Alex Scerba</span>
- </a>
- <div class="main-nav-position">
- <input type="checkbox" class="toggler">
- <div class="hamburger"><div></div></div>
- <nav aria-labelledby="global-navigation" class="main-nav">
- <a href="./index.html">Home</a>
- <a href="./blog.html">Blog</a>
- <a href="./gallery.html">Gallery</a>
- <a href="./about.html">About</a>
- <a href="./faq.html">FAQ</a>
- </nav>
- </div>
- </div>
- </header>
-
- <main>
- <section>
- <h1>About</h1>
- <h2>TL; DR - An Intro</h2>
- <p>My name is Alex Scerba, and I am an undergrad design student at the College for Creative Studies (CCS) in Detroit, MI. I enjoy drawing, web development, bicycles, motorcycles, and just overall messing around/tinkering with products and objects.</p>
- <p>I use this site to practice graphic design and web development as well as share what I'm doing with friends, family, and whoever else is interested.</p>
- <img src="./static/media/alex_profile_512.jpg" alt="Black and white portrait of Alex." style="display: block; margin-left: auto; margin-right: auto;" width="511" height="512"/>
- <h2>Long Story Long</h2>
- <h3>Higher Education Journey</h3>
- <p>Initially on track to be a software developer or computer scientist, I spent most of high school learning about computers and programming. My first year of school was at the Milwaukee Schoool of Engineering (MSOE) for a degree in computer science in 2020-2021, the first full school year durring the pandemic. Not a great year for school. By the end, I decided that a CS degree wasn't for me. I didn't want to work at a software dev company, and some of the advanced math didn't get me excited.</p>
- <p>When I was in elementary school, I would doodle and draw pretty decently, but never did anything with it. Throughout my first year of college, though, I made it a point to try and fill a sketchbook with drawings, so when I decided to leave MSOE it was a guiding factor in choosing where I wanted to go next.</p>
- <p>Growing up around motorcycles and cars, and finding enjoyment in working on and fixing them, I looked for a career path that merged vehichles and drawing, and that's how I discovered the Transportation Design department at CCS.</p>
- </section>
- </main>
-
- <footer>
- <!-- <img src="/static/logo.svg" alt="Logo" class="footer-logo"/> -->
- <address>
- <p>Contact: <a href="mailto:alex@scerba.org">alex@scerba.org</a></p>
- <p>Design Site: <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a></p>
- </address>
- </footer>
- </body>
-</html>
|