Difference between revisions of "Msc1G2:Group"

From rbse
Jump to: navigation, search
Line 5: Line 5:
  
  
 +
<!-- ------------------------------------------------------------------------------------------------------- -->
  
  
Line 13: Line 14:
 
div#BANNERCONTAINER {
 
div#BANNERCONTAINER {
 
                                               <!-- defines a block that can be added in the page and its name-->
 
                                               <!-- defines a block that can be added in the page and its name-->
width:            850px;
+
  width:            850px;
height:          400px;
+
  height:          400px;
 
                                                                       <!-- sets the dimensions of the block -->
 
                                                                       <!-- sets the dimensions of the block -->
margin-top:      20px;
+
  margin-top:      20px;
margin-bottom:    0px;
+
  margin-bottom:    0px;
margin-left:      40px;
+
  margin-left:      40px;
margin-right:    0px;
+
  margin-right:    0px;
 
                                                                       <!-- -->
 
                                                                       <!-- -->
border-top:      0px;
+
  border-top:      0px;
border-bottom:    0px;
+
  border-bottom:    0px;
border-left:      0px;
+
  border-left:      0px;
border-right:    0px;
+
  border-right:    0px;
 
                                                                       <!-- -->
 
                                                                       <!-- -->
padding-top:      0px;
+
  padding-top:      0px;
padding-bottom:  0px;
+
  padding-bottom:  0px;
padding-left:    0px;
+
  padding-left:    0px;
padding-right:    0px;
+
  padding-right:    0px;
 
                                                                       <!-- -->
 
                                                                       <!-- -->
color:            rgb(0,0,0);
+
  color:            rgb(0,0,0);
 
                                                                       <!-- -->
 
                                                                       <!-- -->
background-color: grey;
+
  background-color: grey;
 
                                                                       <!-- -->
 
                                                                       <!-- -->
 
}
 
}
 
 
  
 
div#HOMEBUTTON {
 
div#HOMEBUTTON {
float:            left;
+
  float:            left;
width:            200px;
+
  width:            200px;
height: 50px;
+
  height:           50px;
border: 0px solid #aaa;
+
  border:           0px solid #aaa;
margin-right: 6px;
+
  margin-right:     6px;
margin-top: 80px;
+
  margin-top:       80px;
align: center;
+
  align:           center;
background: white;
+
  background:       white;
opacity: 0.7;
+
  opacity:         0.7;
 
}
 
}
 
 
  
 
div#SECTIONBUTTON {
 
div#SECTIONBUTTON {
float: left;
+
  float:           left;
width: 208px;
+
  width:           208px;
height: 30px;
+
  height:           30px;
border: 0px solid #aaa;
+
  border:           0px solid #aaa;
margin-right: 6px;
+
  margin-right:     6px;
margin-top: 80px;
+
  margin-top:       80px;
align: center;
+
  align:           center;
background: white;
+
  background:       white;
opacity: 0.7;
+
  opacity:         0.7;
 
}
 
}
  
div#BANNERCONTAINER a:link   {color: black; text-decoration: none; opacity: 1;}
+
div#BANNERCONTAINER a:link
 +
  {color: black; text-decoration: none; opacity: 1;}
  
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                               <!-- specifies the appearance of a normal link -->
 
                                                               <!-- specifies the appearance of a normal link -->
 
+
div#BANNERCONTAINER a:visited
div#BANNERCONTAINER a:visited {color: black; text-decoration: none; opacity: 1;}
+
  {color: black; text-decoration: none; opacity: 1;}
  
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                     <!-- specifies the appearance of an already visited link -->
 
                                                     <!-- specifies the appearance of an already visited link -->
 
