Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zizwar/cveno
Fresh Curriculum Vitae
https://github.com/zizwar/cveno
curriculum-vitae deno denoland es6 fresh javascript preact reactjs typescript
Last synced: 4 days ago
JSON representation
Fresh Curriculum Vitae
- Host: GitHub
- URL: https://github.com/zizwar/cveno
- Owner: Zizwar
- Created: 2022-07-15T03:01:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:43:14.000Z (5 months ago)
- Last Synced: 2024-06-14T06:44:22.846Z (5 months ago)
- Topics: curriculum-vitae, deno, denoland, es6, fresh, javascript, preact, reactjs, typescript
- Language: HTML
- Homepage: https://brahim.deno.dev
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Zizwar/cveno)
# cveno
Fresh Curriculum Vitae## install
1- https://deno.land/#installation2- clone:
```sh
git clone https://github.com/Zizwar/cveno
```## run
- terminal
```sh
$ deno task start
or
$ deno run -A --watch=static/,routes/ dev.ts
or
$ deno run --allow-net --allow-read main.ts```
- docker
```sh
$ docker build -t app . && docker run -it --init -p 1993:1993 app
```
- cloud
```
```sh
in https://dash.deno.com create a new project and then link to your version repo.
```- change data cv
```
./utils/db.json
```
```json
{
"name": "Brahim BIDI",
"mail": "[email protected]",
"subName": "JavaScript ❣️",
"aboutMe": [
"About Ibrahim ",
"I'm Ibrahim Bidi, the programming world is my specialty, everything related to JavaScript you will find me there, in the Frontend, Backend, on mobile and desktop, in robotics and blockchain, JavaScript has become everywhere.\nI bet on javascript 22 years ago, it was on Earth🌍 and now it's in space🚀\nJS🧡."
],
"mobile": "Mobile: +212648188181",
"mailbox": "mailbox: [email protected]",
"avatar": "/avatar/ibrahim_bidi.jpg",
"birth": "Birth: 1979",
"info": "Basic information",
"nameT": "Name: Brahim BIDI",
"links": [
{
"title": "github",
"url": "https://github.com/Zizwar/",
"icon": "fa fa-github"
}],
"skills": [
{
"name": "V8",
"skill": [
{ "name": "DenoLand", "percent": 95 },
{ "name": "NodeJs", "percent": 90 }
]
}],
"experiences": {
"title": "Competence experience",
"items": [
{
"name": "Web page",
"icon": "fa fa-tv",
"experience": [
"Work with dozens of front and rear engineers and designers to develop project experience",
"SEO search engine optimization, Google keywords",
"Experience developing web pages using the Bootstrap4/UIkit framework",
]}]}
}
```### view demo in dash deno dev
https://cveno.deno.dev### import source css html
https://github.com/Zizwar/cveno/tree/main/wendy### Technologies
[![Made with Fresh](https://fresh.deno.dev/fresh-badge.svg)](https://fresh.deno.dev)