-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
landing page updated #1
base: master
Are you sure you want to change the base?
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.
Left some comments
landing page/js/main.js
Outdated
@@ -0,0 +1,49 @@ | |||
|
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.
Shouldn't we use two spaces as a tab? Which text editor are you using ?
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.
sublime
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.
You should enable translate_tabs_to_spaces
here: https://www.sublimetext.com/docs/3/indentation.html
landing page/backup.txt
Outdated
@@ -0,0 +1 @@ | |||
eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoidjEycjhhOGt3czAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1MDI2OTc2OTAsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJ2MTJyOGE4a3dzMDAwMDAwIjpbeyJpZCI6MjU0NDEyLCJ0ZWFtIjowLCJuYW1lIjoieW91dHViZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjJ9LHsiaWQiOjYwNTQzLCJ0ZWFtIjowLCJuYW1lIjoiZ21haWwtbG9nbyIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjN9LHsiaWQiOjg4MDAsInRlYW0iOjAsIm5hbWUiOiJ0d2l0dGVyLWxvZ28tc2lsaG91ZXR0ZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjR9LHsiaWQiOjMzNzAyLCJ0ZWFtIjowLCJuYW1lIjoiZmFjZWJvb2stbG9nbyIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjF9XX0= |
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.
Looks like encrypted data, what's this?
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.
dont know i didn't add this
landing page/js/main.js
Outdated
) | ||
; | ||
TweenMax.to('#main_info_cont', 1, | ||
{ |
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.
Follow standard conventions all over your code. Use format similar to call at Line54.
landing page/js/main.js
Outdated
delay: 2.5 | ||
} | ||
) | ||
; |
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.
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.
Please make the following changes.
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.
Please make the following changes.
landing page/index.html
Outdated
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>TedX Nit Kurukshetra</title> |
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.
Missing meta-tags. Tags like author, links, description, charset, etc are missing.
Check the source-code of techspardha.org for more information.
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.
Here are a few tips.
- Make sure to double check the changes before committing them here.
- Setup your text editor before you start coding. Set the default tab spaces to 2 and then continue coding.
Maintain separate commit messages for each task/review comment. It will be easy for us to review the code based on commit messages.
landing page/css/main.css
Outdated
@@ -0,0 +1,76 @@ | |||
@font-face { | |||
font-family: hLight; |
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.
Set the default tab spaces to 2. The code looks clean from L58-76. Follow the same kind of indentation from line from lines 1 to 58.
Follow the same coding convention in all the files.
landing page/index.html
Outdated
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>TedX Nit Kurukshetra</title> |
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.
Fix the indentation in all your files.
landing page/css/main.css
Outdated
footer { | ||
margin-top: 100px !important; | ||
} | ||
} |
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.
Every file must contain a newline character at the end, in short, an empty line at the end.
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.
Change TEDx NIT Kurukshetra image to TEDxNITKurukshetra and put this in a single line.
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="TEDx NIT, Kurukshetra" /> | ||
<meta name="robots" content="index, follow" /> |
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.
Indentation not followed from line 8-21. Set the indentation to 4 spaces.
<link rel="author" href="http://gawds.in" /> | ||
<meta name="author" content="gawds" /> | ||
<!-- Open Graph data --> | ||
<meta property="og:title" content="TEDx NITK" /> |
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.
Change content to content="TEDxNITKurukshetra"
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.
Make the same changes to Twitter card and Schema.org markup for Google+ sections. It helps SEO to find our website easily.
<!-- Open Graph data --> | ||
<meta property="og:title" content="TEDx NITK" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:description" content="TEDx NIT, Kurukshetra" /> |
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.
Change the description content to TEDx NITKurukshetra. Coming soon. <Add extra details.>
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.
Make the same changes to Twitter card and Schema.org markup for Google+ sections.
Fix these errors as well, https://www.codacy.com/app/Gawds/tedxnitkurukshetra-frontend/pullRequest?prid=838804 |
Please don't push everything here, first resolve the issues/changes asked and create a new PR for other work. |
No description provided.