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

Fixed navbar linking issue #99 and added performance improvements #100

Merged
merged 9 commits into from
Oct 28, 2018
Merged

Fixed navbar linking issue #99 and added performance improvements #100

merged 9 commits into from
Oct 28, 2018

Conversation

Sid911
Copy link
Contributor

@Sid911 Sid911 commented Oct 28, 2018

Changes done in this Pull Request

Description / Changes

The navbar is now functional and the loading time has been improved.

- Added preload= none to the video file so that it doesn't add time in loading of the page

-linked the The options of navbar to right section of the page.
Copy link
Contributor

@fragm3 fragm3 left a comment

Choose a reason for hiding this comment

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

See inline comment, rest looks good to me.

@@ -39,7 +39,7 @@
<li><a href="#welcome">Welcome</a></li>
<li><a href="#mentors">Mentors</a></li>
<li><a href="#students">Students</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="/projects.html">Projects</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why /project.html? Correct it.

@Sid911
Copy link
Contributor Author

Sid911 commented Oct 28, 2018

IS it not the student's projects? @fragm3

@fragm3
Copy link
Contributor

fragm3 commented Oct 28, 2018

@Sid911 its supposed to be a section like Mentors, do those changes and we are good to merge this.

@Sid911
Copy link
Contributor Author

Sid911 commented Oct 28, 2018

working on it 😊

Changed the link to /index.html#section_name so that it can be accessed from anywhere
@Sid911
Copy link
Contributor Author

Sid911 commented Oct 28, 2018

@fragm3 done

@fragm3
Copy link
Contributor

fragm3 commented Oct 28, 2018

@Sid911 why have you add '/' in front, it wont work if you put '/'

Copy link
Contributor

@fragm3 fragm3 left a comment

Choose a reason for hiding this comment

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

See inline comment

<li><a href="#mentors">Mentors</a></li>
<li><a href="#students">Students</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="/#welcome">Welcome</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

only "welcome"(no /), same for below 3 lines

@Sid911
Copy link
Contributor Author

Sid911 commented Oct 28, 2018

@fragm3 done😊.........

@fragm3 fragm3 merged commit 5f08277 into fossasia:master Oct 28, 2018
@akshatnitd
Copy link
Member

@fragm3 This PR was merged without a minimum of 2 approvals. Also, please ensure to approve yourself before merging. Thanks

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.

None yet

3 participants