-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
192 lines (181 loc) · 10.9 KB
/
index.html
File metadata and controls
192 lines (181 loc) · 10.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GFN119M0JG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GFN119M0JG');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bresch.io</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=block" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<button class="hamburger-menu" aria-label="Toggle menu">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="12" x2="20" y2="12" class="line-top" />
<line x1="4" y1="12" x2="20" y2="12" class="line-middle" />
<line x1="4" y1="12" x2="20" y2="12" class="line-bottom" />
</svg>
</button>
<div class="container">
<nav class="sidebar">
<h1>bresch.io</h1>
<ul>
<li><a href="#personio">Personio</a></li>
<li><a href="#drawbridge">Drawbridge</a></li>
<li><a href="#pizza-cat">Pizza Cat</a></li>
<li><a href="#meta-avatars-store">Meta</a></li>
<li><a href="#ig-action-buttons">Instagram</a></li>
<li><a href="#facebook-ads-design-system">Facebook</a></li>
</ul>
<div class="about-me">
<img src="./assets/terrence-breschi-profile.png" alt="Terrence Anthony Breschi" class="avatar" loading="lazy">
<p>hey, i'm terrence. i design, build and ship with ai.</p>
<div class="about-row">
<a href="about.html" class="about-link">about</a>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle dark mode">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="sun-icon">
<circle cx="12" cy="12" r="4" class="sun-core"/>
<g class="sun-rays">
<path d="M12 3v1"/>
<path d="M12 20v1"/>
<path d="M3 12h1"/>
<path d="M20 12h1"/>
<path d="m18.364 5.636-.707.707"/>
<path d="m6.343 17.657-.707.707"/>
<path d="m5.636 5.636.707.707"/>
<path d="m17.657 17.657.707.707"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="moon-icon">
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/>
</svg>
</button>
</div>
</div>
</nav>
<main class="content">
<section id="personio" class="project">
<img src="./assets/personio-input.gif" width="100%" height="auto" alt="Personio" loading="lazy">
<div class="project-info">
<div class="left-column">
<h2>Personio</h2>
<p class="date">2025 / Cursor, Figma</p>
<div class="link-container">
<a href="https://www.personio.com/" target="_blank" class="project-link">Link</a>
</div>
</div>
<div class="right-column">
<p class="description">I'm leading design for Personio's AI products. We're exploring how to safely share context with the Assistant while testing new UI patterns and interactions. Concept work shown above.</p>
</div>
</div>
</section>
<section id="drawbridge" class="project">
<img src="./assets/drawbridge.gif" width="100%" height="auto" alt="Drawbridge" loading="lazy">
<div class="project-info">
<div class="left-column">
<h2>Drawbridge</h2>
<p class="date">2025 / cursor, figma</p>
<div class="link-container">
<a href="drawbridge.html" class="project-link case-study-link" data-section="drawbridge">Case study</a>
<a href="https://github.com/breschio/drawbridge" target="_blank" class="project-link">Github</a>
</div>
</div>
<div class="right-column">
<p class="description">A Chrome plugin I built for AI-driven design and development. It allows you to make 'Figma comments' in the browser for processing by Claude or Cursor.</p>
</div>
</div>
</section>
<section id="pizza-cat" class="project">
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/8lnwXHsIThc?si=M-DVYUiHHJS4oRB1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="project-info">
<div class="left-column">
<h2>Pizza Cat</h2>
<p class="date">2024 / cursor, figma, supabase, google music fx</p>
<div class="link-container">
<a href="http://pizzacat.surf/" target="_blank" class="project-link">Play</a>
<a href="https://github.com/breschio/PizzaCat" target="_blank" class="project-link">Github</a>
</div>
</div>
<div class="right-column">
<p class="description">A simple game I built to learn the fundamentals of AI-driven development. I wanted to understand how AI can help create interactive experiences from scratch.</p>
</div>
</div>
</section>
<section id="meta-avatars-store" class="project mobile-project">
<div class="mobile-project-container">
<div class="mobile-media">
<video width="auto" autoplay loop muted playsinline>
<source src="./assets/meta-avatars-store-mask.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="mobile-project-info">
<h2>Meta Avatars Store</h2>
<p class="date">2020 / Figma</p>
<p class="description">I designed the shopping experience for Meta's Avatar Store, making digital self-expression feel personal through clothing and accessories.</p>
<div class="link-container" style="display: none;">
<a href="#" target="_blank" class="project-link">Link 1</a>
<a href="#" target="_blank" class="project-link">Link 2</a>
</div>
</div>
</div>
</section>
<section id="ig-action-buttons" class="project mobile-project">
<div class="mobile-project-container">
<div class="mobile-media">
<video width="auto" autoplay loop muted playsinline>
<source src="./assets/instagram-action-buttons-mask.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="mobile-project-info">
<h2>Instagram Action Buttons</h2>
<p class="date">2020 / Figma</p>
<p class="description">I streamlined the setup for businesses to get bookings, leads, and sales directly from their Instagram profiles.</p>
<div class="link-container" style="display: none;">
<a href="#" target="_blank" class="project-link">Link 1</a>
<a href="#" target="_blank" class="project-link">Link 2</a>
</div>
</div>
</div>
</section>
<section id="facebook-ads-design-system" class="project">
<div class="video-wrapper">
<iframe src="https://player.vimeo.com/video/891511433?title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" title="Company Layer LWI"></iframe>
</div>
<div class="project-info">
<div class="left-column">
<h2>Facebook Ads Design System</h2>
<p class="date">2019 / figma</p>
<div class="link-container" style="display: none;">
<a href="#" target="_blank" class="project-link">Link 1</a>
<a href="#" target="_blank" class="project-link">Link 2</a>
</div>
</div>
<div class="right-column">
<p class="description">I developed and tested a design system that unified the advertising experience across Facebook, Instagram, and Business Suite, reducing inconsistencies and improving design velocity.</p>
</div>
</div>
</section>
<section id="contact" class="project" style="display: none;">
<h2>Contact</h2>
<p>Feel free to reach out to me at t@bresch.io</p>
<div class="media-placeholder"></div>
</section>
</main>
</div>
<script src="script.js"></script>
</body>
</html>