-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (93 loc) · 4.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Resume of Andrew Blankfield</title>
<meta property="og:url" content="https://resume.intellexcel.com/" />
<meta property="og:type" content="resume" />
<meta property="og:title" content="Resume of Andrew Blankfield" />
<meta property="og:description" content="I offer 10+ years of Linux and Python experience, which makes me a strong candidate for Software Engineering positions in your organization." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/13650123?v=4" />
<meta name="description" content="I offer 10+ years of Linux and Python experience, which makes me a strong candidate for Software Engineering positions in your organization.">
<meta name="author" content="Andrew Blankfield">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9CKGZ5L5EG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9CKGZ5L5EG');
</script>
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="twelve columns ">
<h1>Resume</h1>
</div>
</div>
<div class="row">
<div class="one column ">
<h4>of</h4>
</div>
</div>
<div class="row">
<div class="twelve columns">
<h2>Andrew Blankfield</h2>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr>
<h4>Cover Letter</h4>
<hr>
<p>To whom it may concern,</p>
<p>I'm writing to inquire about the opening for the Software Engineer position in your organization.</p>
<p>I offer 10+ years of Linux and Python experience, which makes me a strong candidate for this opening. The top portion of my resume highlights my career profile and my significant accomplishments, which puts me in alignment with this position.</p>
<p>I'd welcome the opportunity to speak with you if you feel I'd be a strong candidate for this or any position in your organization.</p>
<p>Regards,</p>
<p>Andrew Blankfield</p>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr>
<a href="https://resume.intellexcel.com/resume.pdf"><h4>Resume</h4></a>
<hr>
<iframe
src="https://drive.google.com/viewerng/viewer?embedded=true&url=https://resume.intellexcel.com/resume.pdf"
frameBorder="0"
scrolling="auto"
height="512px"
width="100%"
></iframe>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr>
<p>Created by Andrew Blankfield 2022</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>