updated resume
This commit is contained in:
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@@ -1,16 +1,12 @@
|
|||||||
{
|
{
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "dockerfile",
|
"name": "Docker: Attach to Node",
|
||||||
"request": "launch",
|
"type": "docker",
|
||||||
"name": "Docker: Build",
|
"request": "attach",
|
||||||
"dockerfile": "Dockerfile",
|
"platform": "node",
|
||||||
"contextPath": "${workspaceFolder}"
|
"containerName": "eleventy"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "docker-build",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "docker build -t eleventy .",
|
||||||
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docker-run",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "docker run -d --name eleventy -p 8080:8080 eleventy",
|
||||||
|
"problemMatcher": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -10,14 +10,14 @@
|
|||||||
"title": "Service Activation Technician III",
|
"title": "Service Activation Technician III",
|
||||||
"company": "Cable One",
|
"company": "Cable One",
|
||||||
"featured": true,
|
"featured": true,
|
||||||
"description": "Led the activation of complex Ethernet services, ensuring high standards of quality and performance. Collaborated with cross-functional teams to enhance service delivery processes and improve customer satisfaction.",
|
"description": "Led the activation of complex Ethernet services, ensuring high standards of quality and performance. Automated CPE configuration processes to enhance efficiency and reduce activation times.",
|
||||||
"time": "April 2023 - June 2024"
|
"time": "April 2023 - June 2024"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Service Activation Technician II",
|
"title": "Service Activation Technician II",
|
||||||
"company": "Cable One",
|
"company": "Cable One",
|
||||||
"featured": true,
|
"featured": true,
|
||||||
"description": "Managed the activation of Ethernet services, focusing on efficiency and reliability. Played a key role in troubleshooting and resolving service issues to maintain high customer satisfaction.",
|
"description": "Managed the activation of PON, HFC, and SIP services, focusing on efficiency and reliability. Played a key role in troubleshooting and resolving service issues to maintain high customer satisfaction.",
|
||||||
"time": "July 2020 - April 2023"
|
"time": "July 2020 - April 2023"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -5,5 +5,5 @@
|
|||||||
"shortname": "JOL",
|
"shortname": "JOL",
|
||||||
"linkedinUrl": "https://linkedin.twk95.com"
|
"linkedinUrl": "https://linkedin.twk95.com"
|
||||||
},
|
},
|
||||||
"resumeUrl": "resume/jesus-main.pdf"
|
"resumeUrl": "resume/jesus.pdf"
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
BIN
src/resume/jesus.pdf
Normal file
BIN
src/resume/jesus.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user