Changed around line 1
- buildHtml
- buildTxt
- favicon favicon.png
- title Andrew Reed
-
- metaTags
-
- mediumColumns 1
- Hello, I'm Andrew Reed.
- https://www.sequoiacap.com/people/andrew-reed/ Andrew Reed
-
- I'm a Partner at Sequoia Capital. I joined Sequoia 10 years ago and work with internet and software companies around the world. Investments include:
- https://www.sequoiacap.com/ Sequoia Capital
-
- Eleven Labs (2023) Warp (2022) Figma (2019) GitHub (2015) Robinhood (2017) Vanta (2021) Bolt (2021) Zapier (2020) Medallion (2021) Loom (2019) Snapdocs (2017) Tourlane (2018) Productboard (2019) Chainguard (2022) Rappi (2018) Sourcegraph (2020) Strava (2014) Klarna (2010)
- https://elevenlabs.io/ Eleven Labs
- https://www.warp.dev/ Warp
- https://www.figma.com/ Figma
- https://www.github.com/ GitHub
- https://www.robinhood.com/ Robinhood
- https://www.vanta.com/ Vanta
- https://www.bolt.eu/ Bolt
- https://www.zapier.com/ Zapier
- https://www.medallion.co/ Medallion
- https://www.loom.com/ Loom
- https://www.snapdocs.com/ Snapdocs
- https://www.tourlane.com/ Tourlane
- https://www.productboard.com/ Productboard
- https://www.chainguard.dev/ Chainguard
- https://www.rappi.com/ Rappi
- https://www.sourcegraph.com/ Sourcegraph
- https://www.strava.com/ Strava
- https://www.klarna.com/ Klarna
-
- I’m interested in the opportunity for global internet companies, AI and collaborative software, developer tools and networks, and exceptional founders and teams - wherever they reside.
-
- Email: areed@sequoiacap.com
-
- css
- html{background: rgb(33,33,33); color: white; font-family: "IBM Plex Sans", "IBM Plex Sans Placeholder", sans-serif; line-height: 24px; }
- body {padding-top: clamp(20px, 5vw, 40px);
- padding-left: clamp(20px, 5vw, 160px);}
- a {color: white; text-decoration: none;}
- body{
- font-weight: 100;
- background-clip: text;
- -webkit-background-clip: text; /* For WebKit browsers */
- color: transparent;
- background-image: linear-gradient(0deg, rgb(255, 255, 255) 97.3765%, rgba(255, 255, 255, 0) 100%);
+ buildHtml
+ buildTxt
+ favicon favicon.png
+ title Andrew Reed
+
+ metaTags
+
+ mediumColumns 1
+ Hello, I'm Andrew Reed.
+ https://www.sequoiacap.com/people/andrew-reed/ Andrew Reed
+
+ I'm a Partner at Sequoia Capital. I joined Sequoia 10 years ago and work with internet and software companies around the world. Investments include:
+ https://www.sequoiacap.com/ Sequoia Capital
+
+ Eleven Labs (2023) Warp (2022) Figma (2019) GitHub (2015) Robinhood (2017) Vanta (2021) Bolt (2021) Zapier (2020) Medallion (2021) Loom (2019) Snapdocs (2017) Tourlane (2018) Productboard (2019) Chainguard (2022) Rappi (2018) Sourcegraph (2020) Strava (2014) Klarna (2010)
+ https://elevenlabs.io/ Eleven Labs
+ https://www.warp.dev/ Warp
+ https://www.figma.com/ Figma
+ https://www.github.com/ GitHub
+ https://www.robinhood.com/ Robinhood
+ https://www.vanta.com/ Vanta
+ https://www.bolt.eu/ Bolt
+ https://www.zapier.com/ Zapier
+ https://www.medallion.co/ Medallion
+ https://www.loom.com/ Loom
+ https://www.snapdocs.com/ Snapdocs
+ https://www.tourlane.com/ Tourlane
+ https://www.productboard.com/ Productboard
+ https://www.chainguard.dev/ Chainguard
+ https://www.rappi.com/ Rappi
+ https://www.sourcegraph.com/ Sourcegraph
+ https://www.strava.com/ Strava
+ https://www.klarna.com/ Klarna
+
+ I’m interested in the opportunity for global internet companies, AI and collaborative software, developer tools and networks, and exceptional founders and teams - wherever they reside.
+
+ Email: areed@sequoiacap.com
+
+ css
+ html{
+ background: rgb(33,33,33);
+ color: white;
+ font-family: "IBM Plex Sans", "IBM Plex Sans Placeholder", sans-serif;
+ line-height: 24px;
+ }
+ a {color: white; text-decoration: none;}
+ body {
+ padding-top: clamp(20px, 5vw, 40px);
+ padding-left: clamp(20px, 5vw, 160px);
+ font-weight: 100;
+ background-clip: text;
+ -webkit-background-clip: text;
+ color: transparent;
+ background-image: linear-gradient(0deg, rgb(255, 255, 255) 97.3765%, rgba(255, 255, 255, 0) 100%);
+ }