-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfood.html
More file actions
96 lines (85 loc) · 2.95 KB
/
food.html
File metadata and controls
96 lines (85 loc) · 2.95 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.min.css" />
<link rel="stylesheet" type="text/css" href="https://nepo.dev/style.css" />
<link rel="alternate" type="application/rss+xml" title="Nepo's blog" href="https://nepo.dev/feed.atom" />
</head>
<body class="holy-grail">
<div class="mobile-header">
<div class="description-photo-container">
<a href="https://nepo.dev/index.html">
<div class="description-photo"></div>
</a>
</div>
<h2 class="description-name">¡Hola, soy Nepo!</h2>
<div class="description-links">
<a href="https://gamedev.lgbt/@nepo" rel="me">
<img src="https://nepo.dev/imgs/icon-mastodon.svg"/>
</a>
<a href="https://bsky.app/profile/nepo-dev.bsky.social">
<img src="https://nepo.dev/imgs/icon-bluesky.svg" />
</a>
<a href="https://github.com/nepo-dev/">
<img src="https://nepo.dev/imgs/icon-github.svg"/>
</a>
<a href="https://edearth.itch.io/">
<img src="https://nepo.dev/imgs/icon-itchio.svg"/>
</a>
<a href="https://www.linkedin.com/in/nepo/">
<img src="https://nepo.dev/imgs/icon-linkedin.svg"/>
</a>
</div>
</div>
<div class="sidebar">
<div class="description-container">
<h2 class="description-name">¡Hola, soy Nepo!</h2>
<div class="description-job">
<p>Escribo sobre juegos, software, QA, tecnología.</p>
<p>Trabajo en <a href="https://nokorpo.com">@nokorpo</a>. ¡Contáctanos si necesitas ayuda con tu proyecto!</p>
</div>
<div class="description-links">
<a href="https://gamedev.lgbt/@nepo" rel="me">
<img src="https://nepo.dev/imgs/icon-mastodon.svg"/>
</a>
<a href="https://bsky.app/profile/nepo-dev.bsky.social">
<img src="https://nepo.dev/imgs/icon-bluesky.svg" />
</a>
<a href="https://github.com/nepo-dev/">
<img src="https://nepo.dev/imgs/icon-github.svg"/>
</a>
<a href="https://edearth.itch.io/">
<img src="https://nepo.dev/imgs/icon-itchio.svg"/>
</a>
<a href="https://www.linkedin.com/in/nepo/">
<img src="https://nepo.dev/imgs/icon-linkedin.svg"/>
</a>
</div>
<div class="description-photo-container">
<a href="https://nepo.dev/index.html">
<div class="description-photo"></div>
</a>
</div>
</div>
</div>
<main>
</main>
<div class="right-sidebar"></div>
<div class="kofi-donations">
<p>¿Te gustó lo que leíste?</p>
<a href="https://ko-fi.com/jnepo" target="_blank">
<img class="wobble-on-hover" src="https://nepo.dev/imgs/kofi-button.webp" />
</a>
</div>
<div class="footer-kofi-donations">
<p>¿Te gustó lo que leíste?</p>
<a href="https://ko-fi.com/jnepo" target="_blank">
<img src="https://nepo.dev/imgs/kofi-button.webp" />
</a>
</div>
<footer>
<p>Volver a la <a href="https://nepo.dev/index.html">lista de artículos</a></p>
</footer>
</body>
</html>