Skip to content

Commit

Permalink
fix(logo): update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed May 26, 2022
1 parent 8e8dc04 commit e9be001
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
},
"homepage": "https://github.com/tourepedia/www#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy": "^1.0.1",
"@ampproject/eleventy-plugin-amp": "^0.5.7",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"classnames": "^2.3.1",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eleventy-plugin-svg-contents": "^0.7.0",
"env-cmd": "^10.1.0",
"html-minifier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"luxon": "^2.3.1",
"netlify-cli": "^9.16.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"luxon": "^2.4.0",
"netlify-cli": "^10.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2"
},
Expand Down Expand Up @@ -94,8 +94,8 @@
},
"dependencies": {
"@netlify/functions": "^1.0.0",
"@types/node": "^14.18.12",
"node-fetch": "^3.2.3",
"typescript": "^4.6.3"
"@types/node": "^17.0.35",
"node-fetch": "^3.2.4",
"typescript": "^4.7.2"
}
}
8 changes: 4 additions & 4 deletions src/_includes/layouts/main.njk
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,16 @@ description: Plan your trips to Rajasthan, Gujarat, Kerala, North East and Bhuta
<style> a { text-decoration: none; color: inherit; } </style>
<div
class="top-nav-container"
style=" height: 50px; display: flex; align-items: center; justify-content: space-between; "
style=" height: 90px; display: flex; align-items: center; justify-content: space-between; "
>
<div>
{% link { href: "/" } %}
<img
src="/static/images/logo.jpg"
src="/static/images/tp_logo.jpeg"
alt="Logo"
style="width: 40px; height: 40px; display: inline-block; vertical-align: middle;" />
style="height: 70px; width: auto; display: inline-block; vertical-align: middle;" />
<h1
style=" margin-left: 10px; font-weight: inherit; font-size: inherit; display: inline-block; vertical-align: middle; " >
style="margin-left: 10px; font-weight: inherit; font-size: inherit; display: inline-block; vertical-align: middle; display: none;" >
{{ site.name }}
</h1>
{% endlink %}
Expand Down
Binary file removed static/images/logo.jpg
Binary file not shown.
Binary file added static/images/tp_logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9be001

Please sign in to comment.