-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1422 from mattstein/chore/v3-docs-update
docs: Update v3 docs
- Loading branch information
Showing
44 changed files
with
2,742 additions
and
2,431 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<template> | ||
<div class="used-by-logos"> | ||
<a href="https://moz.com/" target="_blank" rel="noopener"> | ||
<img src="./img/moz-logo.svg" aria-label="Moz logo" width="140" height="40" /> | ||
</a> | ||
<a href="https://craftcms.com/" target="_blank" rel="noopener"> | ||
<img src="./img/craft-cms-logo.svg" aria-label="Craft CMS logo" width="220" height="55" /> | ||
</a> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
.used-by-logos { | ||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
} | ||
.used-by-logos a:not(:last-child) { | ||
margin-right: 2rem; | ||
} | ||
</style> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.