diff options
Diffstat (limited to 'html/about.tmpl.html')
-rw-r--r-- | html/about.tmpl.html | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/html/about.tmpl.html b/html/about.tmpl.html index dda674c..db9c960 100644 --- a/html/about.tmpl.html +++ b/html/about.tmpl.html @@ -3,14 +3,19 @@ {{ define "keywords" }}info{{end}}
{{ define "main" }}
- <h1>About</h1>
- <h2>Who I Am</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. It's a place to share what I'm up to. Check out the <a href="/faq">FAQ</a> for more info.</p>
- <figure>
- <img src="./static/media/alex_profile_512.jpg" alt="Close up of Alex standing in front of red brick wall wearing a medium gray button down." width="511" height="512"/>
- <figcaption>Portrait, 2023. Credits: Chelsea Rogers</figcaption>
- </figure>
- <h2>Future Plans</h2>
- <p>I hope to start my own business designing, manufacturing, and selling custom parts for cars and motorcycles after spending time in the automotive and powersports industry as a designer or digital sculptor.</p>
+ <h1>About Chelsea Rogers</h1>
+ <div>
+ <p>Hi! My name is Chelsea Rogers and I am currently a Senior in Communication Design at the College for Creative Studies in Detroit, Michigan.</p>
+ <p>Originally from Columbus, Wisconsin, I came to Detroit to pursue my dream of becoming a graphic designer. My interests include typography, publication design, motion design, and RISO printing. </p>
+ <p>Outside of design, I am passionate about music and am an avid record collector. Music has been a big part of my life. Some of my other interests include playing card and board games, putting together jigsaw puzzles, enjoying the outdoors, and spending time with my family and friends.</p>
+ <p>My design and personal interests often overlap with each other and help to drive my passion. There are a lot of areas to explore within the graphic design world, and I am open to exploring new opportunities in my future.</p>
+ <nav>
+ <ul>
+ <li><a href="/static/Resume_Chelsea_Rogers.pdf">Resume</a></li>
+ <li><a href="https://linkedin.com/in/chelsea-rogers-b9997a227" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
+ <li><a href="https://www.instagram.com/cr_12_designs" target="_blank" rel="noopener noreferrer">Instagram</a></li>
+ </ul>
+ </nav>
+ </div>
+ <img src="/static/media/chelsea_profile.jpg" alt="Chelsea Rogers in green collared shirt standing in front of white background." width="1000" height="1000" />
{{ end }}
|