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

Update schedule #4

Open
manathan1984 opened this issue Sep 5, 2023 · 1 comment
Open

Update schedule #4

manathan1984 opened this issue Sep 5, 2023 · 1 comment

Comments

@manathan1984
Copy link
Member

@karatse please update the schedule using https://docs.google.com/spreadsheets/d/1mluzy8UGTzZQ4RzDFbrj8AKN4dTlzX-wefC16rFQWNY/edit?usp=sharing

I have simplified the class blocks (and I did the first three)

In every class block

                <div class="row class-entry">
                    <script type="text/javascript">document.write("<a id=\"class"+(cday+1)+"\"></a>"); </script>
                    <div class="col-lg-2 post-preview">
                        <h3 class="post-subtitle">Class <script type="text/javascript">document.write(cday+1)</script></h3>
                        <strong>SQL II</strong>
                        <p class="post-meta"><script type="text/javascript"> document.write(classDay(cday));cday++;</script></p>
                    </div>
                    <div class="col-lg-7 post-preview">
                        <p class="post-content">Continued from previous class. </p>
                    </div>
                    <div class="col-lg-3 post-preview">
                        <ul>
                            <li><a tabindex="-1" href="./slides/CS660-Fall2023-Class09.pdf">Slides</a></li>
                            <li>Textbook, Chapter 5.1-5.5</li>
                        </ul>
                    </div>
                </div>
  • change the initial h3 to h4
  • move the title in the second div (and remove the detailed description)
                <div class="row class-entry">
                    <script type="text/javascript">document.write("<a id=\"class"+(cday+1)+"\"></a>"); </script>
                    <div class="col-lg-2 post-preview">
                        <h4 class="post-subtitle">Class <script type="text/javascript">document.write(cday+1)</script></h4>
                        <p class="post-meta"><script type="text/javascript"> document.write(classDay(cday));cday++;</script></p>
                    </div>
                    <div class="col-lg-7 post-preview">
                        <strong>SQL II</strong>
                    </div>
                    <div class="col-lg-3 post-preview">
                        <ul>
                            <li><a tabindex="-1" href="./slides/CS660-Fall2023-Class09.pdf">Slides</a></li>
                            <li>Textbook, Chapter 5.1-5.5</li>
                        </ul>
                    </div>
                </div>
@manathan1984
Copy link
Member Author

Also replace any paper links with the symbol as in class 2 but keep the sections info

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

No branches or pull requests

1 participant