Skip to content

Commit

Permalink
copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leebert committed Jan 6, 2021
1 parent 1cb4b60 commit af0ce14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cinescope.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>Cinescope</h1>
<li>Complex interactions</li>
</ul> -->
<img src="assets/details/cine-1.jpg" alt="Screenshot of Cinescope user interface in video capture mode.">
<p class="h-first-p">Rachel Morrison and I have been collaborating on the Cinescope project for five years, and I've refined Rachel's vision of a minimalist scouting app several times now. It has been a constant balancing act between maintaining simplicity and surfacing complex functionality to directors and cinematographers, a user base that places the highest demand on accurate visual fidelity.</p>
<p class="h-first-p"><a class="h-no-line" href="https://www.imdb.com/name/nm1121126/" target="_blank">Rachel Morrison</a> and I have been collaborating on the Cinescope project for five years, and I've refined Rachel's vision of a minimalist scouting app several times now. It has been a constant balancing act between maintaining simplicity and surfacing complex functionality to directors and cinematographers, a user base that places the highest demand on accurate visual fidelity.</p>
<h3>📷 The Screen is the UI</h3>
<div class="article__right-image">
<p>A perfect example of the simplicity versus complexity challenge is manual camera controls. We wanted to minimize the addition of UI elements for adjusting focus, brightness, temperature, and tint. After a few failed button interaction-based solutions it dawned on me that we could could support all of these features directly on the surface of the device through gestures alone.</p>
Expand Down
4 changes: 4 additions & 0 deletions css/h-styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.h-no-line {
text-decoration: none;
}

.h-green {
color: var(--color-accent-three);
font-size: calc(var(--text-size-header) * 0.85);
Expand Down
2 changes: 1 addition & 1 deletion duo-ueba.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>⚙️ How Trust Monitor Works</h3>
<div class="aside__outcome">
<div class="aside__title">What I did</div>
<ul>
<li>🗺 Led Initiative</li>
<li>🗺 Design Lead</li>
<li>✏️ Visual and Interaction Design</li>
<li>🔬 Research and Usability Studies</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions heyride.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ <h1>Heyride</h1>
<div class="aside__title">What I did</div>
<ul>
<li>🚀 Co-founder & VP Product</li>
<li>✏️ Designer</li>
<li>✏️ Design</li>
<li>🔬 Research and Usability Studies</li>
<li>📱 iOS Developer</li>
<li>📱 iOS Development</li>
</ul>
</div>
</aside>
Expand Down

0 comments on commit af0ce14

Please sign in to comment.