From 81cf4d73b8aae9ce2c4e439407d3d0686a9f1175 Mon Sep 17 00:00:00 2001 From: Evren Ceyhan Date: Tue, 14 Nov 2023 00:30:37 +0100 Subject: [PATCH] update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6df37d6..a11a0a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ + [![CodeQL](https://github.com/webceyhan/webceyhan.github.io/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/webceyhan/webceyhan.github.io/actions/workflows/github-code-scanning/codeql) [![Build and Deploy](https://github.com/webceyhan/webceyhan.github.io/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/webceyhan/webceyhan.github.io/actions/workflows/build-deploy.yml) @@ -8,11 +9,11 @@ +# Personal Landing Page -# ceyhan.cloud Landing Page - -This is a personal landing page which is served at [ceyhan.io](https://www.ceyhan.io/). -It contains a short personal introduction and list of projects i developed on GitHub. All data is dynamically fetched from GitHub REST API. +This is a personal landing page which is served at [ceyhan.cloud](https://www.ceyhan.cloud/). +It contains a short personal introduction and list of projects i developed on GitHub. +All data is dynamically fetched from GitHub REST API. Feel free to use it as your own landing page if you like. [View Demo](https://webceyhan.github.io) | @@ -57,13 +58,13 @@ You need to install the [Node.js](https://nodejs.dev/) and `npm` package manager USER_INSTAGRAM= ``` 5. Setup your GitHub profile settings to show in header section. - ```sh + `sh name= # Your Name bio= # Your Job Description location= # Where You're based in company= # Where you work at (optional) - ``` -> If you like to use a company logo instead of text, you can put a company-logo.png under the assets folder which will be automatically rendered. + ` + > If you like to use a company logo instead of text, you can put a company-logo.png under the assets folder which will be automatically rendered.