Skip to content

Latest commit

 

History

History
executable file
·
455 lines (339 loc) · 52.5 KB

schedule.markdown

File metadata and controls

executable file
·
455 lines (339 loc) · 52.5 KB
layout
default

organized

Schedule

_This page will be updated frequently with examples, video tutorials, links to new resources, and occasional updates to LAB ASSIGNMENTS. Our schedule follows the [Current CityTech Academic Calendar]({{ site.CUNY-calendar }}){:target="blank"}. The following topics and their precise order may change. Check here for updates!

Study all slides, references, and tutorials before each class.

**Skip to:** Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Week 13 Week 14 Week 15

Week 1: {{ site.week-01 }}

### File System: Introduction, Navigation, Paths, Output, Download, Uncompress ### [Week #1 Survey/Quiz — Personal Info, Syllabus Elements](https://forms.gle/HeYNxzVSuG67M3Nb8){:target="_blank"} * _Complete the quizlet above as part of today's participation._
Start-of-Semester Business
* Review [Syllabus + course policies.](/Goldford-MTEC1003/index.html){:target="_blank"} * Review [Detailed Breakdown of Grading.](/Goldford-MTEC1003/grading.html){:target="_blank"} * Review [Keys for Success in MTEC1003](/Goldford-MTEC1003/resources/week.01/keys.for.success.html){:target="_blank"}
SLIDES
* [About the Command Line](/Goldford-MTEC1003/labs/01/command-line.html){:target="_blank"} * [Entering Commands](/Goldford-MTEC1003/labs/01/entering-commands.html){:target="_blank"} * [Navigating the File System](/Goldford-MTEC1003/labs/01/file-system.html){:target="_blank"} * [Paths](/Goldford-MTEC1003/labs/02/paths-review.html#1.0){:target="_blank"} * [Output, Download, and Uncompress](/Goldford-MTEC1003/labs/02/output-download-uncompress.html){:target="_blank"}
Video Tutorial
###### Stepping Through Week 1 Slides + Labs
<iframe width="560" height="315" src="https://www.youtube.com/embed/O617zAPuNng" frameborder="0" allowfullscreen></iframe>
_Normally we won't record our classes but sometimes we may in order to clarify complex topics. This video is archived from a previous version of this class, but the directions are all the same. For the 2 labs (below) this week, enter your respones in the text files and then save your changes directly on GitHub (i.e. "commit" your changes), as demonstrated and described in class and in this video. The slides above will help guide you to these answers, so be sure to study them and use to your advantage. Don't forget to study the slides for Week 2 before next class!_
LAB ASSIGNMENTS

{{ site.weekly-deadline-statement }}

* [Setting Up GitHub for Submitting Labs](/Goldford-MTEC1003/labs/01/how.to.submit.1st.week.labs.html){:target="_blank"} * [Lab 1 / Part 1: Commands + Navigation](https://github.com/einbahnstrasse/mtec1003-week1-labs/blob/master/lab.01.part1.commands.navigation.txt){:target="_blank"} * [Lab 1 / Part 2: Download + (Un)Compress](https://github.com/einbahnstrasse/mtec1003-week1-labs/blob/master/lab.01.part2.download.compress.txt){:target="_blank"}

Week 2: {{ site.week-02 }}

### File System: Shell Scripting, Permissions, Date/Time, Editing Files

Week 2 Quizlet{:target="_blank"}

  • Complete the quizlet above as part of today's attendance + participation.
SLIDES
* [Review](/Goldford-MTEC1003/labs/03/review.html#1.0){:target="_blank"} * [Working With Files](/Goldford-MTEC1003/labs/03/working-with-files.html){:target="_blank"} * [File Permissions, Editing, Date + Time, Shell Scripting](/Goldford-MTEC1003/labs/03/permissions-editing-date-time.html){:target="_blank"} * [Shell Scripting: Some Odds and Ends](/Goldford-MTEC1003/labs/04/shell-scripting.html#1.0){:target="_blank"}
LAB ASSIGNMENTS
* [Submitting Week 2 Labs](/Goldford-MTEC1003/labs/02/how.to.submit.2nd.week.labs.html){:target="_blank"} * Lab 2 / Part 1 has been removed: We'll only complete the following 2 labs this week! * [Lab 2 / Part 2: Working with Files](/Goldford-MTEC1003/labs/02/lab.02.part2.working.with.files.txt){:target="_blank"} * [Lab 2 / Part 3: Shell Scripting, Permissions, Editing Text, Date + Time](/Goldford-MTEC1003/labs/02/lab.02.part3.shell.scripting.txt){:target="_blank"}
Further Reading / Suggested Resources
###### Basic Linux Terminal/Emulator Commands

{::options parse_block_html="false" /}


Week 3: {{ site.week-03 }}

### Version Control: Introduction to GIT, Concepts + Basic Commands

Week 3 Quizlet{:target="_blank"}

  • Complete the quizlet above as part of today's attendance + participation.
SLIDES
* [Introduction to Version Control + Git](/Goldford-MTEC1003/labs/04/version-control.html){:target="_blank"} * [Creating and Setting Up Repositories](/Goldford-MTEC1003/labs/04/creating-repositories.html){:target="_blank"} * [Making, Saving, and Sharing Changes](/Goldford-MTEC1003/labs/04/changing-files.html){:target="_blank"} * [More info on GitHub personal access tokens](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 3: Local + Remote Repositories, Creating and Saving Changes](/Goldford-MTEC1003/labs/03/lab-03-git-intro.html){:target="_blank"}
<iframe width="560" height="315" src="https://www.youtube.com/embed/RiXiihejeHc" frameborder="0" allowfullscreen></iframe>
Video Tutorial Series
###### Daniel Shiffman: Git and GitHub for Poets
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV" frameborder="0" allowfullscreen></iframe>

Week 4: {{ site.week-04 }}

### Version Control: Local/Remote Repositories + Collaboration Via _GitHub_

Week 4 Quiz{:target="_blank"}

Tutorials
* [Pull Requests + Merge Conflicts](/Goldford-MTEC1003/labs/04/git.pull.requests.and.merge.tutorial.v01.html){:target="_blank"} * [Shiffman Video Tutorial on Pull Requests / Merges](https://youtu.be/JtIX3HJKwfo){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 4 / Part 1: Pull Requests + Merge Conflicts](/Goldford-MTEC1003/labs/04/lab-04-git-part-01a.html){:target="_blank"} * [Lab 4 / Part 2: Review — Creating + Setting Up Git Repositories](/Goldford-MTEC1003/labs/04/lab-04-git-part-02a.html){:target="_blank"} * [Lab 4 / Part 3: Review — Saving + Sending Changes to Your Repository](/Goldford-MTEC1003/labs/04/lab-04-git-part-03a.html){:target="_blank"}

Week 5: {{ site.week-05 }}

### JavaScript + Python: Introduction, Variables, Types, Input/Output

Week 5 Quiz{:target="_blank"}

Short Video Tutorial
###### How to Study for Week 5
<iframe width="560" height="315" src="https://www.youtube.com/embed/OM5Ohp-y0t8" frameborder="0" allowfullscreen></iframe>
SLIDES
* [Introduction to JavaScript](/Goldford-MTEC1003/labs/05/js-intro.html){:target="_blank"} * [JavaScript Basics](/Goldford-MTEC1003/labs/05/js-basics.html){:target="_blank"} * [Introduction to Python](https://einbahnstrasse.github.io/MTEC1003-slides/slides/python.intro.tutorial.v01/#/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 5 / Part 1: JavaScript Values, Types, Operations, Variables, Calling Functions, and Input/Output](/Goldford-MTEC1003/labs/05/lab-05-part1-js-basics.html){:target="_blank"} * [Lab 5 / Part 2: All the Basics... But in PYTHON!](/Goldford-MTEC1003/labs/05/lab-05-part2-python-basics.html){:target="_blank"}
Video Tutorial
###### Setup for Week 5 Labs + _"Greetings"_ In JavaScript + Python
<iframe width="560" height="315" src="https://www.youtube.com/embed/rJjbdYY5wBU" frameborder="0" allowfullscreen></iframe>

Week 6: {{ site.week-06 }}

### Review: Version Control + Basic JavaScript/Python

Week 6 Quiz{:target="_blank"}

SLIDES
* [Git Review](/Goldford-MTEC1003/labs/06/git-review.html){:target="_blank"} * [JavaScript Basics Review](/Goldford-MTEC1003/labs/06/js-basics-review.html){:target="_blank"} * [Introduction to Python](https://einbahnstrasse.github.io/MTEC1003-slides/slides/python.intro.tutorial.v01/#/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 6 / Part 1: JavaScript](/Goldford-MTEC1003/labs/06/lab-06-part1-js-basics.html){:target="_blank"} * [Lab 6 / Part 2: Some Simple, Stupid Python Programs](/Goldford-MTEC1003/labs/06/lab-06-part2-python-basics.html){:target="_blank"}

Week 7: {{ site.week-07 }}

### Javascript + Python: Conditionals

Week 7 Quizlet{:target="_blank"}

SLIDES
* [JavaScript Conditionals](/Goldford-MTEC1003/labs/06/js-conditionals.html){:target="_blank"} * [JavaScript Conditionals — Revisited](/Goldford-MTEC1003/labs/07/js-conditionals-revisited.html){:target="_blank"} * [Booleans + Conditionals (Python + JS)](https://einbahnstrasse.github.io/MTEC1003-slides/slides/python.conditionals.tutorial.v01/#/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 7 / Part 1: JavaScript Conditionals](/Goldford-MTEC1003/labs/07/lab-07-part1-javascript-conditionals.html){:target="_blank"} * [Lab 7 / Part 2: Python Conditionals](/Goldford-MTEC1003/labs/07/lab-07-part2-python-conditionals.html){:target="_blank"} * [Lab 7 / Part 3: Nesting](/Goldford-MTEC1003/labs/07/lab-07-part3-nesting.html){:target="_blank"}

Week 8: {{ site.week-08 }}

### JavaScript + Python: For Loops

Week 8 Quiz{:target="_blank"}

SLIDES
* [For Loops in JavaScript](/Goldford-MTEC1003/labs/08/js.for.loops.v02.html){:target="_blank"} * [For Loops in Python](https://einbahnstrasse.github.io/MTEC1003-slides/slides/python.for.loop.tutorial.v01/#/){:target="_blank"}

JavaScript + Python: Debugging

VIDEO TUTORIALS
###### CS Dojo: 5 Debugging Tips Every Developer Should Know
<iframe width="560" height="315" src="https://www.youtube.com/embed/K6WGRBhacq8" frameborder="0" allowfullscreen></iframe>
Google Chrome Developers: Debugging JavaScript - Chrome DevTools 101
<iframe width="560" height="315" src="https://www.youtube.com/embed/H0XScE08hy8" frameborder="0" allowfullscreen></iframe>
LAB ASSIGNMENTS
* [Lab 8 / Part 1: JavaScript For Loops](/Goldford-MTEC1003/labs/08/lab-08-part1-js-for-loops.html){:target="_blank"} * [Lab 8 / Part 2: For Loops in Python](/Goldford-MTEC1003/labs/08/lab-08-part2-python-for-loops.html){:target="_blank"}
Further Reading / Suggested Resources
* [Ladybug Podcast: Episode on Debugging](https://www.ladybug.dev/episodes/debugging?rq=debugging){:target="_blank"}

Week 9: {{ site.week-09 }}

### Javascript + Python: Function Definitions + Function Calls

Week 9 Quiz{:target="_blank"}

SLIDES
* [JavaScript Functions](/Goldford-MTEC1003/labs/09/js.functions.html){:target="_blank"} * [Python Function Definitions + Calls](https://einbahnstrasse.github.io/MTEC1003-slides/slides/functions.tutorial.v01/#/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 9 / Part 1: JavaScript Functions](/Goldford-MTEC1003/labs/09/lab-09-part1-js-functions.html){:target="_blank"} * [Lab 9 / Part 2: Python Functions](/Goldford-MTEC1003/labs/09/lab-09-part2-python-functions.html){:target="_blank"}

Week 10: {{ site.week-10 }}

### Review Week

Week 10 Quiz{:target="_blank"}

Nothing to prepare. This week we'll be reviewing for loops and discussing some more advanced features of functions and variables, including a discussion of "variable scope."


Week 11: {{ site.week-11 }}

### Javascript + Python: More Kinds of Loops

Week 11 Quiz{:target="_blank"}

SLIDES
* [More ("MOAR!") Kinds of Loops](https://einbahnstrasse.github.io/MTEC1003-slides/slides/more.loops.tutorial.v01/#/){:target="_blank"}

Don't forget to watch + study the following...

Recursion Tutorial Videos
Shiffman: Tree Branches (in p5.js)
<iframe width="560" height="315" src="https://www.youtube.com/embed/0jjeOYMjmDU" frameborder="0" allowfullscreen></iframe>
Professor Thorsten Altenkirch: The Tower of Hanoi (in Python)
<iframe width="560" height="315" src="https://www.youtube.com/embed/8lhxIOAfDss" frameborder="0" allowfullscreen></iframe>
LAB ASSIGNMENTS
* [Lab 10 / Part 1: While Loops](/Goldford-MTEC1003/labs/10/lab-10-part1-while-loops.html){:target="_blank"} * [Lab 10 / Part 2: Recursions](/Goldford-MTEC1003/labs/10/lab-10-part2-recursions.html){:target="_blank"} *

Make sure you listen to the entire Ladybug Podcast episode (find it under Week 8, above) before next class! Our next quiz will include questions related to this podcast and to the topic of debugging.


Week 12: {{ site.week-12 }}

### HTML/CSS: Introduction

Week 12 Quiz: Debugging{:target="_blank"}

SLIDES
* [Introduction to HTML + CSS](/Goldford-MTEC1003/labs/13/html_css.html){:target="_blank"}
EXTERNAL TUTORIALS
* [A CheatSheet of Basic HTML Tags](http://www.simplehtmlguide.com/cheatsheet.php){:target="_blank"} * [Shay Howe's Building Your First Web Page Tutorial](https://learn.shayhowe.com/html-css/building-your-first-web-page/){:target="_blank"} * [HTML Dog's CSS Beginner Tutorial](https://www.htmldog.com/guides/css/beginner/){:target="_blank"} * [HTML Dog's CSS Intermediate Tutorial](https://www.htmldog.com/guides/css/intermediate/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 12 / Part 1: HTML](/Goldford-MTEC1003/labs/12/lab-12a-part1-html.html){:target="_blank"} * [Lab 12 / Part 2: CSS](/Goldford-MTEC1003/labs/12/lab-12a-part2-css.html){:target="_blank"} * [Lab 12 / Part 3: Preparing for Your Final Assignment](/Goldford-MTEC1003/labs/12/lab-12a-part3-final-prep.html){:target="_blank"}

Week 13: {{ site.week-13 }}

### HTML/CSS: Drawing on Web Pages (Using JavaScript + HTML Canvas)

No classes on 11/22 due to Thanksgiving. Week 13 has skipped a week. For further details, see:

[Current CityTech Academic Calendar]({{ site.CUNY-calendar }}){:target="_blank"}

Week 13 Quizlet{:target="_blank"}

SLIDES
* [Introduction to the Canvas](/Goldford-MTEC1003/labs/12/canvas.html){:target="_blank"} * [Drawing Events](/Goldford-MTEC1003/labs/10/events.v02.html){:target="_blank"} * [Click Events](/Goldford-MTEC1003/labs/11/click.v02.html){:target="_blank"} * [Animation](/Goldford-MTEC1003/labs/11/animation.v02.html){:target="_blank"}
Example Websites Created by Former Students
_For our final lab at the end of this class, you will make a personal website that could looks like this..._ * [Example #1: Stephany Pena](https://mtec1003-example-sites.github.io/01.stephany.pena/){:target="_blank"} * [Example #2: Karla Ramirez](https://mtec1003-example-sites.github.io/02.karla.ramirez/){:target="_blank"} * [Example #3: Henry Cruz](https://mtec1003-example-sites.github.io/03.henry.cruz/){:target="_blank"} * [Example #4: Antonio Almaguer](https://mtec1003-example-sites.github.io/04.antonio.almaguer/){:target="_blank"} * [Example #5: Eric White](https://mtec1003-example-sites.github.io/05.eric.white/){:target="_blank"} * [Example #6: Samuel Cheung](https://mtec1003-example-sites.github.io/06.samuel.cheung/){:target="_blank"}
LAB ASSIGNMENTS
* [Lab 13 / Part 1: Basic Canvas](/Goldford-MTEC1003/labs/13/lab-13b-part1-basic-canvas.html){:target="_blank"} * [Lab 13 / Part 2: Advanced Canvas](/Goldford-MTEC1003/labs/13/lab-13c-part2-advanced-canvas.html){:target="_blank"} * [Lab 13 / Part 3: Animation](/Goldford-MTEC1003/labs/13/lab-13b-part3-animation.html){:target="_blank"}
Further Reading / Suggested Resources
* [JavaScript Games (Ski Free!)](http://basicallydan.github.io/skifree.js/){:target="_blank"} * [Intermediate CSS Issues](https://www.htmldog.com/guides/css/intermediate/){:target="_blank"}

Week 14: {{ site.week-14 }}

### _GitHub Pages_, Advanced Web Design + Layout

Week 14 Quizlet{:target="_blank"}

EXTERNAL TUTORIALS
* [Intro. to _GitHub Pages_](https://pages.github.com/){:target="_blank"} * [How to use Google Fonts in your next web design project](https://www.freecodecamp.org/news/how-to-use-google-fonts-in-your-next-web-design-project-e1ad48f1adfa/){:target="_blank"} * [How to Create a Hero Image](https://www.w3schools.com/howto/howto_css_hero_image.asp){:target="_blank"} * [How to Create a "Sticky" Navbar (JavaScript + CSS)](https://www.w3schools.com/howto/howto_js_navbar_sticky.asp){:target="_blank"}
VIDEO TUTORIAL
###### Shiffman: GitHub Pages - Git and GitHub for Poets
<iframe width="560" height="315" src="https://www.youtube.com/embed/bFVtrlyH-kc" frameborder="0" allowfullscreen></iframe>
LAB ASSIGNMENTS
* [Lab 14: Advanced Web Design + _GitHub Pages_](/Goldford-MTEC1003/labs/14/lab-14-web-design-github-pages.html){:target="_blank"} * [Lab 15: Finishing Your Personal Website](/Goldford-MTEC1003/labs/14/lab-15-personal-site.html){:target="_blank"}

Supplemental Shortcuts for HTML Elements
###### Choose one or many for your final project!

{::options parse_block_html="false" /}

Click HERE to reveal HTML/CSS Shortcuts! (They'll fold out below...)
<script async src="//www.instagram.com/embed.js"></script>
  <!-- <div style="float:left;height:30%;padding-left:5px;> -->
    <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/CU6roJmDRbT/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:30%; min-width:30%; float:left; padding:5px; width:30%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/CU6roJmDRbT/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/CU6roJmDRbT/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Web Developer | ✌ anki (@codewith_random)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
  <!-- </div>   -->

  <!-- <div style="float:left;height:30%;padding-left:5px;> -->
    <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/CMKjpGMAyxr/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:30%; min-width:30%; float:left; padding:5px; width:30%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/CMKjpGMAyxr/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/CMKjpGMAyxr/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by WEBDev (@webdev_guru)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
  <!-- </div> -->
<!-- </div> -->

{::options parse_block_html="true" /}


Week 15: {{ site.week-15 }}

### Complete + Present Final Assignments

Final Class held on a university Reading Day. If necessary, we can push this to the following week, but that is the very last day of the semester. I would prefer to hold our last class as scheduled to allow people to start their holiday earlier. Let me know if you have any questions about this. For more information, see:

[Current CityTech Academic Calendar]({{ site.CUNY-calendar }}){:target="_blank"}
Lab 15: Personal Website Presentations
* Each student presents their website (5-10 minutes per student) * Be prepared to ask questions or make constructive comments when called upon. * Be prepared to respond to questions about your site or your portfolio work.