Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ ratings:
- "**.md"
exclude_paths:
- "./bower_components/"
- "./css/*.min.css"
- "./js/*.min.js"
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/extra.css">
<link rel="stylesheet" href="./css/extra.min.css">
</head>
<body>
<h1>Page Not Found</h1>
Expand Down
3 changes: 1 addition & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/main.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="./bower_components/font-awesome/css/font-awesome.min.css">
Expand Down Expand Up @@ -111,7 +111,6 @@ <h4 class="footer-text">Programmer Hub is maintained by <strong>Divay Prakash an
<!-- Scripts -->
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions css/extra.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/main.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="./bower_components/font-awesome/css/font-awesome.min.css">
Expand Down Expand Up @@ -119,7 +119,6 @@ <h4 class="footer-text">Programmer Hub is maintained by <strong>Divay Prakash an
<!-- Scripts -->
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/main.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="./bower_components/font-awesome/css/font-awesome.min.css">
Expand Down Expand Up @@ -143,7 +143,6 @@ <h4 class="footer-text">Programmer Hub is maintained by <strong>Divay Prakash an
<!-- Scripts -->
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion under_construction.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Under Construction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/extra.css">
<link rel="stylesheet" href="./css/extra.min.css">
</head>
<body>
<h1>Under Construction</h1>
Expand Down