Nesta aula foi pedida a criação de uma nova página de identificação a cada aluno que fosse personalizada a seu gosto. Para tal, foi usada a fonte de uma página de um aluno do ano letivo anterior.
TEXTO HTML:
<html>
<head>
<title> Página do Duarte </title>
<link type="text/css" rel="stylesheet" href="duarte.css">
</head>
<body>
<div id="foto" style="position:relative; left:480; top:150px; width:400px; height:50px; z-index:0">
<img src="duartenovo.jpg"></div>
<div class="quadro">
<a href="http://www.fa.utl.pt/">
<img src="faul.jpg" style="position:fixed" ></a>
</div>
<h0>
<br>
<a href="http://home.fa.utl.pt/~lromao"> Sistemas de Representação Digital em Arquitectura<br>
Docente Luís Romão </a> <br>
<br>
Ano letivo 2016/2017
</h0>
<br>
<br>
<br>
<br>
<br>
<h1>
DUARTE ROSA | 20151097<br>
MIArq2E
</h1><br>
<div class="quadro2">
</div>
<h2>
<a href= "antigo.html" >Ver Página Antiga</a> |
<a href="http://srdaprender.blogspot.com"> Blogue pessoal </a>
</h2>
<br>
</body>
</html>
CSS:
body {
background-color:rgb(255,255,255);
margin-left: 20%; margin-right: 20%;
color: white;
font-size: 1.0em;
font-family: "Agency FB";
:link { color: yellow;
text-decoration: none;}
}
h0{
color: black;
text-align: left;
font-size: 25px;
:link { color: yellow;
text-decoration: none;}
}
:link { color: #000000;
text-decoration: none;}
/* unvisited link */
h1 {
color: black;
text-align: left;
font-size: 30px;
}
h2 {
color: black;
text-align: left;
font-size: 20px;
}
:link { color: #000000;
text-decoration: none;}
/* unvisited link */
FA
{ font-size: 2.0em; margin: .67em 0; color:rgb(214,16,16)}
div.quadro {
background: rgb(0,0,0);
font-size: 15px;
border: none;
width: 700px;
height: 70px;
overflow: auto;
}
div.quadro2{
background: rgb(0,0,0);
font-size: 15px;
border: none;
width: 700px;
height: 5px;
overflow: auto;
}
Também foram introduzidas novas ferramentas em AutoCad, entre as quais "SKETCH", e foi explicado como o modelo desenhado poderia ser visto em ""paperspace":