-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
323 lines (281 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
323 lines (281 loc) · 10.9 KB
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<!--
Rocket Internet by TEMPLATE STOCK
templatestock.co @templatestock
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>My Portfolio</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Goggle Font -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<!-- Font Css -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Animation Css -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
</head>
<body>
<header>
<div id="homeFullScreen">
<div class="header-text">
<h1>Anthony Weathers</h1>
<div class="vertical-line"></div>
<p>
Python Software Developer
<br />
<!-- INTERDUM VIVAMUS DONCE SED LIBERO. -->
</p>
</div><!-- End HeaderText -->
</div><!-- End homeFullScreen -->
</header><!-- End Header -->
<!-- Feature -->
<section class="feature">
<div class="container">
<div class="row">
<!-- <div class="col-md-6 col-sm-6"> -->
<div class="feature-box">
<h1>About</h1>
<p>In college, I took courses geared towards being a computer engineer as I was fascinated by computers as I grew up but over time and after graduating, I discovered that coding/programming was so much more interesting to me. As such, I then started working towards becoming a software engineer by attempting self-learning, then switching to finding online courses that would help me learn and practice a programming language. Eventually I decided to focus on Python, and enrolled in a coding bootcamp to gear me towards being a Python Software Engineer but personally was always open to learning other languages or skills that are needed or recommended to me.</p>
<br>
<p>
Outside of work or learning, I mainly focus on gaming as that’s what I enjoy doing but interacting with friends is always another option for myself as company is nice too. Being able to be in voice channels with friends to watch one play the game we all know is secretly fulfilling, and I’ve enjoyed just listening (or reading if the person using text) to what others talk about. I do not usually participate in the conversations, mostly because I prefer listening, but I still would join in if spoken to, or if I have something to add in. If a friend asks me for help with something, I’d do my best to either wrap up what I’m currently doing, or find out a time to aid them, same goes for when text conversations are done in private messages or in the Discord server. I do my best to check a few times throughout the day to check for any alerts or mentions, and whenever I notice a notification directly towards me, I’d attempt to respond as soon as possible to not leave someone hanging if it's important.
</p>
</div>
<!-- </div>End col-md-6 -->
<br><br>
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
</div><!-- End col-md-6 -->
<div class="clearfix"></div><!-- End clearfix -->
<div class="col-md-6 col-sm-6">
<div class="feature-box">
<h1>Fortune Collection App</h1>
<p>
User Fortune Collection App
</p>
<br>
<a id="repo" href="https://github.com/AnthonyWeathers/Foundations-Capstone-Project"> Repo </a>
<br><br>
<p>
A user app that tracks the unique fortunes the user has obtained.
</p>
<p>
Requires a user to login, or register if new then login, and the user can collect fortunes at what pace they wish, from 1 - 3 at a time and be able to view their collection of unique fortunes they obtained. The collection is unique to each registered user so a user would need to collect all unique fortunes themselves, and display all obtained fortunes in order of their fortune_id from the database.
</p>
<p>
Built with Javascript, Node, Express, PostgreSQL, and Sequelize
</p>
</article>
</div>
</div><!-- End col-md-6 -->
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/NFpRO02z_dw?si=fmVsxjV0Sr5ev_CR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><!-- End col-md-6 -->
<br><br>
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
</div><!-- End col-md-6 -->
<div class="clearfix"></div><!-- End clearfix -->
<div class="col-md-6 col-sm-6">
<div class="feature-box">
<h1>Pokemon App</h1>
<p>
Mini Pokemon Adventure
</p>
<br>
<a id="repo" href="https://github.com/AnthonyWeathers/Specs-Capstone"> Javascript </a>
<a id="repo" href="https://github.com/AnthonyWeathers/Mini-Pokemon-Adventure-App-React-Version"> React Version </a>
<br><br>
<p>
An app that allows users to catch pokemon, view, rename, or release their caught pokemon.
</p>
<p>
Requires a user to login, or register if new then login, and the user start finding pokemon and attempt to catch them. A chance for the pokemon to be a shiny version, and once caught, the pokemon gets assigned 4 random moves they can learn and saved to the database with association to the logged user. Caught pokemon are shown in order of capture in PC, and users can view a pokemon details to see the 4 moves they were randomly assigned, can rename the pokemon, or release them from their PC.
</p>
<p>
Built with Python, Javascript, Flask, Jinja2, HTML5, CSS, and PostgreSQL with special help from the PokeAPI for all of the pokemon details used.
</p>
<p>
Note: Made a remake keeping largely the same design and features but utilizing React for the frontend
</p>
<p>
React version was built with Python, Flask, Javascript, React, HTML5, CSS, and PostgreSQL
</p>
</article>
</div>
</div><!-- End col-md-6 -->
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/ti9_f9ZCVqE?si=17edK7wdnaFpRtL0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><!-- End col-md-6 -->
<br><br>
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
</div><!-- End col-md-6 -->
<div class="clearfix"></div><!-- End clearfix -->
<div class="col-md-6 col-sm-6">
<div class="feature-box">
<h1>Video App</h1>
<p>
Video Url Saver App
</p>
<br>
<a id="repo" href="https://github.com/AnthonyWeathers/Video-Url-Saver-App"> Repo </a>
<br><br>
<p>
An app that allows a user to enter a url for a video and save it for them to view later, as a secondary storage.
</p>
<p>
Users can give the saved video a personal name to make it quicker to recognize it in the future for themselves if they so wish, and can delete a saved video if they do not see a need to have it saved anymore on the app.
</p>
<p>
Built with Python, Flask, Javascript, React, HTML5, CSS, and PostgreSQL
</p>
</article>
</div>
</div><!-- End col-md-6 -->
<div class="col-md-6 col-sm-6 nopadding">
<!-- <img src="images/1.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/CuKK8wv2-Jk?si=_QStVPcc46hazum7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><!-- End col-md-6 -->
</div>
</div>
</section>
<!-- portfolio -->
<section class="portfolio">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="heading">Skills</h1>
</div><!-- End col-md-12 -->
<section id="skills">
<ul>
<li>
<i class="devicon-javascript-plain"></i>
<br>
Javscript
</li>
<li>
<i class="devicon-react-original-wordmark"></i>
<br>
React
</li>
<li>
<i class="devicon-java-plain"></i>
<br>
Java
</li>
<li>
<i class="devicon-python-plain-wordmark"></i>
<br>
Python
</li>
<li>
<i class="devicon-nodejs-plain"></i>
<br>
Node
</li>
<li>
<i class="devicon-express-original"></i>
<br>
Express
</li>
<li>
<i class="devicon-html5-plain"></i>
<br>
HTML
</li>
<li>
<i class="devicon-css3-plain"></i>
<br>
CSS
</li>
<li>
<i class="devicon-cplusplus-plain"></i>
<br>
C++
</li>
<li>
<i class="devicon-postgresql-plain"></i>
<br>
PostgreSQL
</li>
<li>
<i class="devicon-github-original"></i>
<br>
Github
</li>
<li>
<i class="devicon-amazonwebservices-plain-wordmark"></i>
<br>
AWS
</li>
<li>
<i class="devicon-matlab-plain"></i>
<br>
Matlab
</li>
<li>
<i class="devicon-jest-plain"></i>
<br>
Jest
</li>
<li>
<i class="devicon-selenium-original"></i>
<br>
Selenium
</li>
</ul>
</section>
</div><!-- End row -->
</div><!-- End container -->
</section>
<!-- Call to Action -->
<section class="call-top-action text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<section id="contact">
<h2>Contact me</h2>
<div>
<button>
<a href="https://www.linkedin.com/in/anthony-weathers-4316101a9">
LinkedIn
<i class="devicon-linkedin-plain"></i>
</a>
</button>
<button>
<a href="https://github.com/AnthonyWeathers">Github
<i class="devicon-github-original"></i>
</a>
</button>
<button>
<a href="https://docs.google.com/document/d/11KwUsbXbqovjrgbSijVmiomc6BmCaqAdoJMgL88aqPk/edit?usp=sharing" target="_blank">
Resume
</a>
</button>
</div>
</section>
</div><!-- End col-md-12 -->
</div><!-- End row -->
</div><!-- End container -->
</section>
<!-- Footer -->
<footer>
</footer>
<!-- Main JS -->
<script type="text/javascript" src="js/jquery-main.js"></script>
<!-- Bootstrap JS -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Animation JS -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- Custom JS -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>