-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (101 loc) · 3.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jeremy E. Miller</title>
</head>
<body>
<script src="src/main.js" type="text/javascript" charset="utf-8"></script>
<section>
<div class="columns is-gapless is-fullheight">
<div class="column profile-image is-hidden-mobile">
</div>
<div class="hero column section bio is-primary is-bold ">
<div class="columns hero-body">
<div class="hero-body" style="flex-shrink: 1;">
<h1 class="title is-1 is-spaced">
Jeremy E. Miller
</h1>
<h2 class="subtitle is-3">
Problem Solver. Developer. Creative.
</h2>
<hr>
<p class="is-size-4">Hi there! I'm a multi-faceted do-er; I work best collaborating with others to find creative & technical solutions, whether that means managing a team, improving a workflow, or developing a website. I thrive in challenging environments where teamwork is valued, and good ideas are valued, no matter who or where they come from. </p>
<br>
<p class="is-size-4">Interested in working together? Let's chat.</p>
<br>
<p class="is-size-4">jeremyemiller at gmail dot com.</p>
<br>
<p class="is-size-4"><a href="https://linkedin.com/in/jeremyemiller/" title="LinkedIn">LinkedIn</a> | <a href="https://github.com/runofthemill" title="GitHub">GitHub</a>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="columns">
<div class="hero column section tr is-light is-bold">
<div class="columns hero-body">
<div class="column is-two-fifths">
<div class="hero-body">
<h1 class="title is-1 is-spaced">
Team Rubicon USA
</h1>
<h2 class="subtitle is-3">
Custom WordPress Development, Site Architecture, UX/UI
</h2>
</div>
</div>
<div class="column">
<img src="img/teamrubicon.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section>
<div class="columns">
<div class="hero column section audicus is-info is-bold">
<div class="columns hero-body">
<div class="column">
<img src="img/audicus.png" alt="">
</div>
<div class="column is-two-fifths">
<div class="hero-body">
<h1 class="title is-1 is-spaced">
Audicus
</h1>
<h2 class="subtitle is-3">
Project Management, Custom Shopify Integration, Site Architecture, UX/UI
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="columns">
<div class="hero column section fab is-warning is-bold">
<div class="columns hero-body">
<div class="column is-two-fifths">
<div class="hero-body">
<h1 class="title is-1 is-spaced">
Fab.com
</h1>
<h2 class="subtitle is-3">
Ecommerce Workflow Management, Product Management
</h2>
</div>
</div>
<div class="column">
<img src="img/fab.png" alt="">
</div>
</div>
</div>
</div>
</section>
</body>
</html>