120 Design Lessons - Day 006: Difference between revisions
Jump to navigation
Jump to search
(→More) |
Davidleasure (talk | contribs) m (Davidleasure moved page 120 Design Lessons - Day 6 to 120 Design Lessons - Day 006) |
||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
=Status and Video= | |||
This nice template should include: | |||
*thumbnail of main FreeCAD part library | |||
*Working doc embedded properly | |||
*YT, with as many windows addable readily for other people | |||
*Jitsi | |||
*Status spreadsheet. | |||
Essentially, all the assets that we use frequently. | |||
<html> | |||
<head> | |||
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'> | |||
<SCRIPT TYPE="text/javascript"> | |||
<!-- | |||
function popup(mylink, windowname) | |||
{ | |||
if (! window.focus)return true; | |||
var href; | |||
if (typeof(mylink) == 'string') | |||
href=mylink; | |||
else | |||
href=mylink.href; | |||
window.open(href, windowname, 'width=400,height=200,scrollbars=yes'); | |||
return false; | |||
} | |||
//--> | |||
</SCRIPT> | |||
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'> | |||
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'> | |||
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> | |||
<style type="text/css"> | |||
a:link | |||
{ | |||
color:#6495ED; | |||
} | |||
a:hover | |||
{ | |||
color:rgb(255,0,0); | |||
} | |||
.headercontainer | |||
{ | |||
width:32.75%; | |||
float:left; | |||
margin:0px 0.875% 0px 0px; | |||
} | |||
.headercontainer_map | |||
{ | |||
width:32.75% | |||
float:left; | |||
} | |||
.headercontainer_video | |||
{ | |||
width:100%; | |||
float:left; | |||
} | |||
.headercontainer_statuslog | |||
{ | |||
width:66.375%; | |||
float:left; | |||
} | |||
.fluidcontainer | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
margin:0px 0.875% 0px 0px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.fluidcontainer_map | |||
{ | |||
width:32.75%; | |||
border: 2px solid black; | |||
float:left; | |||
margin:0px 0px 0px 0px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.fluidcontainer_youtubeandstatuslog | |||
{ | |||
width:100%; | |||
max-height:242px; | |||
} | |||
.fluidWrapper | |||
{ | |||
position: relative; | |||
padding-bottom: 56.25%; /* 16:9 */ | |||
padding-top: 25px; | |||
height: 0; | |||
width:100%; | |||
height:100%; | |||
} | |||
.fluidWrapper iframe | |||
{ | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
.fluidWrapper img | |||
{ | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
h3 | |||
{ | |||
font-size:145%; | |||
font-family: 'Arvo', serif; | |||
letter-spacing:1px; | |||
margin-bottom:-3px; | |||
} | |||
h4 | |||
{ | |||
font-size:120%; | |||
font-family: 'Arvo', serif; | |||
margin-bottom:-2px; | |||
} | |||
.youtube | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
margin-right:0.875%; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.statuslog | |||
{ | |||
width:100%; | |||
border: 2px solid black; | |||
float:left; | |||
max-height:244px; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.taskboard | |||
{ | |||
height:350px; | |||
width:100%; | |||
border:2px solid black; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
.controlpanel | |||
{ | |||
border:2px solid black; | |||
height:600px; | |||
width:100%; | |||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
box-shadow: 2px 2px 3px rgba(0,0,0,0.25); | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
} | |||
</style> | |||
</head> | |||
</html> | |||
<html> | |||
<div> | |||
<div class="headercontainer"> | |||
<h4> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('https://docs.google.com/document/d/1gXDXGQm-9rlO_719WgQFEe6UyO2mJZVEennjsOqStOE/edit?usp=sharing', | |||
'windowname2', | |||
'width=600, \ | |||
height=600, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
return false;" title="Status">Status</a> | |||
</h4> | |||
<div class="fluidcontainer"> | |||
<div class="fluidWrapper"> | |||
<iframe src="https://wiki.opensourceecology.org/images/4/49/Houseassemblymaster.png" frameborder="0" width="420" height="242" allowfullscreen="true" mozallowfullscreen="false" webkitallowfullscreen="true"></iframe> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="fluidcontainer_youtubeandstatuslog"> | |||
<div class="headercontainer"> | |||
<h4> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('http://www.youtube.com/user/marcinose', | |||
'windowname2', | |||
'width=700, \ | |||
height=800, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
return false;" title="Video Log">Video Log</a> | |||
</h4> | |||
<div class="youtube"> | |||
<div class="fluidWrapper"> | |||
<iframe width="420" height="242" src="https://www.youtube.com/embed//videoseries?list=UUjvBN1r7UXXqmIbx_u7bIAw&hl=en_US" frameborder="0" allowfullscreen></iframe> | |||
</div> | |||
</div> | |||
</div> | |||
<br style="clear:both" /> | |||
</div> | |||
</div> | |||
</html> | |||
=Working Doc= | =Working Doc= | ||
<html> <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQF1fQwfUQX2IjsQi_YmyLTWGMx4hmVAb-eTcKkMx8n4MF7cPe579K_2I2DwsEIyfq2v-f9-qAP9iyO/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="389" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> </html> | <html> <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQF1fQwfUQX2IjsQi_YmyLTWGMx4hmVAb-eTcKkMx8n4MF7cPe579K_2I2DwsEIyfq2v-f9-qAP9iyO/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="389" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> </html> | ||
Line 15: | Line 290: | ||
*Ken - https://youtu.be/hMBgA4pr1GI | *Ken - https://youtu.be/hMBgA4pr1GI | ||
*Joshua: https://www.youtube.com/watch?v=rIP_e-et6HU | *Joshua: https://www.youtube.com/watch?v=rIP_e-et6HU | ||
*Odundo: https://youtu.be/vW-zNwi56Bk | |||
*Prince: https://youtu.be/m_MmjxmvlbI | |||
*Paul Pham: https://youtu.be/Mmy45aJ__8E | |||
=Links= | =Links= | ||
Line 20: | Line 298: | ||
*[[120 Design Lessons]] | *[[120 Design Lessons]] | ||
*[https://docs.google.com/spreadsheets/d/1qj4jscvrLyvwBTlUVRyJSC-ETpoR4CJ266BdG0Ly4AM/edit?usp=sharing%7C%7C| Seed Home Build Status Spreadsheet] | *[https://docs.google.com/spreadsheets/d/1qj4jscvrLyvwBTlUVRyJSC-ETpoR4CJ266BdG0Ly4AM/edit?usp=sharing%7C%7C| Seed Home Build Status Spreadsheet] | ||
=Home Build Schedule= | |||
*[[120 Design Lessons - Day 5]] - Day 1 - Walls. 38. 38 walls take 14 feet to store. | |||
*[[120 Design Lessons - Day 6]] - Day 2 - Walls Finish. | |||
*[[120 Design Lessons - Day 7]] - Day 3 - Doors and Windows | |||
*[[120 Design Lessons - Day 8]] - Day 4 - Interior Walls | |||
*[[120 Design Lessons - Day 9]] - Day 5 - Prepare joist hangers and blocking | |||
*[[120 Design Lessons - Day 10]] - Day 6 - Garage Materials | |||
*[[120 Design Lessons - Day 11]] - Day 7 - Install - first Floor walls, second story platform, second story walls | |||
*[[120 Design Lessons - Day 12]] - Day 8 - Install Garage | |||
*[[120 Design Lessons - Day 13]] - Day 9 - Install Roof | |||
*[[120 Design Lessons - Day 14]] - Day 10 - Interior - paneling, ceiling, bathroom, kitchen, electrical runs |
Latest revision as of 22:22, 15 July 2021
Status and Video
This nice template should include:
- thumbnail of main FreeCAD part library
- Working doc embedded properly
- YT, with as many windows addable readily for other people
- Jitsi
- Status spreadsheet.
Essentially, all the assets that we use frequently.
Working Doc
Progress Tracker
Videos From Yesterday
- MJ 1 - https://www.youtube.com/watch?v=qCu1m3qsqdg
- MJ 2 - https://www.youtube.com/watch?v=BhxZMKyLojw
- Ken - https://youtu.be/hMBgA4pr1GI
- Joshua: https://www.youtube.com/watch?v=rIP_e-et6HU
- Odundo: https://youtu.be/vW-zNwi56Bk
- Prince: https://youtu.be/m_MmjxmvlbI
- Paul Pham: https://youtu.be/Mmy45aJ__8E
Links
Home Build Schedule
- 120 Design Lessons - Day 5 - Day 1 - Walls. 38. 38 walls take 14 feet to store.
- 120 Design Lessons - Day 6 - Day 2 - Walls Finish.
- 120 Design Lessons - Day 7 - Day 3 - Doors and Windows
- 120 Design Lessons - Day 8 - Day 4 - Interior Walls
- 120 Design Lessons - Day 9 - Day 5 - Prepare joist hangers and blocking
- 120 Design Lessons - Day 10 - Day 6 - Garage Materials
- 120 Design Lessons - Day 11 - Day 7 - Install - first Floor walls, second story platform, second story walls
- 120 Design Lessons - Day 12 - Day 8 - Install Garage
- 120 Design Lessons - Day 13 - Day 9 - Install Roof
- 120 Design Lessons - Day 14 - Day 10 - Interior - paneling, ceiling, bathroom, kitchen, electrical runs