19 lines
809 B
Markdown
19 lines
809 B
Markdown
<div id="contact">
|
|
<!-- Pretty 3 column table for humans -->
|
|
<table id="contact-table" class="web-only">
|
|
<tr>
|
|
<td style="text-align: left">4150 W 111th CIR<br>Westminter, CO 80031<br>USA</td>
|
|
<td style="text-align: center"><h1 style="margin: 0;">Eric W Phillips</h1></td>
|
|
<td style="text-align: right"><a href="mailto:eric@ewpt3ch.dev">eric@ewpt3ch.dev</a><br><a href="https://linkedin.com/in/ewpt3ch">linkedin.com/in/ewpt3ch</a><br>3034351478</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- ATS simple linear for parsing -->
|
|
<div class="ats-only">
|
|
<h1>Eric Phillips</h1>
|
|
<p>4150 W 111th Circle, Westminster, CO 80031<br>
|
|
303-435-1478 | <a href="mailto:eric@ewpt3ch.dev">eric@ewpt3ch.dev</a> | <a href="https://linkedin.com/in/ewpt3ch">linkedin.com/in/ewpt3ch</a></p>
|
|
</div>
|
|
</div>
|
|
|