Skip to content

Commit f83eebc

Browse files
committed
homepage and about page text update
1 parent a292b3a commit f83eebc

2 files changed

Lines changed: 35 additions & 13 deletions

File tree

about.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<main>
5656
<section class="page-hero">
5757
<div class="container">
58-
<h1>About Cliff Smith</h1>
58+
<h1>About Cliff Smith and Cliffable</h1>
5959
</div>
6060
</section>
6161

@@ -66,23 +66,34 @@ <h1>About Cliff Smith</h1>
6666

6767
<div class="about-text">
6868
<p>
69-
I’m Cliff Smith, a cloud engineer building and documenting real-world AWS architecture projects through
70-
Cliffable.
69+
I’m Cliff Smith, the creator of Cliffable, where I document my transition from music and education into
70+
cloud architecture through hands-on AWS projects.
7171
</p>
7272

7373
<p>
74-
I’ve spent over 25 years as a music educator and performer, running my own teaching practice and working
75-
with students at all levels.
74+
This website serves as a record of that journey, showcasing the systems I design and build, the
75+
architectural decisions behind them, and the technical skills I am developing through real-world
76+
implementation.
7677
</p>
7778

7879
<p>
79-
That experience shapes how I approach cloud architecture — breaking systems down, thinking through design
80-
decisions, and building in a clear, structured way.
80+
I’ve spent more than 25 years working as a music educator and performer, running my own teaching practice
81+
and helping students develop complex skills through structured learning.
8182
</p>
8283

8384
<p>
84-
Cliffable is where I document that work. Each project is built and written up as a <a
85-
href="/projects/">cloud architecture case study</a>, with diagrams, decisions, and trade-offs.
85+
That experience shapes how I approach cloud engineering today — breaking systems down, understanding how
86+
services fit together, and communicating technical ideas clearly.
87+
</p>
88+
89+
<p>
90+
I am an AWS Certified Cloud Practitioner and currently preparing for the AWS Solutions Architect Associate
91+
certification.
92+
</p>
93+
94+
<p>
95+
Every project on Cliffable is designed, built and documented by me, with a focus on architecture,
96+
implementation decisions, trade-offs and lessons learned.
8697
</p>
8798
</div>
8899
</div>

index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,23 @@
6060
<section class="hero">
6161
<div class="container">
6262
<h1>Cloud Engineering Portfolio</h1>
63-
<h2>Real-World Architecture by Cliff Smith</h2>
63+
<h2>AWS projects by Cliff Smith</h2>
64+
65+
<p>
66+
Cliffable is a cloud engineering portfolio documenting my transition from music and education into cloud
67+
architecture.
68+
</p>
69+
6470
<p>
65-
Cliffable is a cloud engineering portfolio focused on AWS architecture projects.
66-
Each project documents the design, implementation and trade-offs of real-world systems,
67-
including static websites, WordPress hosting and infrastructure built on AWS.
71+
Through hands-on AWS projects, I design, build and document real systems covering web hosting, DNS,
72+
networking, monitoring and automation. Each project focuses on the architecture, implementation decisions and
73+
lessons learned along the way.
6874
</p>
75+
76+
<p>
77+
AWS Certified Cloud Practitioner. Currently preparing for AWS Solutions Architect Associate.
78+
</p>
79+
6980
<a class="button" href="/projects/">View All Projects</a>
7081
</div>
7182
</section>

0 commit comments

Comments
 (0)