+
div#BANNERCONTAINER a:active
div#BANNERCONTAINER a:active {color: #AB2804; text-decoration: none; opacity: 1;}
+
  {color: #AB2804; text-decoration: none; opacity: 1;}
  
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                       <!-- specifies the appearance of the link of the current page (if any) -->
 
                                       <!-- specifies the appearance of the link of the current page (if any) -->
 
+
div#BANNERCONTAINER a:hover
div#BANNERCONTAINER a:hover   {color: #AB2804; text-decoration: none; opacity: 1;}
+
  {color: #AB2804; text-decoration: none; opacity: 1;}
  
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                                                         <!-- in the space of BANNERCONTAINER -->
 
                                         <!-- specifies the appearance of a link at the passage of the cursor -->
 
                                         <!-- specifies the appearance of a link at the passage of the cursor -->
 
  
 
</style>
 
</style>
 
</html>
 
</html>
  
<div id="button" align="center">
+
<div id="headercontainer">
[[#Week 1|Week 1: preliminary studies]]
+
 
 +
  <div id="mainbutton" align="center">
 +
  [[project04:Frontpage|'''main''']]
 +
  </div>
 +
 
 +
  <div id="button" align="center">
 +
  [[#Week 1|Week 1: preliminary studies]]
 +
  </div>
 +
 
 +
  <div id="button" align="center">
 +
  [[#Week 2|Week 2: space - time - user]]
 +
  </div>
 +
 
 +
  <div id="button" align="center">
 +
  [[#Week 3|Week 3: the storyboard]]
 +
  </div>
 +
 
 +
  <div id="button" align="center">
 +
  [[#Week 4|Week 4:...]]
 +
  </div>
 +
 
 
</div>
 
</div>
<div id="button" align="center">
 
[[#Week 2|Week 2: space - time - user]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 3|Week 3: the storyboard]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 4|Week 4:...]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 5|Week 5:...]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 6|Week 6:...]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 7|Week 7:...]]
 
</div>
 
<div id="button" align="center">
 
[[#Week 8|Week 8:...]]
 
</div>
 
 
  
 
[[Image:Frontpage 23-09-15 v5.jpg| 850px]]
 
[[Image:Frontpage 23-09-15 v5.jpg| 850px]]

Revision as of 17:16, 1 November 2016




Frontpage 23-09-15 v5.jpg

GROUP 2



Week 1: preliminary studies
Week 2: space - time - user
Week 3: the storyboard

Week 1













preliminary studies













Pres1wYaaz 2.jpg

Pres1wYaaz 3.jpg

Pres1wYaaz 4.jpg

Pres1wYaaz 5.jpg

Pres1wYaaz 6.jpg

Pres1wYaaz 7.jpg

Pres1wYaaz 8.jpg

Pres1wYaaz 9.jpg

Pres1wYaaz 10.jpg

Pres1wYaaz 11.jpg

Pres1wYaaz 12.jpg

Pres1wYaaz 13.jpg

Pres1wYaaz 14.jpg

Pres1wYaaz 15.jpg

Pres1wYaaz 16.jpg

Pres1wYaaz 17.jpg

Pres1wYaaz 18.jpg

Pres1wYaaz 19.jpg

Pres1wYaaz 20.jpg

850px

Pres1wYaaz 21b.jpg

Pres1wYaaz 21c.jpg

Pres1wYaaz 22.jpg

Pres1wYaaz 23.jpg

Pres1wYaaz 24.jpg

Pres1wYaaz 25.jpg

Pres1wYaaz 26.jpg

Pres1wYaaz 27.jpg

Pres1wYaaz 28.jpg

Pres1wYaaz 29.jpg

Pres1wYaaz 30.jpg

Pres1wYaaz 31.jpg

Pres1wYaaz 32.jpg

















Sketches


















Pres1wYaaz 33.jpg

Pres1wYaaz 34.jpg

Pres1wYaaz 35.jpg

















Week 2













space - time - user













Pres2wKevin 1.jpg

Pres2wKevin 2.jpg

Pres2wKevin 3.jpg

Pres2wKevin 4.jpg

Pres2wKevin 5.jpg

Pres2wKevin 6.jpg

















Week 3













the storyboard













Pres3wg2 8.jpg

Pres3wg2 9.jpg

Pres3wg2 10.jpg

Pres3wg2 1.jpg

Pres3wg2 2.jpg

Pres3wg2 3.jpg

Pres3wg2 4.jpg

Pres3wg2 5.jpg

Pres3wg2 6.jpg

Pres3wg2 7.jpg

Pres3wg2 3a.jpg

Korrektur 4-01.jpg

Korrektur 4-02.jpg

Korrektur 4-03.jpg

Korrektur 4-04.jpg

Korrektur 4-05.jpg

Korrektur 4-06.jpg

5th Week-01.jpg

5th Week-02.jpg

5th Week-03.jpg

5th Week-04.jpg

5th Week-05.jpg

5th Week-06.jpg

5th Week-07.jpg

5th Week-08.jpg

5th Week-09.jpg