From 34e54a42a839dcb89418192cdb6997fab44f8ea2 Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Tue, 17 Jan 2017 21:18:31 +0530 Subject: [PATCH 1/8] modify .gitginore to add node modules directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d652883a..bde3f88b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -config.codekit \ No newline at end of file +config.codekit +node_modules/ From 88fd485a6d3dcb23b45ac10eecfa22565870c8f5 Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Tue, 17 Jan 2017 22:08:57 +0530 Subject: [PATCH 2/8] add .bowerrc file --- .bowerrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..b776fff0 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "assets/plugins" +} From 3bd6b294b0e6bba52bdbe5635821bf7d6a435f7a Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Tue, 17 Jan 2017 22:09:48 +0530 Subject: [PATCH 3/8] add package.json for node package configuration --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..d1221f89 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "developer-theme", + "version": "1.0.0", + "description": "Personal portfolio website development.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/minimal-crap/Developer-Theme.git" + }, + "author": "sudhanshu singh chauhan", + "license": "ISC", + "bugs": { + "url": "https://github.com/minimal-crap/Developer-Theme/issues" + }, + "homepage": "https://github.com/minimal-crap/Developer-Theme#readme", + "dependencies": { + "bower": "^1.8.0" + } +} From ba8cb5f39abb98f1fdad2f96bd6719e350891536 Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Tue, 17 Jan 2017 22:10:18 +0530 Subject: [PATCH 4/8] add bower.json for bower configuration --- bower.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..3b8416ae --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "developer-theme", + "description": "Personal portfolio website development.", + "main": "index.js", + "authors": [ + "sudhanshu singh chauhan" + ], + "license": "ISC", + "homepage": "https://github.com/minimal-crap/Developer-Theme", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 06fefdb2bb22f2f9ad8d3bec493dde21ce0504e1 Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Tue, 17 Jan 2017 22:44:30 +0530 Subject: [PATCH 5/8] modify index.html to add gh3.js --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ab2e9612..fbb3c3f0 100644 --- a/index.html +++ b/index.html @@ -405,6 +405,7 @@

Credits

+ From fdabadde7755d57eb2a8d96e042afd1fe34aae7e Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Thu, 24 Aug 2017 16:54:21 +0530 Subject: [PATCH 6/8] modify index.html to update profile links and desription. --- index.html | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index fbb3c3f0..5c562bc5 100644 --- a/index.html +++ b/index.html @@ -41,14 +41,12 @@
James Lee
-

James Lee

-

Web App Developer

+

Sudhanshu Singh Chauhan

+

Senior Backend Developer

Contact Me @@ -62,9 +60,18 @@

Web App Developer

About Me

-

Write a brief intro about yourself. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec.

- -

It's a good idea to include your personal interests and hobbies as well. Commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

+

+ Senior Backend Developer by designation and profession, currently involved in computer vision and machine learning based projects. + Have done projects in past revolving around backend development (multiple language frameworks), IOT, Web Scraping, raspberry pi etc. +

+

+ I love writing a peice of software with simple and minimal design which doesn't compromise with efficiency. + Apart from work, my personal interests includes making contribution to the opensoure community, revisiting my code to reduce the + redundancy (you may call it OCD of some sort) etc. +

+

+ When I am not around a computer, you can find me either working out, cooking, playing chess, solving chinese brain teasers or playing harmonica. +

From d93e499bf2c7d3267e2870b1a5c477f98ce87db7 Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Thu, 24 Aug 2017 17:29:26 +0530 Subject: [PATCH 7/8] modify index.html to add contact form. --- index.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5c562bc5..54dd7288 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,10 @@

Senior Backend Developer

  • - Contact Me + + @@ -400,6 +403,29 @@

    Credits

    Designed with by Xiaoying Riley for developers + + + From aae06d99f7e3fec333d30b95135fe66933f94abc Mon Sep 17 00:00:00 2001 From: sudhanshu singh chauhan Date: Thu, 24 Aug 2017 17:38:08 +0530 Subject: [PATCH 8/8] modify index.html to update skills and language section. --- index.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 54dd7288..747dc739 100644 --- a/index.html +++ b/index.html @@ -233,9 +233,9 @@

    Basic Information

    Skills

    -

    +

    @@ -255,9 +255,9 @@

    Javascript & jQueryExpert<

    -

    HTML5, CSS3, SASS & LESSExpert

    +

    OPENCV & TENSORFLOWBeginner

    -
    +
    @@ -293,6 +293,7 @@

    Testimonials

    + +

    BSc Computer Science

    University of Bristol (2008-2011)

    -
    -
    -
    - + + + + -->