-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (42 loc) · 822 Bytes
/
index.html
File metadata and controls
52 lines (42 loc) · 822 Bytes
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
<head>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<h1 class="titles">Sam Tilin</h1>
<hr>
<img src="https://pbs.twimg.com/profile_images/3652081786/0bea3028cb8700b753a28ecdc6db2965_400x400.jpeg">
<h3 class="titles">All about me</h3>
<p>
Here are my past three roles:
<ul>
<li>
Project Manager
</li>
<li>
Trainer
</li>
<li>
CX Manager
</li>
</ul>
</p>
<hr>
<p>
Check out my twitter </br>
<a href="https://twitter.com/samtil">@SAMTIL</a>
</p>
<p>
<a href="https://www.facebook.com/sam.tilin.9">My Facebook</a>
</p>
<!--
<div id="demo">
<h3> two-column demo</h3>
<div id="left-column">
<p>This is the left column</p>
</div>
<div id="right-column">
<p>This is the right column</p>
</div>
</div>
-->
</body>