Skip to content

Commit 8760df5

Browse files
committed
Update home page photos and illustration
1 parent 24861e4 commit 8760df5

File tree

7 files changed

+157
-132
lines changed

7 files changed

+157
-132
lines changed

content/index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ <h4>Multiplayer</h4>
3333

3434
<svg class="chop multiplayer" width="352" height="540" viewBox="0 28 352 540">
3535
<use href="#multiplayer-2" />
36-
<use href="#Multiplayer_Users" />
3736
</svg>
3837

3938
<div class="offline unit">
@@ -68,7 +67,7 @@ <h4>Versioned</h4>
6867
<p>Automerge remembers every change. Branch fearlessly, experiment boldly. Your document's entire history lives locally, ready when you need it.</p>
6968
</div>
7069

71-
<svg class="chop versioned" width="512" height="540" viewBox="0 1080 512 540">
70+
<svg class="chop versioned" width="512" height="580" viewBox="0 1080 512 580">
7271
<use href="#versioned-2" />
7372
<use href="#changeset-8">
7473
</svg>
@@ -78,7 +77,7 @@ <h4>Compact</h4>
7877
<p>Automerge supports millions of changes in a single doc. It uses a compressed columnar store on disk and in memory.</p>
7978
</div>
8079

81-
<svg class="chop compact" width="408" height="276" viewBox="0 0 680 460">
80+
<svg class="chop compact" width="420" height="276" viewBox="0 0 700 460">
8281
<g transform="rotate(-90) translate(-484, -1150)">
8382
<use href="#compact" />
8483
<use href="#changeset-8" transform="translate(256, 1380) scale(7) translate(-256 -1120)">
@@ -140,18 +139,18 @@ <h4>Backend</h4>
140139

141140
<div class="team-bg">
142141
<section id="team">
143-
<div class="photos">
144-
<img src="/index/team-1.png">
145-
<img src="/index/team-2.png">
146-
</div>
147142
<div class="text">
148143
<h2>The team behind Automerge.</h2>
149144
<p>For more than a decade, Automerge has been an independent open source project built by a serious, dedicated team of engineers and computer scientists. That team includes production engineers who cofounded Heroku, and computer scientists like renowned Cambridge professor Martin Kleppmann. We plan for the long-term, and think about where the project will be in a decade, not how to get through the next funding round.</p>
150-
<img src="/index/team-1.png">
145+
<img src="/index/L1001254--bitmap--640w.png">
151146
<p>We are driven to build high performance, reliable software you can bet your project on. We develop rigorous academic proofs of our designs using theorem proving tools like Isabelle, and implement them using cutting edge performance techniques adopted from the database world. Our standard is to be both fast and correct.</p>
152147
<p>Our ongoing effort is supported by a variety of different groups. Industrial research lab <a href="https://www.inkandswitch.com/">Ink & Switch</a> provides a baseline of full-time engineering staff, including lead maintainer Alex Good, Orion Henry, Brooklyn Zelenka, and John Mumm. We are also supported by open source sponsorship from partners like Fly.io and Prisma, support contracts and feature development funding from users like GoodNotes and Bowtie, and philanthropic funding from groups like NLNet, the Advanced Research + Invention Agency, and the Endless Foundation.</p>
153-
<img src="/index/team-2.png">
148+
<img src="/index/L1001452--bitmap--640w.png">
154149
<p>We are also grateful to all the <a href="/community">members of our community</a> who write new libraries and integrations, contribute to the core repositories, or share their experiences building with Automerge. We maintain a list of <a href="https://github.com/automerge/automerge-repo/tree/main/packages/automerge-repo#acknowledgements">open source contributors</a>, and invite you to join them.</p>
155150
</div>
151+
<div class="photos">
152+
<img src="/index/L1001254--bitmap--640w.png">
153+
<img src="/index/L1001452--bitmap--640w.png">
154+
</div>
156155
</section>
157156
</div>
16.8 KB
Loading
25.8 KB
Loading

content/index/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ footer::after {
259259

260260
#team img {
261261
width: 100%;
262+
mix-blend-mode: lighten;
262263
}
263264

264265
@media (width <= 700px) {

content/index/team-1.png

-38.9 KB
Binary file not shown.

content/index/team-2.png

-42.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)