aboutsummaryrefslogtreecommitdiff
path: root/app/views/resume.view.php
blob: 9be1b319b2adf9b7243ffb6b4a78c4b339341195 (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en-us">
<head>

    <title>Resume - Portfolio - Thedro Neely</title>

    <meta name="description" content="Thedro's Web Development Resume">
    <meta name="keywords" content="Thedro,Neely,Portfolio,Website,Resume">
    <meta name="author" content="Thedro Neely">

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="index,follow">

    <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>

    <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>

    <style>

        @media screen and (min-width: 769px) {
            .column__right { max-height: 100vh; overflow: auto; }
        }
        .column__background {
            background-color: #4587c1;
            background-image: url('/images/shells.jpg');
            background-position: center;
            background-size: cover;
            min-height: 50vh;
        }
        .text__frame {
            border: 1px solid;
            border-radius: 2px;
            display: inline-block;
            padding: 10px;
            text-shadow: 0 0 0 #fff;
        }
        .max__height { min-height: 100vh; }
        .white__highlight { padding: 10px; text-shadow: 0 0 0 #fff; }
        .tile__custom { max-width: 243px; }
        .inline__padding { display: inline-block; margin: 0.5em; }

    </style>

    <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php'; ?>
    <link rel="stylesheet" href="/css/bulma-timeline.css">

</head>

    <body>

    <div class="columns max__height is-gapless">

      <div class="column column__background is-4">

        <section class="section has-text-centered">

            <a href="/resume" class="title has-text-weight-light is-size-4 has-text-white inline__padding">Resume</a>

            <br>

            <a href="/contact/" class="title has-text-weight-light is-size-7 has-text-white text__frame">Contact for Full Resume</a>

            <br>

            <h1 class="title has-text-weight-light is-size-3 has-text-white inline__padding">Web <br> Developer</h1>

            <br>

            <p>
                <a href="/" class="title has-text-weight-light is-size-7 has-text-white white__highlight">https://www.thedroneely.com</a>
            </p>

            <br>

            <p>
                <a href="#tools" class="title has-text-weight-light is-size-7 has-text-white white__highlight">#Tools</a>

                <a href="#projects" class="title has-text-weight-light is-size-7 has-text-white white__highlight">#Projects</a>

                <a href="#questions" class="title has-text-weight-light is-size-7 has-text-white white__highlight">#Questions</a>
            </p>

        </section>

      </div>

      <div class="column column__right is-size-6 has-background-white">

            <div id="tools" class="resume__container">

            <div class="resume__break"></div>
            <div class="resume__break"></div>

            <div class="column resume__column">

                <section>

                    <h1 class="title has-text-weight-light has-text-primary is-4">
                        Thedro Neely
                    </h1>

                    <p class="is-size-7">
                        Hello! My name is Thedro, and I'm a web developer based in The Bahamas.
                        I'm currently looking for work, so feel free to get in touch with contracts or job opportunities.
                    </p>

                </section>

                <br>

                <div class="columns">

                    <div class="column">

                        <section>
                            <h1 class="heading title has-text-weight-semibold">Tools</h1>
                        </section>

                        <br>

                        <section>

                            <div class="timeline">

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                              <p class="heading">Front End</p>
                              <p class="is-size-7">HTML &nbsp; CSS &nbsp; JavaScript &nbsp; Bulma</p>
                              <p class="is-size-7">Bootstrap &nbsp; Vue.js &nbsp; Sass</p>
                            </div>
                            </div>

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                              <p class="heading">Back End</p>
                              <p class="is-size-7">PHP &nbsp; Python &nbsp; MariaDB &nbsp; MySQL</p>
                              <p class="is-size-7">PostgreSQL &nbsp; Nginx &nbsp; Apache </p>
                            </div>
                            </div>

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                              <p class="heading">Tooling and Frameworks</p>
                              <p class="is-size-7">LaTeX &nbsp; Laravel &nbsp; Sublime Text &nbsp; Npm</p>
                              <p class="is-size-7">Node.js &nbsp; Webpack &nbsp; Gimp</p>
                            </div>
                            </div>

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                              <p class="heading">Version Systems</p>
                              <p class="is-size-7">Git &nbsp; Gitlab &nbsp; Github</p>
                            </div>
                            </div>

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                              <p class="heading">Sys Admin</p>
                              <p class="is-size-7">Dnsmasq &nbsp; SSH &nbsp; DD-WRT &nbsp; Iptables</p>
                              <p class="is-size-7">Bash &nbsp; VNC &nbsp; Libvirt &nbsp; pfSense</p>
                              <p class="is-size-7">RDP &nbsp; Docker &nbsp; Systemd &nbsp; Samba</p>
                              <p class="is-size-7">CUPS &nbsp; KVM &nbsp; QEMU &nbsp;</p>
                            </div>
                            </div>

                            </div>

                        </section>

                    </div>

                    <div class="column">

                         <section id="questions">
                            <h1 class="heading title has-text-weight-semibold">Questions</h1>
                        </section>

                        <br>

                        <section>

                            <div class="timeline">

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                                <p class="heading">Are you currently available for work?</p>
                                <p class="is-size-7">
                                    Yes, I'm currently available for
                                    contract work and full-time job
                                    opportunities.
                                </p>
                            </div>
                            </div>

                            <div class="timeline-item">
                            <div class="timeline-marker"></div>
                            <div class="timeline-content">
                                <p class="heading">How long have you been programming?</p>
                                <p class="is-size-7">
                                    For approximately 3 years. I was recently taught PHP by
                                    a fellow programmer however web app development is not a recent endeavor.
                                    I've made quite a few websites before this, but mostly in private.
                                </p>
                            </div>
                            </div>

                            </div>

                        </section>

                    </div>

                </div>
            </div>

            <br>

            <section id="projects">
                <h1 class="heading title has-text-weight-semibold">Projects</h1>
            </section>

            <div class="resume__break"></div>

            <section>
                <div class="tile is-ancestor">

                    <div class="tile is-parent">
                    <div class="tile tile__custom is-child box has-background-light">
                        <a href="/">
                          <img width="203" heigth="360" src="/images/thedro.png" alt="thedro">
                        </a>
                    </div>
                    </div>

                    <div class="tile is-parent">
                    <div class="tile tile__custom is-child box has-background-light">
                        <a href="/resume">
                          <img width="203" heigth="360" src="/images/resume.png" alt="resume">
                        </a>
                    </div>
                    </div>

                     <div class="tile is-parent">
                    <div class="tile tile__custom is-child box has-background-light">
                        <a href="https://www.edwinmattiacci.com">
                          <img width="203" heigth="360" src="/images/edwin.png" alt="edwin">
                        </a>
                    </div>
                    </div>

                </div>
            </section>

        </div>

      </div>
    </div>