-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
149 lines (139 loc) · 6.48 KB
/
_config.yml
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
# Site
repository: sproogen/resume-theme
favicon: images/favicon.ico
# Content configuration version
version: 2
# Personal info
name: Carter Haid
title: Aspiring Security Professional
email: [email protected]
website: carterhaid.com
phone: (401) 346-1338
# Dark Mode (true/false/never)
darkmode: false
# Social links
twitter_username: icansecurethat
github_username: Carter-Haid
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
#instagram_username: jameswgrant
linkedin_username: CarterHaid
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: globalmtb
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
#additional_links:
#- title: itsgoingto.be
# icon: fas fa-globe
# url: https://www.itsgoingto.be
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me
about_profile_image: images/profile.png
about_content: | # this will include new lines to allow paragraphs
Hi, my name's Carter and I'm an aspiring Information Security Professional. I just finished up an extended software engineering internship on Tinder's security team. I have worked at several of companies and gained numerous technical skills along the way.
I am most skilled in <mark>Python</mark>, <mark>AWS</mark>, and <mark>Penetration Testing</mark>. I'm currently looking for a full-time position in the Greater Boston area or remotely.
content:
- title: Education # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: University of Southern Maine
caption: 2017 - 2021
sub_title: B.S. Cyber Security
description: | # this will include new lines to allow paragraphs
- Lead Resident Assistant - USM Department of Residential Life
- Lead Peer Mentor - [Russell Scholars Program](https://usm.maine.edu/rscholar/meet-our-peer-mentors)
- title: Experience # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Tinder
link: tinder.com
# link_text: boringcompany.com
sub_title: Security Engineering Intern
caption: May 2021 - December 2021
description: | # this will include new lines to allow paragraphs
- layout: left
title: Tyler Technologies
link: tylertech.com
# link_text: boringcompany.com
sub_title: Information Security Intern
caption: May 2020 - August 2020
description: | # this will include new lines to allow paragraphs
- Performed vendor risk assessments using Security Scorecard’s open-source intelligence software.
- Offered security-related outreach and advice to various departments within an agile environment.
- Used text and video to document policy and procedure changes using Confluence.
- layout: left
title: Northeast Bank
link: northeastbank.com
# link_text: boringcompany.com
sub_title: Information Technology Intern
caption: May 2019 - May 2020
description: | # this will include new lines to allow paragraphs
- Monitored and assisted in response to Symantec Endpoint Detection security alerts/errors.
- Worked with Active Directory to build user profiles, reset passwords, and unlock accounts.
- Provided support for Windows 10 clients using RDP, Confluence, and Jira Ticketing System.
- layout: left
title: Jackson Laboratory
link: jax.org
# link_text: boringcompany.com
sub_title: Network Engineering Intern
caption: May 2018 - September 2020
description: | # this will include new lines to allow paragraphs
- Assisted in designing, planning, and implementing a data network for a 200,000 square foot facility.
- Tested potential network designs by simulating network traffic in Cisco Packet Tracer and GNS3.
- Automated the programming of routers, switches, and firewalls using Python.
- title: Projects # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: top-middle
title: Campus Parking Project
link: parkusm.com
# link_text: Project Website
additional_links:
- title: Carter-Haid/Park-USM
icon: fab fa-github
url: github.com/Carter-Haid/Park-USM
description: | # this will include new lines to allow paragraphs
The Campus Parking Project is a parking lot availability visualizer written in <mark>Python</mark> for the University of Southern Maine. I started this project as a way of learning <mark>Flask</mark> and it has since grown into a fully-fledged progressive web app.
- layout: top-middle
title: Gibberish (Work In Progress)
link: github.com/Carter-Haid/Gibberish
# link_text: Project Website
additional_links:
- title: Carter-Haid/Gibberish
icon: fab fa-github
url: https://github.com/Carter-Haid/Gibberish
description: | # this will include new lines to allow paragraphs
Gibberish is a last line of defense for systems that have been compromised by a keylogger. A small USB passthrough device is placed between a keyboard and a computer's USB port and keystrokes are encrypted before they hit the I/O. Demonstrated using <mark>C++</mark>, Arduino Leonardo, and a USB-Host Shield.
- title: About Me
layout: text
content: | # this will include new lines to allow paragraphs
Alongside my interests in networks and software engineering some of my other interests and hobbies are:
- Working on Certifications... Right now I have: <mark>CompTIA Security+</mark> & <mark>AWS Cloud Practitioner</mark>
- [Hiking](https://www.alltrails.com/members/carter-haid-1?ref=header) (Preferably Mountains)
- Rock Climbing
- Surfing
- Building Custom PCs
# Footer
footer_show_references: false
# references_title: References on request (Override references text)
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag