Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

landing page updated #1

wants to merge 12 commits into from

Conversation

rishabh2609
Copy link

No description provided.

Copy link
Collaborator

@AnshulMalik AnshulMalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments

@@ -0,0 +1,49 @@

Copy link
Collaborator

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 ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sublime

Copy link
Collaborator

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

@@ -0,0 +1 @@
eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoidjEycjhhOGt3czAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1MDI2OTc2OTAsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJ2MTJyOGE4a3dzMDAwMDAwIjpbeyJpZCI6MjU0NDEyLCJ0ZWFtIjowLCJuYW1lIjoieW91dHViZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjJ9LHsiaWQiOjYwNTQzLCJ0ZWFtIjowLCJuYW1lIjoiZ21haWwtbG9nbyIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjN9LHsiaWQiOjg4MDAsInRlYW0iOjAsIm5hbWUiOiJ0d2l0dGVyLWxvZ28tc2lsaG91ZXR0ZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjR9LHsiaWQiOjMzNzAyLCJ0ZWFtIjowLCJuYW1lIjoiZmFjZWJvb2stbG9nbyIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjF9XX0=
Copy link
Collaborator

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?

Copy link
Author

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

)
;
TweenMax.to('#main_info_cont', 1,
{
Copy link
Member

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.

delay: 2.5
}
)
;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This kind of snippet is preferred );.

Replace Line 8 and 9 with );.

Do the same at L16, L42, L49.

Copy link
Member

@rewanthtammana rewanthtammana left a 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.

Copy link
Member

@rewanthtammana rewanthtammana left a 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.

<!DOCTYPE html>
<html>
<head>
<title>TedX Nit Kurukshetra</title>
Copy link
Member

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.

Copy link
Member

@rewanthtammana rewanthtammana left a 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.

  1. Make sure to double check the changes before committing them here.
  2. 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.

@@ -0,0 +1,76 @@
@font-face {
font-family: hLight;
Copy link
Member

@rewanthtammana rewanthtammana Aug 14, 2017

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.

<!DOCTYPE html>
<html lang="en">
<head>
<title>TedX Nit Kurukshetra</title>
Copy link
Member

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.

footer {
margin-top: 100px !important;
}
}
Copy link
Collaborator

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.

Copy link
Member

@rewanthtammana rewanthtammana left a 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" />
Copy link
Member

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" />
Copy link
Member

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"

Copy link
Member

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" />
Copy link
Member

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.>

Copy link
Member

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.

@rewanthtammana
Copy link
Member

@AnshulMalik
Copy link
Collaborator

AnshulMalik commented Sep 8, 2017

Please don't push everything here, first resolve the issues/changes asked and create a new PR for other work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants