-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 889 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html>
<head>
<title>Robert Kaiser</title>
<link rel="stylesheet" href="intro.css">
<link rel="shortcut icon" href="icon32.png" type="image/png">
</head>
<body>
<h1><span class="highlighttext">Robert Kaiser</span></h1>
<h2><span class="highlighttext">Mozilla Rep | Tech Speaker</span></h2>
<p><a href="mailto:[email protected]" class="highlighttext">[email protected]</a></p>
<img id="repslogo" src="remo_logo_mediumlarge.png">
<img id="tslogo" src="MozTechSpeakers.png">
<p id="bottomline"><a href="https://mozillians.org/u/KaiRo" class="highlighttext">mozillians.org/u/KaiRo</a></p>
<img id="mozlogo" src="moz-logo-bw-rgb.svg">
</body>
</html>