-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (96 loc) Β· 5.89 KB
/
index.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
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
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="web, standards, web apps, pwa, foldables, javascript, html">
<meta name="application-title" content="personal web">
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<title>diek.us : Diego Gonzalez</title>
<link rel="stylesheet" type="text/css" href="styles/light.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" type="text/css" href="styles/dark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" type="text/css" href="styles/dks.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap" rel="stylesheet">
<script src="scripts/dks.js" defer></script>
</head>
<body>
<header class="dksheader">
<h1 class="mainTitle">diek.us</h1>
<span class="profileBorder" width="80px" height="80px">
<img src="images/profile.webp" class="headshot" width="80px" height="80px">
</span>
<span class="socials">
<a href="https://bsky.app/profile/diekus.bsky.social">
<img src="/images/SVG/bluesky.svg" alt="Bluesky logo" class="social_icon" width="35px" height="35px">
</a>
<a href="https://github.com/diekus">
<img src="/images/SVG/github.svg" alt="github logo" class="social_icon" width="35px" height="35px">
</a>
<a href="https://instagram.com/diekus">
<img src="/images/SVG/instagram.svg" alt="instagram logo" class="social_icon" width="35px" height="35px">
</a>
<a href="https://toot.cafe/@diekus">
<img src="/images/SVG/mastodon.svg" alt="Mastodon logo" class="social_icon" width="35px" height="35px">
</a>
<a href="https://uk.linkedin.com/in/diekus">
<img src="/images/SVG/linkedin.svg" alt="LinkedIn logo" class="social_icon" width="35px" height="35px">
</a>
<!--a href="https://medium.com/@diekus">
<img src="/images/SVG/medium.svg" alt="Medium logo" class="social_icon" width="35px" height="35px">
</a>
<a href="https://reddit.com/user/diekus">
<img src="/images/SVG/reddit.svg" alt="reddit logo" class="social_icon" width="35px" height="35px">
</a-->
</span>
</header>
<div class="main">
<section class="fullGridSpan">
<h2>HOLA</h2>
<p>I am Diego González, a British-Costa Rican engineer living in London. Currently I'm part of the <a href="https://www.microsoft.com/en-us/edge/">Microsoft Edge</a> team where I work on web apps. I'm also involved with web standards as a co-chair of the <a href="https://www.w3.org/groups/wg/webapps/">W3C Web Apps Working Group</a> and as Microsoft's <a href="https://whatwg.org/">WHATWG</a> <a href="https://github.com/whatwg/sg?tab=readme-ov-file#steering-group-representatives">Steering Group</a> representative . Previous to this, I supported the <a href="https://www.samsung.com/uk/apps/samsung-internet/">Samsung Internet</a> team, using creative solutions to push the boundaries for foldable and XR devices.</p>
<p>To contact me or for speaking engagements, feel free to write to <code>luigonza [at] microsoft [dot] com</code> or <code>diekus [at] gmail [dot] com</code>.</p>
</section>
<section class="section-bubble">
<h2>web specs</h2>
<p>I π the web. I'm involved in:</p>
<ul>
<li><a href="https://www.w3.org/TR/appmanifest/">Web Application Manifest</a></li>
<li><a href="https://www.w3.org/TR/device-posture/">Device Posture API</a></li>
<li><a href="https://www.w3.org/TR/badging/">Badging API</a></li>
<li><a href="https://wicg.github.io/window-controls-overlay/">Window Controls Overlay</a></li>
</ul>
<p>Questions? Open a github issue!</p>
</section>
<section class="section-bubble">
<h2>apps</h2>
<p>Demos (π§ͺ) that highlight some of the new features I'm working on:</p>
<ul>
<li><a href="https://diek.us/stopwatch">β±οΈ stopwatch</a></li>
<li><a href="https://diek.us/bubble">𫧠bubble</a></li>
<li><a href="https://diek.us/pwinter">π¨οΈ The PWinter</a></li>
<li><a href="https://microsoftedge.github.io/Demos/pwa-application-title/">π§π½βπ»<code>application-title</code> meta tag demo</a></li>
</ul>
</section>
<section class="section-bubble">
<h2>latest</h2>
<p>I am <em>currently</em> working on:</p>
<ul>
<li><a href="https://aka.ms/webinstall">Web Install API</a></li>
<li><a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md"><code>application-title</code> meta tag </a></li>
<li><a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/SystemStatusIcon/explainer.md">System Status Icon support for web apps</a></li>
</ul>
<p>Other shenanigans:</p>
<ul>
<li><a href="https://blogs.windows.com/msedgedev/author/diego-gonzalez/">π My posts @ MS Edge blog</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLar6hVjPOFzIxIf232Vhu73tgIMEEme3t">πΊ Recorded presentations</a></li>
</ul>
</section>
</div>
<input type="button" value=">>" class="btnScroll"></input>
<footer>
© diekus
</footer>
</body>
</html>