-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (35 loc) · 2.61 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
<!doctype html>
<html>
<head>
<title>hi, i'm denise | software engineer</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
<link rel="stylesheet" href="stylesheets/foundation-modified.css" type="text/css">
<link rel="stylesheet" href="stylesheets/style.css" type="text/css">
<script src="assets/scripts.js"></script>
<link rel="icon" href="images/favicon.png" type="image/x-icon"/>
</head>
<body>
<div class="grid-x header-container center">
<div class="medium-8 small-12 large-4 large-offset-4">
<h1 class="center"><i>hello, i'm denise</i></h1>
</div>
</div>
<div class="grid-x section-container">
<div class="cell medium-8 small-12 large-4 large-offset-4">
<p>I'm a software engineer at Microsoft. During my time there, I have worked on the REST API that powers features for <a href="https://support.office.com/en-us/article/office-365-group-expiration-policy-8d253fe5-0e09-4b3c-8b5e-f48def064733" target="_new">Group Expiration & Renewal</a>, <a href="https://support.office.com/en-us/article/Office-365-Groups-Naming-Policy-6ceca4d3-cad1-4532-9f0f-d469dfbbb552" target="_new">O365 Naming Policy</a> and other <a href="https://support.office.com/en-us/article/manage-who-can-create-office-365-groups-4c46c8cb-17d0-44b5-9776-005fced8e618" target="_new">O365 Group controls</a>.</p>
<p>I now work on a cloud monitoring platform that powers <a href="https://azure.microsoft.com/en-us/services/monitor/" target="_new">Azure Monitors</a>, <a href="https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview" target="_new">Azure Resource Health</a> and <a href="https://docs.microsoft.com/en-us/azure/service-health/alerts-activity-log-service-notifications-portal" target="_new">Azure activity log alerts</a> -- as well as providing near real-time monitoring for (almost all) of Microsoft.</p>
<p>I get excited about ways to improve developer toil, productivity tools and designing geo-resilient, large scale systems. Chat with me on social media!</p>
</div>
</div>
<div class="grid-x footer-container">
<div class="cell medium-8 small-12 large-4 large-offset-4">
<ul class="social-list">
<li><a href="https://twitter.com/kwokdenise" target="_new"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/kwokdenise" target="_new"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/helloden/" target="_new"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/kwokdenise/" target="_new"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</body>
</html>