-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.75 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Trace's Webpage</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<h1 class="logo"><a href="index.html">Trace</a></h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<h1>My Programming Performance</h1>
<div class="about">
<div class="about-image"><img src="sandpoint.avif" alt="A scenic overlook of Sandpoint,Idaho." width="600"></div>
<div class="about-text">
<p>Hello everyone! My name is Trace Macias.</p>
<p>About a year and a half ago, I wasn't sure whether I would go to school and pursue STEM or
if I would get a BFA in Musical Theatre. Going into my junior year of high school, I decided
to make a big change and leave my public school to attend an arts school. I loved doing school
musicals and wanted to be at a place that would develop my performance skills. Being thrown in
the middle of so many incredibly talented actors, singers, and dancers at this new school gave me a different kind of
motivation to succeed. I worked hard, and in my senior year, I was cast as a <strong>lead</strong> in one of the musicals.
During that quick three-month process to put the show on its feet, I immersed myself in the world of an orphaned Ukrainian rapper
who was involved in a freak rollercoaster accident. I learned so much from being around my classmates
in a creative environment, as well as from my director, who was so determined to get the best out of us.
Though I ultimately decided not to pursue the performing arts in college, I know that attending CSArts
helped me become the person I am today. I strive to be a cast member in every group setting, contributing
to the story passionately. I strive to deliver my words truthfully so that audiences can resonate
with my message. I want to be a great performer in Computer Science because I am passionate about
positively impacting communities, but also because I see programming as a stage of its own. Success in
programming relies on collaboration, commitment, and creativity, just like in a musical.
</p>
<a href="https://www.caringfamilymedicine.com/home">Caring Family Medicine</a>
</div>
</div>
</main>
<footer class="footer">"© 2025 <Trace's Webpage> | All Rights Reserved"</footer>
</body>
</html>