Creation of the HTML page and the blog



In order to document the work which I have done for the 3D Modelling and Visualization in Architecture curricular course over the period of the spring semester from my Erasmus mobility. It was recommended to create a blog and link it to a web page.

The home page:

To create the web page where all of the information related to the course and my personal data, I created an HTML page using Notepad to write the code following the default structure which would allow me to visualize the different elements I intended to include to my page.

The following code was the base of the final result:

<!DOCTYPE html> 
<html> 
<head> 
<title>name of the page</title>
 </head> 
<body>

<p>information about the course</p>
<img src=“personalimage.png" alt=“sofiamachado" width="x" height="y"> 
<p>personal information</p>
 <a href="http://ww/w.ga-s2.com">link to my sites</a> 

</body>
 </html> 

In order to see the code in details, the html file can be downloaded from here.

Here's how the home page looks on the web:


Afterwards, I had to connect my page to the host server using Filezilla so that it can be available to visualize online.

The blog:

Creating posts for every exercice I have done, I made a blog using Google Blogspot that I customized using both HTML and CSS. I tried to include to each post information about the exercice, explanation of what was done, the most important commands, and a link to the files.





Leave a Comment

Aucun commentaire:

Fourni par Blogger.