-
Notifications
You must be signed in to change notification settings - Fork 1
Dharang #1
base: master
Are you sure you want to change the base?
Dharang #1
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is excessively long and it kills the mood to even take a look at it. Please break these changes into smaller commits so that it is easier to review (which you've somewhat done, I just saw that). Formatting changes should ideally have been different PR altogether
index.html
Outdated
@@ -1,62 +1,67 @@ | |||
<!DOCTYPE html> | |||
<html lang="en"> | |||
|
|||
<head> | |||
<!-- Facebook OG --> | |||
<meta property="og:url" content="http://www.devastryx.tech" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have SSL enabled now. Can you please make the change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
index.html
Outdated
<meta property="og:description" | ||
content="We build scalable, data driven applications following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you format this yourself or use html linter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used html linter. I have formatted it manually now.
index.html
Outdated
<script src="https://use.fontawesome.com/556381e93d.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment indicating the use of this script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments added
center align logo and images ( for mobile )