-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (41 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Mike Weiss</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="resume.css">
</head>
<body>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h1>Mike Weiss</h1>
</div>
<p class="lead"><strong>Hi, I'm Mike</strong></p>
<p class="lead">I'm a programmer and problem solver. Currently working as a security engineer at <a target="_blank" href="http://verizonwireless.com">Verizon</a>. I enjoy making people more efficient by reducing repetitive tasks through automation and by making vital information easier to access.
</p>
<p>
Right now I'm diving head first into Ruby and I am working on a new project called <a target="_blank" href="https://github.com/wiredin/diyshws">Diyshws</a>.<br /> I'm also a Portuguese student, if you speak, lets chat. :-)
</p>
<div class="row">
<div class="col-md-1">email</div>
<div class="col-md-5"><a target="_blank" href="mailto:[email protected]">[email protected]</a></div>
</div>
<div class="row">
<div class="col-md-1">github</div>
<div class="col-md-5"><a target="_blank" href="https://github.com/wiredin">@wiredin</a> </div>
</div>
<div class="row">
<div class="col-md-1">linkedin</div>
<div class="col-md-5"><a target="_blank" href="https://www.linkedin.com/in/mike-weiss">/in/mike-weiss</a> </div>
</div>
</div>
</body>
</html>