···5959 <h1>atvouch</h1>
6060 <div className="intro-block">
6161 <p className="intro">
6262- atvouch is a proof of concept atproto app to create intentional
6363- vouches between developers to endorse each other's skill.
6262+ atvouch is a proof of concept atproto app to let developers vouch for
6363+ each others' skill.
6464 <br />
6565 <br />
6666- developers are then able to see if there's a trust chain of vouches
6767- between themselves and another developer. useful for pull requests
6666+ developers can see whether there is a chain of trust between
6767+ themselves and another developer. this may help you review PRs.
6868 </p>
6969- <div className="instructions">
7070- <p>instructions:</p>
7171- <p>
7272- 1. treat a vouch as an actual endorsement of someone's dev skills.
7373- </p>
7474- <p>
7575- 2. currently this uses{" "}
7676- <a
7777- href="https://www.microcosm.blue/"
7878- target="_blank"
7979- rel="noopener noreferrer"
8080- >
8181- microcosm
8282- </a>{" "}
8383- to resolve the vouch graph, but this may change to a full separate
8484- service if i find this useful.
8585- </p>
8686- <p>
8787- 3. its just one lexicon. there isn't much to this at the moment.
8888- </p>
6969+ <div className="intro-right">
7070+ <div className="instructions">
7171+ <p>instructions:</p>
7272+ <p>
7373+ 1. treat a vouch as an actual endorsement of someone's dev skills.
7474+ </p>
7575+ </div>
7676+ {/* <div className="notes">
7777+ <p>notes:</p>
7878+ <p>
7979+ currently this uses{" "}
8080+ <a
8181+ href="https://www.microcosm.blue/"
8282+ target="_blank"
8383+ rel="noopener noreferrer"
8484+ >
8585+ microcosm
8686+ </a>{" "}
8787+ to resolve the vouch graph, but this may change to a full separate
8888+ service if i find this useful.
8989+ </p>
9090+ <p>
9191+ its just one lexicon. there isn't much to this at the moment.
9292+ </p>
9393+ </div> */}
8994 </div>
9095 </div>
9196 {error && <div className="error">{error}</div>}