{"id":1809,"date":"2025-05-11T23:59:31","date_gmt":"2025-05-12T03:59:31","guid":{"rendered":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/?p=1809"},"modified":"2025-05-11T23:59:38","modified_gmt":"2025-05-12T03:59:38","slug":"web-design-video-tutorials","status":"publish","type":"post","link":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/web-design-module\/web-design-video-tutorials\/","title":{"rendered":"Web Design Video Tutorials"},"content":{"rendered":"\n<p>The videos below walk through how to create your project and how to add the content and style it with CSS.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Opening a Project in Phoenix Code<\/h3>\n\n\n\n<p>This video shows how to open your Web Project in Phoenix Code<\/p>\n\n\n\n<p>You can use it two ways<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the browser: <a href=\"https:\/\/phcode.dev\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/phcode.dev<\/a>\u00a0<\/li>\n\n\n\n<li>Download the app at <a href=\"https:\/\/phcode.io\">https:\/\/phcode.io<\/a>\u00a0<\/li>\n<\/ol>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EXzmh9yD48tPie9MH_xPF_UBcOtCVusgJL4JrCX7WUwJug?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=OTrg5b\" target=\"_blank\">Open-Project-PHCode.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Web Project Start &#8211; Create all HTML Pages<\/h3>\n\n\n\n<p>This video shows how to create the staring HTML for all four pages:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>index.html<\/li>\n\n\n\n<li>audio.html<\/li>\n\n\n\n<li>images.html<\/li>\n\n\n\n<li>animation.html<\/li>\n<\/ol>\n\n\n\n<p>Watch this first if you haven&#8217;t made your HTML pages yet, or didn&#8217;t use <a rel=\"noreferrer noopener\" href=\"\/d2l\/common\/dialogs\/quickLink\/quickLink.d2l?ou={orgUnitId}&amp;type=content&amp;rcode=553F80D6-3EB2-4A0C-B321-7D8FDFC0E4FA-5376069\" target=\"_blank\">Blank Web Page Starter<\/a> when you did.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EXCCi6vufltIt93ISmunvzgBQli6RtwdLxEuBS99GgQbuQ?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=ThlxsS\" target=\"_blank\">Web-Project-HTML-Start.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding Audio to Your Project<\/h3>\n\n\n\n<p>This video shows how to add Audio to your project.<\/p>\n\n\n\n<p>NOTE: If you copied the Audio HTML earlier there is a \/ in front of the media folder. Remove that<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WRONG: &lt;audio src=&#8221;\/media\/audioFile.mp3&#8243; controls>&lt;\/audio><\/li>\n\n\n\n<li>CORRECT: &lt;audio src=&#8221;media\/audioFile.mp3&#8243; controls>&lt;\/audio><\/li>\n<\/ul>\n\n\n\n<p>The video shows when the wrong version was on the class site.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EU8M1igpRdpCrZ8SVnwyZEYB09NYTURiuUtYVZ-sgm73eg?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=Y6fY6T\" target=\"_blank\">Media-Audio.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding Video to your Project<\/h3>\n\n\n\n<p>This video shows you how to add a video file to your Web Project.<\/p>\n\n\n\n<p>NOTE: If you copied the Video HTML earlier there is a \/ in front of the media folder. Remove that<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WRONG: &lt;source src=&#8221;\/media\/audioFile.mp3&#8243; controls \/><\/li>\n\n\n\n<li>CORRECT: &lt;source src=&#8221;media\/audioFile.mp3&#8243; controls \/><\/li>\n<\/ul>\n\n\n\n<p>The video shows when the wrong version was on the class site.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EdILscLknfRJop5uAlgBq8YBpjkz7CUoLKF2zfWZFOAyLw?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=AIaZt8\" target=\"_blank\">Media-Video.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding the Required CSS to Your Project<\/h3>\n\n\n\n<p>This Video shows you how to add the CSS required for the Midterm Project.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EZAlM_uAkzlLpK8tejcpDA4B85pMkKOhYG1-BYGx4mWqhQ?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=7RJMKe\" target=\"_blank\">CSS-Required.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Add CSS to style the header including Navigation<\/h3>\n\n\n\n<p>This video shows how to add CSS to style your navigation and also a way you can try using AI to help you style the entire header.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EW3XAFVhCX5Fu02NcR5YUqgB-WGWtOKjbDLa4YGqy23J_A?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=Ia4sgb\" target=\"_blank\">CSS-Header.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Download Files from GitHub<\/h3>\n\n\n\n<p>This video show you how to download your files from GitHub so you can work with them in Phoenix Code (phcode.dev).<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EesHUCod3HZHjLfzxuv0JLEB3mRXXQAkgCjqlygLm8wQig?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=uAqKmy\" target=\"_blank\">GitHub-Download-Files.mp4<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create a Site Map<\/h3>\n\n\n\n<p>The site map is extra credit. This video show you how to create it. The Miro Link is:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-miro wp-block-embed-miro\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" title=\"Web Design Spring 25 1100\" src=\"https:\/\/miro.com\/app\/live-embed\/uXjVIAbUda0=\/?share_link_id=780945522005&#038;embedId=770283685818&#038;embedSource=oembed&#038;embedMode=view_only_without_ui#?secret=F3PWeh3UyV\" data-secret=\"F3PWeh3UyV\" width=\"100%\" height=\"100%\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/cuny907-my.sharepoint.com\/:v:\/g\/personal\/christopher_stein48_login_cuny_edu\/EdpurRBwFj1KvB0rSRH_hf4BRzq5t3wnhvhQN3LMVkYlcw?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D&amp;e=7nce2L\" target=\"_blank\">Site-Map.mp4<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The videos below walk through how to create your project and how to add the content and style it with CSS. Opening a Project in Phoenix Code This video shows how to open your Web Project in Phoenix Code You can use it two ways Open-Project-PHCode.mp4 Web Project Start &#8211; Create all HTML Pages This [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":1811,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","portfolio_post_id":0,"portfolio_citation":"","portfolio_annotation":"","_themeisle_gutenberg_block_has_review":false,"openlab_post_visibility":"","footnotes":""},"categories":[25,23],"tags":[],"class_list":["post-1809","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-final-project","category-web-design-module"],"featured_image_urls_v2":{"full":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",1672,892,false],"thumbnail":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--150x150.png",150,150,true],"medium":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--300x160.png",300,160,true],"medium_large":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--768x410.png",768,410,true],"large":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--1024x546.png",1024,546,true],"1536x1536":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--1536x819.png",1536,819,true],"2048x2048":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",1672,892,false],"gform-image-choice-sm":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",300,160,false],"gform-image-choice-md":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",400,213,false],"gform-image-choice-lg":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",600,320,false]},"post_excerpt_stackable_v2":"<p>The videos below walk through how to create your project and how to add the content and style it with CSS. Opening a Project in Phoenix Code This video shows how to open your Web Project in Phoenix Code You can use it two ways In the browser: https:\/\/phcode.dev\u00a0 Download the app at https:\/\/phcode.io\u00a0 Open-Project-PHCode.mp4 Web Project Start &#8211; Create all HTML Pages This video shows how to create the staring HTML for all four pages: index.html audio.html images.html animation.html Watch this first if you haven&#8217;t made your HTML pages yet, or didn&#8217;t use Blank Web Page Starter when you&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/category\/final-project\/\" rel=\"category tag\">Final Project<\/a>, <a href=\"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/category\/web-design-module\/\" rel=\"category tag\">Web Design Module<\/a>","author_info_v2":{"name":"Christopher Stein","url":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/author\/cstein\/"},"comments_num_v2":"0 comments","uagb_featured_image_src":{"full":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",1672,892,false],"thumbnail":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--150x150.png",150,150,true],"medium":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--300x160.png",300,160,true],"medium_large":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--768x410.png",768,410,true],"large":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--1024x546.png",1024,546,true],"1536x1536":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign--1536x819.png",1536,819,true],"2048x2048":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",1672,892,false],"gform-image-choice-sm":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",300,160,false],"gform-image-choice-md":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",400,213,false],"gform-image-choice-lg":["https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-content\/uploads\/sites\/4101\/2025\/05\/WebDesign-.png",600,320,false]},"uagb_author_info":{"display_name":"Christopher Stein","author_link":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/author\/cstein\/"},"uagb_comment_info":0,"uagb_excerpt":"The videos below walk through how to create your project and how to add the content and style it with CSS. Opening a Project in Phoenix Code This video shows how to open your Web Project in Phoenix Code You can use it two ways Open-Project-PHCode.mp4 Web Project Start &#8211; Create all HTML Pages This&hellip;","_links":{"self":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/posts\/1809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/comments?post=1809"}],"version-history":[{"count":1,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/posts\/1809\/revisions"}],"predecessor-version":[{"id":1812,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/posts\/1809\/revisions\/1812"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/media\/1811"}],"wp:attachment":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/media?parent=1809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/categories?post=1809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-100-stein-spring-25\/wp-json\/wp\/v2\/tags?post=1809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}