-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into INFRA3946--adding-linter
- Loading branch information
Showing
171 changed files
with
3,820 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export default function Gallery({ url1, url2 } : { url1 : string, url2 : string }){ | ||
return ( | ||
<div className="row" style={{display: "flex"}}> | ||
<div className="column"> | ||
<img | ||
src={url1} | ||
style={{ border: '1px solid rgb(220, 220, 220)' }} | ||
/> | ||
</div> | ||
<div className="column"> | ||
<img | ||
src={url2} | ||
style={{ border: '1px solid rgb(220, 220, 220)' }} | ||
/> | ||
</div> | ||
</div> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Yet to Decide | ||
description: TBD | ||
author: TBD | ||
--- | ||
|
||
TBD |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Martin | ||
## Martin Eckardt | ||
|
||
# Andrea | ||
Martin works as a Senior Developer Relations Engineer at Ava Labs. | ||
|
||
# Ash | ||
## Andrea | ||
|
||
Andrea Vargas works as a DevRel Engineer at Ava Labs. | ||
|
||
## Ash | ||
|
||
Ash currently works as a DevRel Engineer at Ava Labs, the team behind Avalanche blockchain. | ||
|
||
[Twitter](https://twitter.com/ashngmi) | [GitHub](https://github.com/ashucoder9) | [Website](https://ashngmi.xyz) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.