Skip to content

Commit 0a789b4

Browse files
author
amalik
committed
init files_2
1 parent 6a888f9 commit 0a789b4

11 files changed

+95
-115
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4-
4+
gem 'tzinfo-data'
55
gemspec
66

_config.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# --- Basic options --- #
22

33
# Name of website
4-
title: Welcome
4+
title: Abhishek Malik
55

66
# Short description of your site
7-
description: Abhishek Malik
7+
description: Personal website
88

99
# Your name to show in the footer
1010
author: Abhishek Malik
1111

1212
# --- List of links in the navigation bar --- #
1313

1414
navbar-links:
15-
About Me: "aboutme"
16-
Resume: "https://registry.jsonresume.org/abhmalik"
15+
Home: "https://abhmalik.github.io"
16+
About: "aboutme"
1717
Project Demos:
1818
- Planet detectoion using ML: "https://beautifuljekyll.com"
1919
- Fraud detection: "https://www.markdowntutorial.com/"
2020
- Anomaly Detection: "https://www.markdowntutorial.com/"
21+
Resume: "https://registry.jsonresume.org/abhmalik"
2122
Github: "https://github.com/abhmalik"
22-
Author's home: "https://abhmalik.github.io"
2323

2424
# --- Logo --- #
2525

2626
# Image to show in the navigation bar - works best with a square image
2727
# Remove this parameter if you don't want an image in the navbar
28-
avatar: "/assets/img/me.png"
28+
avatar: "/assets/img/me.jpg"
2929

3030
# By default, the image is cut into a circle. You can disable this behaviour here.
3131
round-avatar: true
@@ -69,13 +69,14 @@ excerpt_length: 50
6969

7070
# Personalize the colors in your website. Colour values can be any valid CSS colour
7171

72-
navbar-col: "#F5F5F5"
72+
navbar-col: "#00B4A1"
7373
navbar-text-col: "#404040"
7474
navbar-border-col: "#EAEAEA"
7575
page-col: "#FFFFFF"
7676
link-col: "#008AFF"
7777
hover-col: "#0085A1"
78-
footer-col: "#F5F5F5"
78+
footer-col: "#00B4A1"
79+
#F5F5F5
7980
footer-text-col: "#777777"
8081
footer-link-col: "#404040"
8182

@@ -84,7 +85,7 @@ footer-link-col: "#404040"
8485

8586
#navbar-img: "/assets/img/bgimage.png"
8687
#footer-img: "/assets/img/bgimage.png"
87-
#page-img: "/assets/img/bgimage.png"
88+
page-img: "/assets/img/bgimage.png"
8889

8990
# --- Web Statistics Section --- #
9091

_posts/2020-02-26-flake-it-till-you-make-it.md

-15
This file was deleted.

_posts/2020-02-28-test-markdown.md

-78
This file was deleted.

aboutme.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ title: About me
44
subtitle: Why you'd want to go on a date with me
55
---
66

7-
My name is Inigo Montoya. I have the following qualities:
7+
My name is Abhishek Malik. Currently working as a Data Scientist at Hawk:AI.
88

9-
- I rock a great mustache
10-
- I'm extremely loyal to my family
9+
Data Science, AI and new technologies excite me!! Every now and then I come across a new tool and my mind is filled with ideas on how and where I can use it to make a difference.
1110

12-
What else do you need?
11+
Here is a quick summary of what I'm up to these days:
12+
- Using anomaly detection in time series to detect new planets as well as unusual transaction behaviors in banking data.
13+
- Some of the tools I used in my recent data science projects: PyTorch, Keras, PySpark, XGBoost, Pandas, Bokeh, Sklearn, OAuth API, Jenkins, MongoDB.
14+
- Some other awesome things like developing tools to automate monotonous workflow for colleagues.
1315

14-
### my history
16+
### Contact:
1517

16-
To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](https://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions.
18+
You can reach me at: [abhishek.malik@hawk.ai](mailto:abhishek.malik@hawk.ai)
19+
or check out the footer of this website for your preferred method.

contact.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: Contact me
4+
subtitle: Why you'd want to go on a date with me
5+
---
6+
7+
My name is Abhishek Malik. Currently working as a Data Scientist at Hawk:AI.
8+
9+
Data Science, AI and new technologies excite me!! Every now and then I come across a new tool and my mind is filled with ideas on how and where I can use it to make a difference.
10+
11+
Here is a quick summary of what I'm up to these days:
12+
- Using anomaly detection in time series to detect new planets as well as unusual transaction behaviors in banking data.
13+
- Some of the tools I used in my recent data science projects: PyTorch, Keras, PySpark, XGBoost, Pandas, Bokeh, Sklearn, OAuth API, Jenkins, MongoDB.
14+
- Some other awesome things like developing tools to automate monotonous workflow for colleagues.
15+
16+
### Contact:
17+
18+
You can reach me at: [abhishek.malik@hawk.ai](mailto:abhishek.malik@hawk.ai)

css/index.css

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.header-section.has-img .no-img {
2+
margin-top: 0;
3+
background: #FCFCFC;
4+
margin: 0 0 40px;
5+
padding: 20px 0;
6+
box-shadow: 0 0 5px #AAA;
7+
}
8+
@media only screen and (max-width: 365px) {
9+
.header-section.has-img .big-img {
10+
margin-bottom: 0;
11+
}
12+
}
13+
.index-posts-title {
14+
font-weight: 800;
15+
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
16+
font-size: 38px;
17+
}
18+
@media only screen and (min-width: 768px) {
19+
.index-posts-title {
20+
margin-top: 10px;
21+
font-size: 45px;
22+
}
23+
}

ind ex.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: home
3+
title: Welcome!
4+
subtitle: Abhishek Malik's personal website
5+
---
6+

index.html

-6
This file was deleted.

index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: home
3+
title: Welcome!
4+
subtitle: Abhishek Malik's personal website
5+
---
6+
7+
### My name is Abhishek Malik. I'm a data scientist at Hawk:AI based out of Munich, Germany.
8+
9+
### By the day, I love all things data and Python. Feel free to checkout some of my projects on top right corner of this website.
10+
### By the evening, I enjoys dancing Salsa, playing Tennis and beer.
11+

index.mdxx

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: page
3+
title: Welcome
4+
subtitle: Abhishek's personal website
5+
css: "/css/index.css"
6+
meta-title: "Abhishek Malik"
7+
meta-description: "Data Scientist at Hawk:AI"
8+
9+
<!-- <div style="text-align:center">
10+
<strong>Quick Links:</strong> &nbsp;&nbsp;
11+
<a href="http://derekogle.com/fishR/" role="button" class="btn btn-primary">fishR</a>
12+
<a href="http://derekogle.com/IFAR/" role="button" class="btn btn-primary">IFAR Book</a>
13+
<a href="http://derekogle.com/NCMTH107/" role="button" class="btn btn-primary">MTH107</a>
14+
<a href="http://derekogle.com/NCMTH207/" role="button" class="btn btn-primary">MTH207</a>
15+
<a href="http://derekogle.com/NCGraphing/" role="button" class="btn btn-primary">MTH250</a>
16+
<a href="http://derekogle.com/NCHighways/" role="button" class="btn btn-primary">Highways</a>
17+
</div> -->

0 commit comments

Comments
 (0)