improve projects page
This commit is contained in:
parent
fa14506eaa
commit
2d8318633c
5 changed files with 102 additions and 43 deletions
|
@ -5,21 +5,31 @@
|
|||
title="pzl"
|
||||
npm="@ctexxx/pzl"
|
||||
github="ctexxx/pzl"
|
||||
type="Node.js library"
|
||||
>
|
||||
A tiny zero-configuration console logger
|
||||
Pretty zero-configuration console logger.
|
||||
</CodingProject>
|
||||
<CodingProject
|
||||
title="shxrt"
|
||||
github="ctexxx/shxrt"
|
||||
type="Node.js script"
|
||||
>
|
||||
<p>
|
||||
A URL shortener service intended to be used with <a href="https://now.sh">now</a> and
|
||||
<a href="https://graph.cool">graph.cool</a>.
|
||||
URL shortener service intended to be used with <a href="https://now.sh">now</a> and
|
||||
<a href="https://graph.cool">GraphCool</a>.
|
||||
</p>
|
||||
<p>
|
||||
Powering <a href="https://go.ctexxx.dev">go.ctexxx.dev</a>.
|
||||
</p>
|
||||
</CodingProject>
|
||||
<CodingProject
|
||||
title="singleinstancelock"
|
||||
npm="singleinstancelock"
|
||||
github="ctexxx/singleinstancelock"
|
||||
type="Node.js library"
|
||||
>
|
||||
Allow only one instance of your script at a time.
|
||||
</CodingProject>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
@ -36,8 +46,8 @@
|
|||
<style scoped lang="scss">
|
||||
.projects {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
align-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue