-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkitem.html
More file actions
63 lines (58 loc) · 2.03 KB
/
workitem.html
File metadata and controls
63 lines (58 loc) · 2.03 KB
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
61
62
63
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Lorem - Item</title>
<meta name="description" content="Portfolio de Lorem, incluyendo información de contacto y ejemplos" />
<meta property="og:title" content="Portfolio de Lorem" />
<meta property="og:description" content="Portfolio de Lorem, incluyendo información de contacto y ejemplos" />
<meta property="og:url" content="https://lively-water-06c583003.5.azurestaticapps.net" />
<link rel="canonical" href="https://lively-water-06c583003.5.azurestaticapps.net" />
<meta property="og:image" content="https://lively-water-06c583003.5.azurestaticapps.net/img/Lorem.webp" />
<meta property="og:image:alt" content="Una sonriente Lorem" />
<meta property="og:locale" content="es_ES" />
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="stylesheet" href="css/site.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
</header>
<main>
<h2></h2>
<picture>
<source srcset="" alt="" />
<img src="" alt="" />
</picture>
<div id="project-text" class="work-item-text">
<h3>Proyecto</h3>
<p></p>
</div>
<div id="technology-text" class="work-item-text">
<h3>Tecnologías</h3>
<ul></ul>
</div>
<div id="challenges-text" class="work-item-text">
<h3>Retos</h3>
<p></p>
</div>
</main>
<footer>
<div>© <span id="copyright-year"></span> by JC del Campo</div>
<div></div>
</footer>
<script src="js/app.js"></script>
<script>
app.workItemSetup();
</script>
</body>
</html>