-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
146 lines (132 loc) · 5.83 KB
/
Copy path_config.yml
File metadata and controls
146 lines (132 loc) · 5.83 KB
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
# Site
repository: Jake-P-N/Jake-P-N.github.io
favicon: images/favicon.ico
# Content configuration version
version: 2
# Personal info
name: Jake Nellesen
title: CyberSecurity Student
email: Jake.Nellesen@gmail.com
website: https://crow.port0.org
# Dark Mode (true/false/never)
darkmode: true
# Social links
# twitter_username: facespics
github_username: Jake-P-N
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
instagram_username: comrade_corvid
linkedin_username: jake-nellesen-552aa6278
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: globalmtb
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
# additional_links:
# - title:
# 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
Hello! My name is Jake Nellesen and I am a CyberSecurity Student at CSUF. I have experience as a Developer in C++, HTML, CSS, and Python. My speciality is C++, and I have a Certificate of Specialization in C++ from OCC. I am a self taught website and Frontend developer, and I hope to continuing to learn and grow my skills. I am a good team player, with minor experience in team leadership.
content:
- title: Education # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Orange Coast College
caption: Aug 2021 - May 2023
sub_title: Associates of Science Degree in Computer Science
description: | # this will include new lines to allow paragraphs
I learned so much during my time at Orange Coast, and I reaffirmed that programming and CyberSecurity was something that I found fun and wanted to work towards. I was able to keep up with a high courseload, and gained a foundational knowledge of how the underlying technologies underpinning the internet works.
- layout: left
title: California State University, Fullerton
caption: Aug 2024- Present
sub_title: Associates of Science Degree in Computer Science, CyberSecurity Concentration
description: I am currently working toward my Bachelors in Computer Science at CSUF, and fully enjoying my time as a full time student.
- title: Experience # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Orange County Fair
# link: boringcompany.com
# link_text: boringcompany.com
sub_title: Security and Safety officer
caption: 2023 - Present
description: | # this will include new lines to allow paragraphs
Worked in gate security during the fair, and during events occasionally throughout the year, and as a shift lead.
- layout: left
title: Costco
sub_title: Cashiers Assistant
caption: 2023
description: Worked in retail and in customer service.
- layout: left
title: National Compliance Systems
sub_title: Data entry clerk
caption: 2023
description: Worked to onboard client data into NCSs cloud, and worked to manage their data.
- title: Projects # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: top-middle
title: Gdungeon
link: anonymous-crow.github.io/Gdungeon
# link_text: Project Website
additional_links:
- title: anonymous-crow/Gdungeon
icon: fab fa-github
url: github.com/anonymous-crow/Gdungeon
# - title: Github page for project (eg. sproogen/modern-resume-theme)
# icon: fab fa-github
# url: Link to project (eg. sproogen.github.io/modern-resume-theme)
quote: >
An excercise in game design
description: | # this will include new lines to allow paragraphs
I am currently working on implementing Jonathan Binns' Gangster Dungeon card game into C++, so it can be iterated and improved on during the testing phase. This project is a learning experience before anything else, and an excuse to build an efficient application in C++ from the ground up.
- layout: top-middle
title: podweb
link: git.tilde.institute/comradecrow/podweb
# link_text: Project Website
# additional_links:
# - title: anonymous-crow/Gdungeon
# icon: fab fa-github
# url: github.com/anonymous-crow/Gdungeon
# - title: Github page for project (eg. sproogen/modern-resume-theme)
# icon: fab fa-github
# url: Link to project (eg. sproogen.github.io/modern-resume-theme)
quote: >
A simple Utility
description: | # this will include new lines to allow paragraphs
An unfinished podcast fetcher and manager written in Python. Designed to be easy to use and automate. Great for backing up podcasts so they can be listened to later.
- title: A Little More About Me
layout: text
content: | # this will include new lines to allow paragraphs
Some of my other interests and hobbies are:
- Rock climbing
- TTRPGs
- Swimming
- Rock Crawling
- Snowboarding
# Footer
footer_show_references: true
references_title: Resume available on request
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag