Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #409

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

pull #409

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 64 additions & 0 deletions .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
6 changes: 3 additions & 3 deletions _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
Binary file added assets/img/1516847892105.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 24 additions & 2 deletions index.md
Expand Up @@ -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)

<center><img src="images/fraud_detection.jpg"/></center>

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
Expand Down
1 change: 1 addition & 0 deletions mylogo
@@ -0,0 +1 @@