OSE Jam Team Design: Difference between revisions
Jump to navigation
Jump to search
(OSE Jam Team Design (WIP) - Resource/Skill Matrix) |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [https://docs.google.com/a/opensourceecology.org/spreadsheet/viewform?formkey=dGNONk5LOUVLNXZQUE1COGp4Z1hUV2c6MQ#gid=0 Technical Team Culturing Survey] | ||
<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:354px; | |||
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 style="width:100%;"> | |||
<div> | |||
<h3 style="text-align:right; width:100%;"> | |||
<!--------------------------------------------------------Header 1 Link-> | |||
<!----------------------------------------------------------------------> | |||
<a href="javascript: void(0)" | |||
onclick="window.open('https://docs.google.com/a/opensourceecology.org/spreadsheet/ccc?key=0Aqfjnh3lOWcCdGNONk5LOUVLNXZQUE1COGp4Z1hUV2c&usp=sharing', | |||
<!----------------------------------------------------End Header 1 Link-> | |||
<!----------------------------------------------------------------------> | |||
'windowname2', | |||
'width=900, \ | |||
height=700, \ | |||
directories=no, \ | |||
location=no, \ | |||
menubar=no, \ | |||
resizable=no, \ | |||
scrollbars=1, \ | |||
status=no, \ | |||
toolbar=no'); | |||
<!--------------------------------------------------------Header 1 Text -----> | |||
<!---------------------------------------------------------e-------------> | |||
return false;" title="Technical Team Culturing Survey ">Technical Team Culturing Survey Results</a> | |||
<!----------------------------------------------------------------------> | |||
<!----------------------------------------------------------------------> | |||
</h3> | |||
</div> | |||
<iframe src="https://docs.google.com/a/opensourceecology.org/spreadsheet/ccc?key=0Aqfjnh3lOWcCdG94TldvTXFXc0ZBdTJGUktaNXY4WUE&usp=sharing" width=100% height="600" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | |||
</html> | |||
[https://docs.google.com/a/opensourceecology.org/spreadsheet/ccc?key=0Aqfjnh3lOWcCdG94TldvTXFXc0ZBdTJGUktaNXY4WUE&usp=sharing edit] |