-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (245 loc) · 11.5 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="row">
<div class="left-pane col-md-3">
<div class="pane-header">
<img class="hs" src="img/head.jpg"> Jake Lawrence
</div>
<div class="pane-header-contact">
<div>
jake
<span class="bi">[dot]</span>
lawrence
<span class="bi">[at]</span>
temple
<span class="bi">[dot]</span>
edu
</div>
</div>
<div class="pane-break"></div>
<div class="pane-entry-list">
<div class="pane-entry">
<span class="entry-wrapper">
<a href="https://github.com/lawja" target="_blank">
<i class="fas fa-code"></i> Github
</a>
</span>
<div class="ul-block"></div>
</div>
<div class="pane-entry">
<span class="entry-wrapper">
<a href="./files/resume.pdf">
<i class="far fa-file"></i> Résumé
</a>
</span>
<div class="ul-block"></div>
</div>
</div>
<div class="pane-break"></div>
<div class="pane-entry-list">
<div class="pane-entry">
<span class="entry-wrapper">
<a href="/quicklinks">
<i class="fas fa-link"></i> Quick Links
</a>
</span>
<div class="ul-block" style="background-color: #61dafb"></div>
</div>
<div class="pane-entry">
<span class="entry-wrapper">
<a href="https://www.tudev.org" target="_blank">
<i class="fas fa-terminal"></i> TUDev
</a>
</span>
<div class="ul-block" style="background-color: #A41E35"></div>
</div>
</div>
</div>
<div class="col-md-9 right-pane">
<h2>About Me</h2>
<div>
I am a Senior at
<a href="https://temple.edu" target="_blank">Temple University</a>
studying
<a href="https://bulletin.temple.edu/undergraduate/science-technology/computer-information-science/computer-science-bs/"
target="_blank">Computer Science</a>.
Currently I am the Co-President of
<a href="https://tudev.org" target="_blank">TUDev</a>,
Temple's CS / Hacker club. I am the former President of TUSec,
Temple's InfoSec club, which has now merged into TUDev. I am the co-founder
of
<a href="https://hack4impact.org/" target="_blank">Hack4Impact</a>
Temple, which is an organization that develops software for nonprofits.
<br>
<br>
From May 2017 to November 2018, I developed penetration testing utilities for
<a href="https://tbgsecurity.com" target="_blank">TBG Security</a>.
This coming summer I will be a Software Engineering Intern for
<a href="https://www.jpmorganchase.com/" target="_blank">JPMorgan Chase & Co.</a>
(what I will be working will be deterimined shortly). I currently maintain and update
<a href="https://tudev.org" target="_blank">TUDev.org</a>.
<br>
<br>
During the 2019 Spring semester, I will be working on the web development team for
<a href="https://traffickcam.com/" target="_blank">TraffickCam</a>
under the supervision of
<a href="https://cis.temple.edu/~souvenir/" target="_blank">Professor Richard Souvenir</a>.
You can read more about TraffickCam
<a href="https://traffickcam.com/about" target="_blank">here</a>
and
<a href="https://www.cnn.com/2017/02/09/tech/traffickcam-sex-trafficking/index.html" target="_blank">here</a>.
<br>
<br>
During the Spring months of 2018, I was a coordinator for
<a href="https://tudev.org/lhd" target="_blank">Local Hack Day Philly</a>,
a hackathon at Temple. Also, I was the sole developer for
<a href="https://hackpack.tudev.org" target="_blank">hackpack.tudev.org</a>,
a hardware checkout platform for Temple students.
<br>
<br>
Feel free to reach out to me if you'd like to talk about anything I've worked on
or anything of interest to you!
</div>
<br>
<h2>Projects I've Worked On</h2>
<div class="project-entry">
<div class="project-tags">
<span class="fs">Fullstack</span>
<span class="web">Web</span>
<span class="python">Python</span>
<span class="mongo">MongoDB</span>
</div>
<div class="project-title">
<a href="https://hackpack.tudev.org" target="_blank">HackPack</a>
</div>
<div class="project-desc">
<a href="https://hackpack.tudev.org" target="_blank">
<img src="./img/hackpack.jpg" class="project-thumbnail">
</a>
HackPack is a web app designed for TUDev members to check out and use hardware for
their personal software projects. The inspiration for HackPack stems from the fact
that many students wish to engage in software development alongside hardware but
they are not able to or do not wish to buy expensive hardware to learn these skills.
Currently, HackPack can be found in production at
<a href="https://hackpack.tudev.org" target="_blank">hackpack.tudev.org</a>
and its source code is viewable at
<a href="https://www.github.com/tudev/hackpack" target="_blank">github.com/tudev/hackpack</a>.
HackPack was built with Python alongside
<a href="http://flask.pocoo.org/" target="_blank">Flask</a>
for the backend,
<a href="https://www.mongodb.com/" target="_blank">MongoDB</a>
as the database layer, and various frontend technologies (HTML, CSS,
JS, Bootstrap Grid).
</div>
</div>
<div class="project-entry">
<div class="project-tags">
<span class="fs">Fullstack</span>
<span class="web">Web</span>
<span class="python">Python</span>
<span class="mongo">MongoDB</span>
</div>
<div class="project-title">TBG Security SMP (Stinger Management Platform)</div>
<div class="project-desc">
<img src="./img/tbg_smp.jpg" class="project-thumbnail">
The Stinger Management Platform, SMP for short, is a full stack web app and client
script that enables the use of a suite of auditing modules for the penetration
testing and auditing of a network of client machines. The web app allows users
to manage machines on internal or external networks, run tests on these machines
through pre-written modules, and view reports on the results of these modules.
These modules are executed through a custom C2 script that is run on client machines
and they were based on the
<a href="#">MITRE ATT&K Matrix</a>.
The web app was built with Python alongside
<a href="http://flask.pocoo.org/" target="_blank">Flask</a>
for the backend,
<a href="https://www.mongodb.com/" target="_blank">MongoDB</a>
as the DB layer, and various frontend technologies (HTML, CSS, JS, Bootstrap grid).
The C2 script was written in Python. I developed this product whilst working as a
Software Engineering Intern at the great company
<a href="https://www.tbgsecurity.com" target="_blank">TBG Security</a>.
</div>
</div>
<div class="project-entry">
<div class="project-tags">
<span class="event">Event</span>
</div>
<div class="project-title">
<a href="https://tudev.org/lhd" target="_blank">Local Hack Day Philly</a>
</div>
<div class="project-desc">
<a href="https://tudev.org/lhd" target="_blank">
<img src="./img/lhd.jpg" class="project-thumbnail">
</a>
<a href="https://tudev.org/lhd" target="_blank">Local Hack Day Philly</a>
was a one-day hackathon organized by
<a href="https://tudev.org" target="_blank">TUDev</a>
at
<a href="https://temple.edu" target="_blank">Temple University</a>
where over 100 college students from the Greater Philadelphia area
came together to build awesome software. As a coordinator I worked on ensuring a
successful event through various responsibilities that would frankly be too boring
for most people to list.
</div>
</div>
<div class="project-entry">
<div class="project-tags">
<span class="fs">Fullstack</span>
<span class="web">Web</span>
<span class="python">Python</span>
</div>
<div class="project-title">
<a href="https://devpost.com/software/scripttube">ScriptTube</a>
</div>
<div class="project-desc">
<a href="https://devpost.com/software/scripttube">
<img src="./img/st.jpg" class="project-thumbnail">
</a>
ScriptTube was a project that myself and a team of three others developed at
<a href="https://hackny.org/hackathon/">HackNY</a>
Spring 2017. The goal of the project was to allow people to generate annotated,
shortened summaries of YouTube videos. What I mean by annotated is that in the
summaries provided, links to the time in the video were provided. This means that if
the summary of a video on rubber ducks was generated and in the summary there was a
sentence talking about the inventor of the rubber duck, a link would be provided alongside
this sentence which when clicked upon would bring the user to the time in the video
that was talking about the inventor of the rubber duck. ScriptTube won Greatest Time
Saver at HackNY Spring 2017. It was built with Python alongside
<a href="http://flask.pocoo.org/">Flask</a>
for the backend, and various web technologies for the frontend
(HTML, CSS, JS, Bootstrap grid).
</div>
</div>
<div class="project-entry">
<div class="project-tags">
<span class="web">Web</span>
</div>
<div class="project-title">tusec.org</div>
<div class="project-desc">
<img src="./img/tusec.jpg" class="project-thumbnail">
TUSec was in need of a website and I wanted to practice some of my newly learned
web development skills so I volunteered to create this website for them. The site
was made with various frontend technologies (HTML, CSS, Bootstrap). It is no longer
in production due to the fact that TUSec was merged into TUDev but I have taken the liberty
of hosting an archived version of the site
<a href="/TUSec/">here</a>.
</div>
</div>
<br>
</div>
</body>
<footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</footer>
</html>