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

First PR for GSoD 2020 Interactive Book project #463

Merged
merged 3 commits into from
Sep 30, 2020

Conversation

danielluehr
Copy link
Contributor

@danielluehr danielluehr commented Sep 30, 2020

This is a first (test) PR for the GSoD 2020 Interactive Book project.

It is a "clean" jekyll + jtd + jekyll-spaceship setup. It includes 3 commits:

  1. Removal of previous files (.circleci and .github were kept)
  2. "Clean" install
  3. Empty chapters for new structure

@@ -0,0 +1,3 @@
---
---
{% include css/just-the-docs.scss.liquid color_scheme="circuitversedark" %}
Copy link

Choose a reason for hiding this comment

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

Invalid CSS after "...uitversedark" %": expected "{", was "}"

@@ -0,0 +1,3 @@
---
---
{% include css/just-the-docs.scss.liquid color_scheme="circuitverse" %}
Copy link

Choose a reason for hiding this comment

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

Invalid CSS after "...circuitverse" %": expected "{", was "}"

display: inline;
}
&.active {
list-style: disc url('/assets/images/nav-marker-active.svg') inside;
Copy link

Choose a reason for hiding this comment

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

Prefer double-quoted strings

.nav-list-item {
.nav-list-link{
display: inline;
}
Copy link

Choose a reason for hiding this comment

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

Rule declaration should be followed by an empty line

list-style: circle url('/assets/images/nav-marker-inactive.svg') inside;

.nav-list-item {
.nav-list-link{
Copy link

Choose a reason for hiding this comment

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

Opening curly brace { should be preceded by one space
Selector should have depth of applicability no greater than 2, but was 3


.main {
@include mq(md) {
position: relative;
Copy link

Choose a reason for hiding this comment

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

Properties should be ordered margin-left, max-width, position

min-width: $nav-width;
}
&.active {
display: none;
Copy link

Choose a reason for hiding this comment

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

Line should be indented 4 spaces, but was indented 6 spaces

@include mq(lg) {
width: calc((100% - #{$nav-width + $content-width}) / 4 + #{$nav-width});
min-width: $nav-width;
}
Copy link

Choose a reason for hiding this comment

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

@include declaration should be followed by an empty line

}

@include mq(lg) {
width: calc((100% - #{$nav-width + $content-width}) / 4 + #{$nav-width});
Copy link

Choose a reason for hiding this comment

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

Properties should be ordered min-width, width

background-color: $sidebar-color;

@include mq(md) {
flex-wrap: nowrap;
Copy link

Choose a reason for hiding this comment

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

Properties should be ordered align-items, border-right, flex-direction, flex-wrap, height, position, width

@satu0king
Copy link
Member

@Shivansh2407 can you review this?

@Shivansh2407
Copy link
Member

@Shivansh2407 can you review this?

Yeah Sure.

Copy link
Member

@Shivansh2407 Shivansh2407 left a comment

Choose a reason for hiding this comment

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

A glance of all the File Changes with screenshots is attached below:
Light Mode:
Lmodemain
Lmodemainws

Search Light Mode:
search

404 Page:
404l

Dark mode:
Dmodemain
Dmodemainws

Search Dark Mode:
searchd

The Clean Install looks good to me and is working well @danielluehr . This is also working well in the mobile view. The Search Bar and the Side-Bar have a new and improved look and feel . Currently there is only page(/about) as in the screenshots above ( rest all pages have been removed ). The content pages will be added by Daniel in the upcoming PRs.
Great Work @danielluehr . Congratulations on your first PR 🎉 .

@Shivansh2407
Copy link
Member

The Favicon needs to Be added, Dark Mode Can be Improved but these things can be done on later stages. Let me know your views @satu0king @danielluehr

@satu0king
Copy link
Member

satu0king commented Sep 30, 2020

@Shivansh2407 , there is no netlify deployment here. Is it configured only for master branch?

@satu0king satu0king changed the base branch from GSoD2020 to master September 30, 2020 11:39
@satu0king satu0king changed the base branch from master to GSoD2020 September 30, 2020 11:40
@satu0king satu0king merged commit 8b9fc34 into CircuitVerse:GSoD2020 Sep 30, 2020
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