added prompts

This commit is contained in:
Abhimanyu Rana
2023-05-12 20:57:10 +05:30
parent 5b7b9f1f91
commit badb09bc22
3 changed files with 59 additions and 4 deletions
-2
View File
@@ -145,5 +145,3 @@ Website | Description
[PromptLayer](https://promptlayer.com/?ref=riseofmachine) | Log, search, & manage prompt templates.
+1 -1
View File
@@ -33,7 +33,7 @@ const { title } = Astro.props;
</button>
<slot />
<div class="footer">Brought to you by <a href="https://twitter.com/planetabhi" class="nu-u-link--subtle">@planetabhi</a> ∠( ᐛ 」∠)_<br /> <a href="https://github.com/MethodBlack/riseofmachine" class="nu-u-link--subtle">Submit</a> a tool for consideration. ᕦ(ò_óˇ)ᕤ</div>
<div class="footer">Brought to you by <a href="https://twitter.com/planetabhi" class="nu-u-link--subtle">@planetabhi</a> ∠( ᐛ 」∠)_<br /> <a href="https://github.com/MethodBlack/riseofmachine" class="nu-u-link--subtle">Submit a tool</a>. ᕦ(ò_óˇ)ᕤ</div>
</body>
</html>
<style is:global>
+58 -1
View File
@@ -379,7 +379,7 @@ import "@new-ui/spacings";
<Card
href="https://promptlayer.com/?ref=riseofmachine"
title="PromptLayer"
body="Log, search, and manage prompt templates."
body="Log, search, & manage prompt templates."
/>
<Card
href="https://retune.so/?ref=riseofmachine"
@@ -545,6 +545,63 @@ import "@new-ui/spacings";
</ul>
</section>
<!-- Prompts -->
<section>
<h6 class="separator nu-c-h6">&#128200; Prompts</h6>
<ul role="list" class="link-card-grid">
<Card
href="https://www.dallelist.com/?ref=riseofmachine"
title="Dallelist"
body="DALL-E prompt helper."
/>
<Card
href="https://eyeforai.xyz/?ref=riseofmachine"
title="Eye for AI"
body="Visual prompt builder."
/>
<Card
href="https://replicate.com/methexis-inc/img2prompt/?ref=riseofmachine"
title="Img2prompt"
body="Image to prompt."
/>
<Card
href="https://www.jrnylist.com/?ref=riseofmachine"
title="Jrnylist"
body="Midjourney prompt helper."
/>
<Card
href="https://www.krea.ai/?ref=riseofmachine"
title="Krea"
body="Create collections of prompts."
/>
<Card
href="https://openart.ai/?ref=riseofmachine"
title="OpenArt"
body="Discover 10M+ prompts."
/>
<Card
href="https://promptbase.com/?ref=riseofmachine"
title="PromptBase"
body="Marketplace for GPT3 prompts."
/>
<Card
href="https://www.promptbox.ai/?ref=riseofmachine"
title="PromptBox"
body="Organize your prompts."
/>
<Card
href="https://prompthero.com/?ref=riseofmachine"
title="PromptHero"
body="Prompts for Stable Diffusion, ChatGPT, & Midjourney."
/>
<Card
href="https://promptlayer.com/?ref=riseofmachine"
title="PromptLayer"
body="Log, search, & manage prompt templates."
/>
</ul>
</section>
</main>
</Layout>