-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebdesign-ccb-Origi.html
60 lines (41 loc) · 1.87 KB
/
webdesign-ccb-Origi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Trabalhos WebDesign - Centro Cultural</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,400" rel="stylesheet">
<script type="text/javascript" src="js/scripts.js"></script>
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<link rel="icon" type="imagem/png" href="img/icon/Alison.png"/>
</head>
<body>
<div id="navigation" class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="curriculo.html">Currículo</a></li>
<li><a href="contato.html">Contato</a></li>
<li id="threeline-icon" class="threeline-icon" onclick="openNav()">☰</li>
</ul>
</div>
<div id='conteudoMove' class=main>
<ul class="caminho">
<li><a href="index.html">Home</a></li>
<li>></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li>Centro Cultural Brasileiro</li>
</ul>
<h1>Centro Cultural Brasileiro</h1>
<img src="img/mockups/mackbook" class="foto-trabalhos" alt="Foto trabalho">
<h2>Descrição do projeto</h2>
<p>Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste </p>
<img src="img/mockups/mackbook" class="foto-trabalhos" alt="Foto trabalho">
<h2>Descrição do projeto</h2>
<p>Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste Texto de teste </p>
<img src="img/mockups/mackbook" class="foto-trabalhos" alt="Foto trabalho">
<br><br>
<a class="back-link" href="portfolio.html">←Voltar ao portfolio<a>
</div>
</body>
</html>