-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (40 loc) · 1.25 KB
/
index.html
File metadata and controls
executable file
·40 lines (40 loc) · 1.25 KB
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
<doctype !html>
<html>
<head>
<meta charset="utf-8">
<title> Jonathan Pedoeem</title>
<link rel="stylesheet" href="./css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="./css/styles.css" type="text/css">
</head>
<body>
<div class="row">
<div id="left" class="col-md-6">
<p> Welcome to my corner of the Interwebs</p>
—
<p id="intro">I am Jonathan Pedoeem. <br> I am the co-founder of <a href="https://promptlayer.com">PromptLayer</a>: the first Prompt Engineering platform
<br>
Before that, I built <a href="https://evant.app">Evant</a>: an SMS based community management tool
<br>
I studied at The Cooper Union and graduated with a Bachelors in Electrical Engineering with minors in Math and Computer Science
<br>
Other interest include coffee and reading <a href="./books.html">books</a>.
</p>
—
<br>
<a href="https://github.com/jped">github</a>
<br>
<a href="https://x.com/Jonpon101">x</a>
<br>
<a href="https://www.linkedin.com/in/jonathan-pedoeem-0940a896/">linkedin</a>
<br>
jonathanped at gmail dot com
<br>
</div>
<div id="right" class="col-md-6">
<img src="./img/jon2.jpg" id="jonImage">
<br>
Jonathan himself
</div>
<div>
</body>
</html>