-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
626 additions
and
419 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<script setup> | ||
const props = defineProps({ | ||
skillset: { type: Object, default: () => ({}) } | ||
}) | ||
</script> | ||
|
||
<template lang='pug'> | ||
.flex.flex-wrap.gap-4.leading-relaxed | ||
.p-4.bg-light-500.dark-bg-dark-500.shadow.flex.flex-col.gap-.rounded(style="flex: 1 1 220px" v-for="(list,field) in skillset" :key="field") | ||
.text-2xl {{ field }} | ||
.flex.flex-col | ||
.p-1.flex.gap-2.items-start.border-b-1.border-dark-100.dark-border-light-700.border-op-30.hover-border-op-100(v-for="skill in list" :key="skill") | ||
//- .w-4.pt-6px | ||
.i-la-minus | ||
.p-0 {{ skill }} | ||
</template> |
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,20 @@ | ||
--- | ||
title: Project based workflow | ||
description: The process of project collaboration | ||
date: 2024-02-23 | ||
--- | ||
|
||
## How we may iterate on ideas and use some of my time to make them real | ||
|
||
1. You reach me out and describe the offer of your project/task/position. | ||
2. I will ask questions that help estimate time and efforts needed to accomplish it. | ||
3. I propose you my estimated work schedule and payment terms. | ||
4. My base rate is $30-90/hour, varies by urgency and skillset involved. Discounted for open-source code. | ||
6. We negotiate and approve the project conditions. | ||
7. I send you a link to securely buy some initial hours of our estimations. | ||
8. I get to work with timer and weekly progress reports. | ||
9. You accept the results and pay for the time spent in a next week period. | ||
10. We continue this process until the requirements are met. | ||
11. We finalize the project, you pay me the last payment, that includes all the bonuses and premium. | ||
12. I provide you a repository with all of the source code, layout files and finished product. | ||
13. Support and services for the product can be negotiated as new projects. |
Oops, something went wrong.