-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 893 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Me</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<img src="images/alanapril2017.jpg" alt="Alan's Picture">
<h1>Alan Klein</h1>
<p>I am a pre-sales engineer for a large Communications Platform As a Service (CPaaS) provider, specilizing in voice and SMS using serverless technologies.
I have diverse background in Information Technology and experience in the following areas:
</p>
<ul>
<li>JavaScript</li>
<li>Node.js</li>
</ul>
<p>I enjoy learning new things and solving business challenges with creative solutions.</p>
</body>
</html>