diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 0000000000..61cb2f07b5 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,64 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Ruby + uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + with: + ruby-version: '3.1' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + cache-version: 0 # Increment this number if you need to re-download cached gems + - name: Setup Pages + id: pages + uses: actions/configure-pages@v4 + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + env: + JEKYLL_ENV: production + - name: Upload artifact + # Automatically uploads an artifact from the './_site' directory by default + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/_config.yml b/_config.yml index c90d804d8d..8a1f07eef4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: Minimal theme -logo: /assets/img/logo.png -description: Minimal is a theme for GitHub Pages. +title: Ribha Singh +logo: /assets/img/1516847892105.jpg +description: Ribha's profile show_downloads: true google_analytics: theme: jekyll-theme-minimal diff --git a/assets/img/1516847892105.jpg b/assets/img/1516847892105.jpg new file mode 100644 index 0000000000..f4857e30eb Binary files /dev/null and b/assets/img/1516847892105.jpg differ diff --git a/index.md b/index.md index 8611051996..63f617298a 100644 --- a/index.md +++ b/index.md @@ -10,12 +10,34 @@ There should be whitespace between paragraphs. There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. -# Header 1 +# Summary +Working as a solution architect for Dynamics 365 CE in a program +management discipline for multiple industries, including banking, insurance, +healthcare, retail, government, manufacturing, travel, education, food, +supply chain, and services. +Collaborate with engineering team and stakeholders to ensure seamless +implementation. +Strong knowledge and demonstrated technical proficiency in adjacent +technologies including online and on-premise versions of Microsoft +Dynamics CRM (Dynamics 365 - 4.0). +Led the system design, development, and implementation with a strong +technical background and grasp of the product's features. +Design and develop high-quality code to improve platform reliability, +availability, and scalability. +Excellent product feature understanding along with technical expertise. +Outstanding ability to communicate with customers at all organizational +levels. This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. -## Header 2 +### Fraud Detection +Fraud detection is a set of processes and analyses that allow businesses to identify and prevent unauthorized financial activity. This can include fraudulent credit card transactions, identify theft, cyber hacking, insurance scams, and more. + +[![View on GitHub](https://img.shields.io/badge/GitHub-View_on_GitHub-blue?logo=GitHub)](https://github.com/sajankedia/fraud_detection) + +
+ > This is a blockquote following a header. > > When something is important enough, you do it even if the odds are not in your favor. diff --git a/mylogo b/mylogo new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/mylogo @@ -0,0 +1 @@ +