├── .github ├── ISSUE_TEMPLATE │ ├── bug_report_template.md │ └── feature_request_template.md └── pull_request_template.md ├── 404.html ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets ├── Git.gif └── splash.gif ├── compareProfile.html ├── css ├── Dark_theme.jpg ├── NormalTheme.jpeg ├── background.css ├── bootstrap.min.css ├── coffee-apple.jpg ├── compareProfile.css ├── navbar.css ├── singleProfile.css └── style_404.css ├── fonts ├── KaushanScript-Regular.otf └── Poppins-Regular.otf ├── index.html ├── js ├── analyseProfile.js └── script.js ├── logo ├── git-diff (1).jpeg ├── git-diff (2).jpeg ├── git-diff (3).jpeg ├── git-diff (4).jpeg └── git-diff (5).jpeg └── singleProfile.html /.github/ISSUE_TEMPLATE/bug_report_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/.github/ISSUE_TEMPLATE/bug_report_template.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/.github/ISSUE_TEMPLATE/feature_request_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/404.html -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/README.md -------------------------------------------------------------------------------- /assets/Git.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/assets/Git.gif -------------------------------------------------------------------------------- /assets/splash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/assets/splash.gif -------------------------------------------------------------------------------- /compareProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/compareProfile.html -------------------------------------------------------------------------------- /css/Dark_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/Dark_theme.jpg -------------------------------------------------------------------------------- /css/NormalTheme.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/NormalTheme.jpeg -------------------------------------------------------------------------------- /css/background.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/background.css -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/coffee-apple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/coffee-apple.jpg -------------------------------------------------------------------------------- /css/compareProfile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/compareProfile.css -------------------------------------------------------------------------------- /css/navbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/navbar.css -------------------------------------------------------------------------------- /css/singleProfile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/singleProfile.css -------------------------------------------------------------------------------- /css/style_404.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/css/style_404.css -------------------------------------------------------------------------------- /fonts/KaushanScript-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/fonts/KaushanScript-Regular.otf -------------------------------------------------------------------------------- /fonts/Poppins-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/fonts/Poppins-Regular.otf -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/index.html -------------------------------------------------------------------------------- /js/analyseProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/js/analyseProfile.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/js/script.js -------------------------------------------------------------------------------- /logo/git-diff (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/logo/git-diff (1).jpeg -------------------------------------------------------------------------------- /logo/git-diff (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/logo/git-diff (2).jpeg -------------------------------------------------------------------------------- /logo/git-diff (3).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/logo/git-diff (3).jpeg -------------------------------------------------------------------------------- /logo/git-diff (4).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/logo/git-diff (4).jpeg -------------------------------------------------------------------------------- /logo/git-diff (5).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/logo/git-diff (5).jpeg -------------------------------------------------------------------------------- /singleProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aakansha99/Github-Profile-Analyser/HEAD/singleProfile.html --------------------------------------------------------------------------------