Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da6b92279a | ||
|
|
d508b15041 | ||
|
|
c3082a027b | ||
|
|
b1a439cc3b | ||
|
|
0c0d186aff | ||
|
|
09c73217bc | ||
|
|
2dc12d9708 | ||
|
|
aabf0dc57a | ||
|
|
bd54c5bd02 | ||
|
|
8de7ceb811 | ||
|
|
bec44b75ff | ||
|
|
1806736bbb | ||
|
|
2213cb8da7 | ||
|
|
d008c250d5 | ||
|
|
7ec31c8fdd |
Binary file not shown.
+8
-11
@@ -1,8 +1,8 @@
|
|||||||
/* Whole document */
|
/* Whole document */
|
||||||
body {
|
body {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1.0rem;
|
||||||
color: #4c4f69;
|
color: black;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
@@ -18,8 +18,7 @@ body {
|
|||||||
|
|
||||||
/* Title of the resume */
|
/* Title of the resume */
|
||||||
h1 {
|
h1 {
|
||||||
color: #df8e1d;
|
font-size: 2.0rem;
|
||||||
font-size: 2.1rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
@@ -27,7 +26,6 @@ h1 {
|
|||||||
|
|
||||||
/* Titles of categories */
|
/* Titles of categories */
|
||||||
h2 {
|
h2 {
|
||||||
color: #df8e1d;
|
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
@@ -35,21 +33,19 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #dc8a78;
|
font-size: 1.4rem;
|
||||||
font-size: 1.3rem;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: #8c8fa1;
|
font-size: 1.2rem;
|
||||||
font-size: 1.1rem;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 0.9rem;
|
font-size: 0.8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
@@ -75,6 +71,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #1e66f5;
|
color: #1e66f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, a:active {
|
a:hover, a:active {
|
||||||
background-color: #7287fd;
|
background-color: #7287fd;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@@ -84,7 +81,7 @@ a:hover, a:active {
|
|||||||
|
|
||||||
/* Horizontal separators */
|
/* Horizontal separators */
|
||||||
hr {
|
hr {
|
||||||
color: #A6A6A6;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* List spacing */
|
/* List spacing */
|
||||||
|
|||||||
Binary file not shown.
+18
-77
@@ -23,9 +23,6 @@
|
|||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="resume.css" />
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="gregory-crawford">Gregory Crawford</h1>
|
<h1 id="gregory-crawford">Gregory Crawford</h1>
|
||||||
@@ -33,91 +30,35 @@
|
|||||||
id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il">[
|
id="trianta.dev-.-gregcraw2001gmail.com-.-618-830-5817-.-swansea-il">[
|
||||||
<a href="https://trianta.dev">trianta.dev</a> ] . [
|
<a href="https://trianta.dev">trianta.dev</a> ] . [
|
||||||
gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
|
gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]</h6>
|
||||||
<h2 id="education">EDUCATION</h2>
|
<h6
|
||||||
<h3 id="b.s.-in-computer-science-may-2024">B.S. in Computer Science (May
|
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
|
||||||
2024)</h3>
|
motivated and detail-oriented worker with previous experience in
|
||||||
<h4 id="southern-illinois-university-edwardsville">Southern Illinois
|
customer-facing roles. Excellent communication and problem-solving
|
||||||
University Edwardsville</h4>
|
skills, with a strong ability to work under pressure.</h6>
|
||||||
<ul>
|
|
||||||
<li><strong>GPA:</strong> 3.15</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="skills">SKILLS</h2>
|
|
||||||
<ul>
|
|
||||||
<li><p><strong>Programming:</strong> C++, C, Bash, Python, SQL,
|
|
||||||
JavaScript, HTML</p></li>
|
|
||||||
<li><p><strong>Tools:</strong> SSH, Git, Apache, Docker, Jenkins,
|
|
||||||
Wireshark, VPN, Wireguard, MySQL, MariaDB</p></li>
|
|
||||||
<li><p><strong>Operating Systems:</strong> Windows, Linux, Ubuntu,
|
|
||||||
Debian, Arch</p></li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="projects">PROJECTS</h2>
|
|
||||||
<h3 id="linux-server-management-may-2021---current">Linux Server
|
|
||||||
Management (May 2021 - Current)</h3>
|
|
||||||
<h4 id="personal-website"><a href="https://trianta.dev">Personal
|
|
||||||
Website</a></h4>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Maintain</strong> and upgrade <strong>multiple
|
|
||||||
servers</strong> running Docker, Apache, and other technologies.</li>
|
|
||||||
<li>Wrote <strong>automated</strong> maintenance scripts using
|
|
||||||
<strong>Bash</strong> for Linux-based servers.</li>
|
|
||||||
<li><strong>Monitored</strong> system status using
|
|
||||||
<strong>logging</strong> to quickly diagnose issues.</li>
|
|
||||||
<li>Identifying technical problems and developing software updates and
|
|
||||||
fixes.</li>
|
|
||||||
<li>Developed and deployed a website using <strong>Jenkins</strong>
|
|
||||||
build pipelines and Dockerfiles.</li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="open-source-contributions">Open-Source Contributions</h3>
|
|
||||||
<h4 id="github-profile"><a href="https://github.com/Trimutex">Github
|
|
||||||
Profile</a></h4>
|
|
||||||
<ul>
|
|
||||||
<li>Pull Requests: [ <a
|
|
||||||
href="https://github.com/hyprwm/Hyprland/pull/7683">hyprwm/Hyprland#7683</a>
|
|
||||||
] . [ <a
|
|
||||||
href="https://github.com/hyprwm/Hyprland/pull/7575">hyprwm/Hyprland#7575</a>
|
|
||||||
] . [ <a
|
|
||||||
href="https://github.com/hyprwm/Hyprland/pull/7633">hyprwm/Hyprland#7633</a>
|
|
||||||
]</li>
|
|
||||||
<li>Collaborated with the main development team to meet code
|
|
||||||
standards.</li>
|
|
||||||
<li>Provided contributions to the development of multiple projects.</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="experience">EXPERIENCE</h2>
|
<h2 id="experience">EXPERIENCE</h2>
|
||||||
<h3 id="system-administrator-september-2024---current">System
|
|
||||||
Administrator (September 2024 - Current)</h3>
|
|
||||||
<h4 id="gerold-moving">Gerold Moving</h4>
|
|
||||||
<ul>
|
|
||||||
<li>Assisted employees in transitioning to modern security
|
|
||||||
practices.</li>
|
|
||||||
<li>Implemented a secure password solution for improved security
|
|
||||||
measures.</li>
|
|
||||||
<li>Created internal documentation for future recurring issues.</li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
|
<h3 id="help-desk-level-1-may-2022---july-2022">Help Desk Level 1 (May
|
||||||
2022 - July 2022)</h3>
|
2022 - July 2022)</h3>
|
||||||
<h4 id="vinali-staffing">Vinali Staffing</h4>
|
<h4 id="vinali-staffing">Vinali Staffing</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Resolved technical issues with strong analytical and troubleshooting
|
<li>Managed a high volume of customer queries and resolved issues in a
|
||||||
skills.</li>
|
timely manner.</li>
|
||||||
<li>Utilized strong <strong>communication skills</strong> to provide
|
<li>Responded to and resolved technical issues with strong analytical
|
||||||
users with <strong>detailed solutions</strong>.</li>
|
and troubleshooting skills.</li>
|
||||||
<li>Collaborated with team members and users to resolve complex
|
<li>Clearly and effectively communicate information to others, providing
|
||||||
issues.</li>
|
them with the answers they needed.</li>
|
||||||
|
<li>Collaborated with diverse groups including students, staff, and
|
||||||
|
faculty.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
|
<h3 id="it-help-desk-november-2017---july-2021">IT Help Desk (November
|
||||||
2017 - July 2021)</h3>
|
2017 - July 2021)</h3>
|
||||||
<h4 id="gerold-moving-1">Gerold Moving</h4>
|
<h4 id="gerold-moving">Gerold Moving</h4>
|
||||||
<ul>
|
<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
|
<li>Provided technical support, including malfunctioning software and
|
||||||
networking issues.</li>
|
networking issues.</li>
|
||||||
<li>Resolved issues regarding Windows computers and Office 365
|
<li>Took apart and put together computer systems to identify and fix
|
||||||
products.</li>
|
problems with individual parts or components.</li>
|
||||||
<li>Assembled and disassembled computers to solve component issues.</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="other-skills">OTHER SKILLS</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Eagle Scout, Software Development, Server Management</li>
|
|
||||||
<li>Strong Attention To Detail, Communication, Collaboration</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+7
-51
@@ -3,66 +3,22 @@ Gregory Crawford
|
|||||||
|
|
||||||
###### [ [trianta.dev](https://trianta.dev) ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
|
###### [ [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
|
|
||||||
|
|
||||||
- **GPA:** 3.15
|
|
||||||
|
|
||||||
SKILLS
|
|
||||||
------
|
|
||||||
- **Programming:** C++, C, Bash, Python, SQL, JavaScript, HTML
|
|
||||||
|
|
||||||
- **Tools:** SSH, Git, Apache, Docker, Jenkins, Wireshark, VPN, Wireguard, MySQL, MariaDB
|
|
||||||
|
|
||||||
- **Operating Systems:** Windows, Linux, Ubuntu, Debian, Arch
|
|
||||||
|
|
||||||
PROJECTS
|
|
||||||
--------
|
|
||||||
### Linux Server Management (May 2021 - Current)
|
|
||||||
#### [Personal Website](https://trianta.dev)
|
|
||||||
|
|
||||||
- **Maintain** and upgrade **multiple servers** running Docker, Apache, and other technologies.
|
|
||||||
- Wrote **automated** maintenance scripts using **Bash** for Linux-based servers.
|
|
||||||
- **Monitored** system status using **logging** to quickly diagnose issues.
|
|
||||||
- Identifying technical problems and developing software updates and fixes.
|
|
||||||
- Developed and deployed a website using **Jenkins** build pipelines and Dockerfiles.
|
|
||||||
|
|
||||||
### Open-Source Contributions
|
|
||||||
#### [Github Profile](https://github.com/Trimutex)
|
|
||||||
|
|
||||||
- Pull Requests: [ [hyprwm/Hyprland#7683](https://github.com/hyprwm/Hyprland/pull/7683) ] .
|
|
||||||
[ [hyprwm/Hyprland#7575](https://github.com/hyprwm/Hyprland/pull/7575) ] .
|
|
||||||
[ [hyprwm/Hyprland#7633](https://github.com/hyprwm/Hyprland/pull/7633) ]
|
|
||||||
- Collaborated with the main development team to meet code standards.
|
|
||||||
- Provided contributions to the development of multiple projects.
|
|
||||||
|
|
||||||
EXPERIENCE
|
EXPERIENCE
|
||||||
---------
|
---------
|
||||||
### System Administrator (September 2024 - Current)
|
|
||||||
#### Gerold Moving
|
|
||||||
|
|
||||||
- Assisted employees in transitioning to modern security practices.
|
|
||||||
- Implemented a secure password solution for improved security measures.
|
|
||||||
- Created internal documentation for future recurring issues.
|
|
||||||
|
|
||||||
### Help Desk Level 1 (May 2022 - July 2022)
|
### Help Desk Level 1 (May 2022 - July 2022)
|
||||||
#### Vinali Staffing
|
#### Vinali Staffing
|
||||||
|
|
||||||
- Resolved technical issues with strong analytical and troubleshooting skills.
|
- Managed a high volume of customer queries and resolved issues in a timely manner.
|
||||||
- Utilized strong **communication skills** to provide users with **detailed solutions**.
|
- Responded to and resolved technical issues with strong analytical and troubleshooting skills.
|
||||||
- Collaborated with team members and users to resolve complex issues.
|
- 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)
|
### IT Help Desk (November 2017 - July 2021)
|
||||||
#### Gerold Moving
|
#### 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.
|
- Provided technical support, including malfunctioning software and networking issues.
|
||||||
- Resolved issues regarding Windows computers and Office 365 products.
|
- Took apart and put together computer systems to identify and fix problems with individual parts or components.
|
||||||
- Assembled and disassembled computers to solve component issues.
|
|
||||||
|
|
||||||
OTHER SKILLS
|
|
||||||
--------
|
|
||||||
- Eagle Scout, Software Development, Server Management
|
|
||||||
- Strong Attention To Detail, Communication, Collaboration
|
|
||||||
|
|||||||
Binary file not shown.
+13
-62
@@ -2,79 +2,30 @@ Gregory Crawford
|
|||||||
|
|
||||||
[ trianta.dev ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
|
[ trianta.dev ] . [ gregcraw2001@gmail.com ] . [ 618 830 5817 ] . [ Swansea, IL ]
|
||||||
|
|
||||||
EDUCATION
|
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.
|
||||||
|
|
||||||
B.S. in Computer Science (May 2024)
|
|
||||||
|
|
||||||
Southern Illinois University Edwardsville
|
|
||||||
|
|
||||||
- GPA: 3.15
|
|
||||||
|
|
||||||
SKILLS
|
|
||||||
|
|
||||||
- Programming: C++, C, Bash, Python, SQL, JavaScript, HTML
|
|
||||||
|
|
||||||
- Tools: SSH, Git, Apache, Docker, Jenkins, Wireshark, VPN, Wireguard,
|
|
||||||
MySQL, MariaDB
|
|
||||||
|
|
||||||
- Operating Systems: Windows, Linux, Ubuntu, Debian, Arch
|
|
||||||
|
|
||||||
PROJECTS
|
|
||||||
|
|
||||||
Linux Server Management (May 2021 - Current)
|
|
||||||
|
|
||||||
Personal Website
|
|
||||||
|
|
||||||
- Maintain and upgrade multiple servers running Docker, Apache, and
|
|
||||||
other technologies.
|
|
||||||
- Wrote automated maintenance scripts using Bash for Linux-based
|
|
||||||
servers.
|
|
||||||
- Monitored system status using logging to quickly diagnose issues.
|
|
||||||
- Identifying technical problems and developing software updates and
|
|
||||||
fixes.
|
|
||||||
- Developed and deployed a website using Jenkins build pipelines and
|
|
||||||
Dockerfiles.
|
|
||||||
|
|
||||||
Open-Source Contributions
|
|
||||||
|
|
||||||
Github Profile
|
|
||||||
|
|
||||||
- Pull Requests: [ hyprwm/Hyprland#7683 ] . [ hyprwm/Hyprland#7575 ] .
|
|
||||||
[ hyprwm/Hyprland#7633 ]
|
|
||||||
- Collaborated with the main development team to meet code standards.
|
|
||||||
- Provided contributions to the development of multiple projects.
|
|
||||||
|
|
||||||
EXPERIENCE
|
EXPERIENCE
|
||||||
|
|
||||||
System Administrator (September 2024 - Current)
|
|
||||||
|
|
||||||
Gerold Moving
|
|
||||||
|
|
||||||
- Assisted employees in transitioning to modern security practices.
|
|
||||||
- Implemented a secure password solution for improved security
|
|
||||||
measures.
|
|
||||||
- Created internal documentation for future recurring issues.
|
|
||||||
|
|
||||||
Help Desk Level 1 (May 2022 - July 2022)
|
Help Desk Level 1 (May 2022 - July 2022)
|
||||||
|
|
||||||
Vinali Staffing
|
Vinali Staffing
|
||||||
|
|
||||||
- Resolved technical issues with strong analytical and troubleshooting
|
- Managed a high volume of customer queries and resolved issues in a
|
||||||
skills.
|
timely manner.
|
||||||
- Utilized strong communication skills to provide users with detailed
|
- Responded to and resolved technical issues with strong analytical
|
||||||
solutions.
|
and troubleshooting skills.
|
||||||
- Collaborated with team members and users to resolve complex issues.
|
- 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)
|
IT Help Desk (November 2017 - July 2021)
|
||||||
|
|
||||||
Gerold Moving
|
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
|
- Provided technical support, including malfunctioning software and
|
||||||
networking issues.
|
networking issues.
|
||||||
- Resolved issues regarding Windows computers and Office 365 products.
|
- Took apart and put together computer systems to identify and fix
|
||||||
- Assembled and disassembled computers to solve component issues.
|
problems with individual parts or components.
|
||||||
|
|
||||||
OTHER SKILLS
|
|
||||||
|
|
||||||
- Eagle Scout, Software Development, Server Management
|
|
||||||
- Strong Attention To Detail, Communication, Collaboration
|
|
||||||
|
|||||||
Reference in New Issue
Block a user