Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
da6b92279a | ||
|
d508b15041 | ||
|
c3082a027b | ||
|
b1a439cc3b | ||
|
0c0d186aff | ||
|
09c73217bc | ||
|
2dc12d9708 | ||
|
aabf0dc57a | ||
|
bd54c5bd02 | ||
|
8de7ceb811 | ||
|
bec44b75ff | ||
|
1806736bbb | ||
|
2213cb8da7 | ||
|
d008c250d5 | ||
|
7ec31c8fdd | ||
|
d92f45765a | ||
|
46405f5904 | ||
|
c0a0aa8701 |
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
/* Whole document */
|
||||
body {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
color: #4c4f69;
|
||||
font-size: 1.0rem;
|
||||
color: black;
|
||||
line-height: 1.5;
|
||||
width: 800px;
|
||||
margin-inline: auto;
|
||||
@ -18,8 +18,7 @@ body {
|
||||
|
||||
/* Title of the resume */
|
||||
h1 {
|
||||
color: #df8e1d;
|
||||
font-size: 2.1rem;
|
||||
font-size: 2.0rem;
|
||||
text-align: center;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
@ -27,7 +26,6 @@ h1 {
|
||||
|
||||
/* Titles of categories */
|
||||
h2 {
|
||||
color: #df8e1d;
|
||||
font-size: 1.6rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
@ -35,21 +33,19 @@ h2 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #dc8a78;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.4rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #8c8fa1;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.8rem;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding-bottom: 9px;
|
||||
@ -75,6 +71,7 @@ a {
|
||||
text-decoration: none;
|
||||
color: #1e66f5;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
background-color: #7287fd;
|
||||
color: #FFFFFF;
|
||||
@ -84,7 +81,7 @@ a:hover, a:active {
|
||||
|
||||
/* Horizontal separators */
|
||||
hr {
|
||||
color: #A6A6A6;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* List spacing */
|
||||
|
Binary file not shown.
@ -23,9 +23,6 @@
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="resume.css" />
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="gregory-crawford">Gregory Crawford</h1>
|
||||
@ -33,72 +30,35 @@
|
||||
id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il">[
|
||||
<a href="https://trianta.dev">trianta.dev</a> ] . [
|
||||
gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
|
||||
<h2 id="education">EDUCATION</h2>
|
||||
<h3 id="b.s.-in-computer-science-may-2024">B.S. in Computer Science (May
|
||||
2024)</h3>
|
||||
<h4 id="southern-illinois-university-edwardsville">Southern Illinois
|
||||
University Edwardsville</h4>
|
||||
<ul>
|
||||
<li><strong>Relevant Courses:</strong> Networks and Data Communications,
|
||||
Database and Web System Development, and Operating Systems</li>
|
||||
</ul>
|
||||
<h2 id="skills">SKILLS</h2>
|
||||
<ul>
|
||||
<li><p><strong>Programming:</strong> C++, C, Bash, Python, SQL,
|
||||
JavaScript, Rust, HTML</p></li>
|
||||
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, CertBot,
|
||||
Wireshark, Nmap, VPN, Wireguard, MySQL, MariaDB, VirtualBox</p></li>
|
||||
<li><p><strong>Operating Systems:</strong> Ubuntu, Debian, Arch, Linux,
|
||||
Windows, Security Onion</p></li>
|
||||
</ul>
|
||||
<h6
|
||||
id="highly-motivated-and-detail-oriented-worker-with-previous-experience-in-customer-facing-roles.-excellent-communication-and-problem-solving-skills-with-a-strong-ability-to-work-under-pressure.">Highly
|
||||
motivated and detail-oriented worker with previous experience in
|
||||
customer-facing roles. Excellent communication and problem-solving
|
||||
skills, with a strong ability to work under pressure.</h6>
|
||||
<h2 id="experience">EXPERIENCE</h2>
|
||||
<h3 id="server-administrator-may-2021---current">Server Administrator
|
||||
(May 2021 - Current)</h3>
|
||||
<h4 id="self-employed">Self-employed</h4>
|
||||
<ul>
|
||||
<li><strong>Maintain</strong> and upgrade <strong>multiple
|
||||
servers</strong> running Docker, Apache, and other technologies.</li>
|
||||
<li>Conduct weekly server maintenance tasks, such as
|
||||
<strong>upgrades</strong> and <strong>patch management</strong> on
|
||||
<strong>Linux servers</strong>.</li>
|
||||
<li>Independently <strong>research new technology</strong> outside of
|
||||
current implementations <strong>for improvements</strong>.</li>
|
||||
</ul>
|
||||
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
|
||||
2022 - July 2022)</h3>
|
||||
<h4 id="vinali-staffing">Vinali Staffing</h4>
|
||||
<ul>
|
||||
<li>Resolved technical issues with strong analytical and troubleshooting
|
||||
skills.</li>
|
||||
<li>Utilized strong <strong>communication skills</strong> to provide
|
||||
users with <strong>detailed solutions</strong>.</li>
|
||||
<li>Collaborated with IT team members to resolve complex issues and
|
||||
escalate as needed.</li>
|
||||
<li>Managed a high volume of customer queries and resolved issues in a
|
||||
timely manner.</li>
|
||||
<li>Responded to and resolved technical issues with strong analytical
|
||||
and troubleshooting skills.</li>
|
||||
<li>Clearly and effectively communicate information to others, providing
|
||||
them with the answers they needed.</li>
|
||||
<li>Collaborated with diverse groups including students, staff, and
|
||||
faculty.</li>
|
||||
</ul>
|
||||
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
|
||||
2017 - July 2021)</h3>
|
||||
<h4 id="gerold-moving">Gerold Moving</h4>
|
||||
<ul>
|
||||
<li>Resolved issues related to computers running the Windows operating
|
||||
system, as well as with Microsoft Office 365 software and services.</li>
|
||||
<li>Provided technical support, including malfunctioning software and
|
||||
networking issues.</li>
|
||||
<li>Assembled and disassembled computers to solve component issues.</li>
|
||||
</ul>
|
||||
<h2 id="projects">PROJECTS</h2>
|
||||
<h3 id="snakeplusplus">Snakeplusplus</h3>
|
||||
<h4 id="lab.trianta.devtriantasnakeplusplus"><a
|
||||
href="https://lab.trianta.dev/Trianta/snakeplusplus">lab.trianta.dev/Trianta/snakeplusplus</a></h4>
|
||||
<ul>
|
||||
<li>Developed Snake using <strong>C++</strong> with a focus on
|
||||
maintainable code.</li>
|
||||
<li>Uses the SFML library to display the game.</li>
|
||||
<li>Easy compilation on any platform using <strong>CMake</strong>.</li>
|
||||
</ul>
|
||||
<h2 id="other-skills">OTHER SKILLS</h2>
|
||||
<ul>
|
||||
<li>Eagle Scout, Software Development, Open-Source Contributor, Unit
|
||||
Testing, Data Structures</li>
|
||||
<li>Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
|
||||
Proficiency, SSHFS</li>
|
||||
<li>Took apart and put together computer systems to identify and fix
|
||||
problems with individual parts or components.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,54 +3,22 @@ Gregory Crawford
|
||||
|
||||
###### [ [trianta.dev](https://trianta.dev) ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
|
||||
|
||||
###### Highly motivated and detail-oriented worker with previous experience in customer-facing roles. Excellent communication and problem-solving skills, with a strong ability to work under pressure.
|
||||
|
||||
EDUCATION
|
||||
---------
|
||||
### B.S. in Computer Science (May 2024)
|
||||
#### Southern Illinois University Edwardsville
|
||||
|
||||
- **Relevant Courses:** Networks and Data Communications, Database and Web System Development, and Operating Systems
|
||||
|
||||
SKILLS
|
||||
------
|
||||
- **Programming:** C++, C, Bash, Python, SQL, JavaScript, Rust, HTML
|
||||
|
||||
- **Tools:** SSH, Git, Apache, Docker, CertBot, Wireshark, Nmap, VPN, Wireguard, MySQL, MariaDB, VirtualBox
|
||||
|
||||
- **Operating Systems:** Ubuntu, Debian, Arch, Linux, Windows, Security Onion
|
||||
|
||||
EXPERIENCE
|
||||
---------
|
||||
### Server Administrator (May 2021 - Current)
|
||||
#### Self-employed
|
||||
|
||||
- **Maintain** and upgrade **multiple servers** running Docker, Apache, and other technologies.
|
||||
- Conduct weekly server maintenance tasks, such as **upgrades** and **patch management** on **Linux servers**.
|
||||
- Independently **research new technology** outside of current implementations **for improvements**.
|
||||
|
||||
### Help Desk Level 1 (May 2022 - July 2022)
|
||||
#### Vinali Staffing
|
||||
|
||||
- Resolved technical issues with strong analytical and troubleshooting skills.
|
||||
- Utilized strong **communication skills** to provide users with **detailed solutions**.
|
||||
- Collaborated with IT team members to resolve complex issues and escalate as needed.
|
||||
- Managed a high volume of customer queries and resolved issues in a timely manner.
|
||||
- Responded to and resolved technical issues with strong analytical and troubleshooting skills.
|
||||
- Clearly and effectively communicate information to others, providing them with the answers they needed.
|
||||
- Collaborated with diverse groups including students, staff, and faculty.
|
||||
|
||||
### IT Help Desk (November 2017 - July 2021)
|
||||
#### Gerold Moving
|
||||
|
||||
- Resolved issues related to computers running the Windows operating system, as well as with Microsoft Office 365 software and services.
|
||||
- Provided technical support, including malfunctioning software and networking issues.
|
||||
- Assembled and disassembled computers to solve component issues.
|
||||
|
||||
PROJECTS
|
||||
--------
|
||||
### Snakeplusplus
|
||||
#### [lab.trianta.dev/Trianta/snakeplusplus](https://lab.trianta.dev/Trianta/snakeplusplus)
|
||||
|
||||
- Developed Snake using **C++** with a focus on maintainable code.
|
||||
- Uses the SFML library to display the game.
|
||||
- Easy compilation on any platform using **CMake**.
|
||||
|
||||
OTHER SKILLS
|
||||
--------
|
||||
- Eagle Scout, Software Development, Open-Source Contributor, Unit Testing, Data Structures
|
||||
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer Proficiency, SSHFS
|
||||
- Took apart and put together computer systems to identify and fix problems with individual parts or components.
|
||||
|
BIN
about/resume.pdf
BIN
about/resume.pdf
Binary file not shown.
@ -2,70 +2,30 @@ Gregory Crawford
|
||||
|
||||
[ trianta.dev ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
|
||||
|
||||
EDUCATION
|
||||
|
||||
B.S. in Computer Science (May 2024)
|
||||
|
||||
Southern Illinois University Edwardsville
|
||||
|
||||
- Relevant Courses: Networks and Data Communications, Database and Web
|
||||
System Development, and Operating Systems
|
||||
|
||||
SKILLS
|
||||
|
||||
- Programming: C++, C, Bash, Python, SQL, JavaScript, Rust, HTML
|
||||
|
||||
- Tools: SSH, Git, Apache, Docker, CertBot, Wireshark, Nmap, VPN,
|
||||
Wireguard, MySQL, MariaDB, VirtualBox
|
||||
|
||||
- Operating Systems: Ubuntu, Debian, Arch, Linux, Windows, Security
|
||||
Onion
|
||||
Highly motivated and detail-oriented worker with previous experience in customer-facing roles. Excellent communication and problem-solving skills, with a strong ability to work under pressure.
|
||||
|
||||
EXPERIENCE
|
||||
|
||||
Server Administrator (May 2021 - Current)
|
||||
|
||||
Self-employed
|
||||
|
||||
- Maintain and upgrade multiple servers running Docker, Apache, and
|
||||
other technologies.
|
||||
- Conduct weekly server maintenance tasks, such as upgrades and patch
|
||||
management on Linux servers.
|
||||
- Independently research new technology outside of current
|
||||
implementations for improvements.
|
||||
|
||||
Help Desk Level 1 (May 2022 - July 2022)
|
||||
|
||||
Vinali Staffing
|
||||
|
||||
- Resolved technical issues with strong analytical and troubleshooting
|
||||
skills.
|
||||
- Utilized strong communication skills to provide users with detailed
|
||||
solutions.
|
||||
- Collaborated with IT team members to resolve complex issues and
|
||||
escalate as needed.
|
||||
- Managed a high volume of customer queries and resolved issues in a
|
||||
timely manner.
|
||||
- Responded to and resolved technical issues with strong analytical
|
||||
and troubleshooting skills.
|
||||
- Clearly and effectively communicate information to others, providing
|
||||
them with the answers they needed.
|
||||
- Collaborated with diverse groups including students, staff, and
|
||||
faculty.
|
||||
|
||||
IT Help Desk (November 2017 - July 2021)
|
||||
|
||||
Gerold Moving
|
||||
|
||||
- Resolved issues related to computers running the Windows operating
|
||||
system, as well as with Microsoft Office 365 software and services.
|
||||
- Provided technical support, including malfunctioning software and
|
||||
networking issues.
|
||||
- Assembled and disassembled computers to solve component issues.
|
||||
|
||||
PROJECTS
|
||||
|
||||
Snakeplusplus
|
||||
|
||||
lab.trianta.dev/Trianta/snakeplusplus
|
||||
|
||||
- Developed Snake using C++ with a focus on maintainable code.
|
||||
- Uses the SFML library to display the game.
|
||||
- Easy compilation on any platform using CMake.
|
||||
|
||||
OTHER SKILLS
|
||||
|
||||
- Eagle Scout, Software Development, Open-Source Contributor, Unit
|
||||
Testing, Data Structures
|
||||
- Strong Attention To Detail, Dedicated, DNS, DHCP, VLANs, Computer
|
||||
Proficiency, SSHFS
|
||||
- Took apart and put together computer systems to identify and fix
|
||||
problems with individual parts or components.
|
||||
|
Loading…
Reference in New Issue
Block a user