-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (48 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="viewport" content="width=1024">
<link rel="stylesheet" href="https://dustinchristlieb.com/styles.css">
<title>Dustin Christlieb | Sr. Cloud Architect</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CNMKY87H40"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CNMKY87H40');
</script>
<body>
<nav class="navbar">
<span class="menu-icon">☰ Menu</span>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="https://www.doit.com/author/dustin-christlieb/">Blog Posts</a></li>
<li><a href="https://www.linkedin.com/in/dustinchristlieb/">LinkedIn Profile</a></li>
<li><a href="https://github.com/dchristlieb">GitHub</a></li>
</ul>
</nav>
<header>
<img src="https://dustinchristlieb.com/44646fa55856047a70487802aeb42a11.png" alt="Dustin Christlieb's Profile Picture" class="profile-picture">
<div class="header-content">
<h1>Dustin Christlieb</h1>
<p>Sr. Cloud Architect - Collaboration/Productivity</p>
</div>
</header>
<section id="bio">
<p>Hello! My name is Dustin Christlieb. I work as a Sr. Cloud Architect at <a href="https://DoiT.com" target="_blank">DoiT International.</a> I enjoy helping administrators with their enterprise tech stacks and solving issues!</p>
<p>I am also a Volunteer Google Workspace Product Expert, answering questions in the <a href="https://support.google.com/a/threads" target="_blank">Google Workspace Support Community</a>.</p>
<p>Check out my <a href="https://github.com/dchristlieb" target="_blank">GitHub profile</a> for more projects.</p>
</section>
<section id="currentProject">
<p>If you are a Google Workspace Admin, audit your security posture with the FREE Security Checklist app for Workspace Admins. Checkout the project at <a href="https://workspacesecurity.app" target="_blank">WorkspaceSecurity.app</a> for more info.</p>
</section>
<footer>
<p>© 2024 Dustin Christlieb</p>
</footer>
<script src="https://dustinchristlieb.com/script.js"></script>
</body>
</html>