# No Python logic required for this HTML/CSS update, but providing the turnkey script as per instructions. html_content = """ BY Design | Portfolio

Selected
Works

Brutalism Tokyo

Fashion Monolith

Object 01

Pure Time

Abstract Flow

Workspace Concept

Geometry

Modern Structure

""" with open("index.html", "w", encoding="utf-8") as f: f.write(html_content)