-
Notifications
You must be signed in to change notification settings - Fork 18
/
portfolio.js
254 lines (243 loc) · 8.92 KB
/
portfolio.js
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
import emoji from "react-easy-emoji";
export const greetings = {
name: "Brendan Glancy",
title: "Welcome.",
description:
"I am Student / Software Developer, learning Full Stack Web Development and Cyber Security. I have experience building Applications with Vanilla JavaScript, React, Vue, Node, Java, Spring Boot, Python, Django and some other cool libraries and frameworks.",
resumeLink: "https://brendanglancy.github.io/Resume/",
};
export const openSource = {
githubUserName: "brendanglancy",
};
export const contact = {};
export const socialLinks = {
url: "https://www.ovsknife.com/home",
instagram: "https://www.instagram.com/brendanglance/",
github: "https://github.com/brendanglancy",
linkedin: "https://www.linkedin.com/in/brendan-glancy/",
discord: "https://www.hackerrank.com/Bglance68",
blog: "https://brendanglancy.github.io/",
};
export const skillsSection = {
title: "What I do",
subTitle: "CRAZY FULL STACK DEVELOPER WHO WANTS TO EXPLORE EVERY TECH STACK",
data: [
{
title: "Full Stack Development",
lottieAnimationFile: "/lottie/webdev.json", // Path of Lottie Animation JSON File
skills: [
emoji(
"⚡ Develop highly interactive Front end / User Interfaces for your web and mobile applications.",
),
emoji(
"⚡ Progressive Web Applications ( PWA ) in normal and SPA Stacks.",
),
emoji(
"⚡ Cyber Security, HackTheBox Globally Ranked 534, Top 2% in PicoCTF 2022",
),
],
softwareSkills: [
{
skillName: "python",
fontAwesomeClassname: "logos:python",
},
{
skillName: "Java",
fontAwesomeClassname: "logos:java",
},
{
skillName: "JavaScript",
fontAwesomeClassname: "logos:javascript",
},
{
skillName: "cpp",
fontAwesomeClassname: "logos:c-plusplus",
},
{
skillName: "reactjs",
fontAwesomeClassname: "vscode-icons:file-type-reactjs",
},
{
skillName: "vuejs",
fontAwesomeClassname: "logos:vue",
},
{
skillName: "nodejs",
fontAwesomeClassname: "logos:nodejs-icon",
},
{
skillName: "astro",
fontAwesomeClassname: "vscode-icons:file-type-astro",
},
{
skillName: "npm",
fontAwesomeClassname: "logos:npm-icon",
},
{
skillName: "php",
fontAwesomeClassname: "logos:php",
},
{
skillName: "yarn",
fontAwesomeClassname: "logos:yarn",
},
{
skillName: "PostgreSQL",
fontAwesomeClassname: "logos:postgresql",
},
{
skillName: "MySQL-icon",
fontAwesomeClassname: "logos:mysql-icon",
},
{
skillName: "Vercel",
fontAwesomeClassname: "logos:vercel-icon",
},
{
skillName: "NextJS",
fontAwesomeClassname: "logos:nextjs-icon",
},
{
skillName: "MongoDB",
fontAwesomeClassname: "logos:mongodb-icon",
},
{
skillName: "Django",
fontAwesomeClassname: "logos:django-icon",
},
{
skillName: "spring-boot",
fontAwesomeClassname: "logos:spring-icon",
},
],
},
],
};
export const SkillBars = [
{
Stack: "Programming",
},
{
Stack: "Frontend/Design", //Insert stack or technology you have experience in
},
{
Stack: "Backend",
},
{
Stack: "Security",
},
];
export const educationInfo = [
{
schoolName: "Akron University",
subHeader: "Bachelor of Science in Computer Science",
duration: "August 2021 - Present",
grade: "3.8 GPA",
desc: "Programming CIS degree",
descBullets: [
"The Bachelor of Science in Computer Information Systems (CIS) - Programming degree option allows students to attain knowledge of effective software application development, client/server application development, and database application development and management for businesses.",
"The CIS - Programming degree option is designed to prepare students for careers in the field of software engineering and development.",
],
github: "https://github.com/BrendanGlancy/akron/",
},
{
schoolName: "Tech Elevator",
subHeader: "Full Stack Development",
duration: "September 2020 - December 2020",
desc: "Programming Bootcamp to learn Full Stack Development",
descBullets: [
" Object-Oriented Programming: Java",
" Web Application Development: HTML, CSS, JavaScript, Vue.js, APIs using Spring Boot, Tomcat",
" Database Programming: Spring JDBC/DAO, Table Design, SQL, PostgreSQL, E/R diagrams",
" Completed 1000+ hours of Java, Spring, SQL, and JavaScript training",
" Completed 100+ hours of pair programming on group projects",
],
github: "https://github.com/BrendanGlancy/BreweryLocater",
},
];
export const experience = [
{
role: "Information Technology",
company: "Chamber of Commerce",
companylogo: "/img/icons/common/chamber.jpeg",
date: "June 2019 – Present",
desc:
"Communicate with managers to set up computers used on in the office, Assess and troubleshoot computer problems brought by managers, faculty a. Maintain upkeep of computers, servers, and 20+ websites used by the Chamber and local businesses",
},
{
role: "Software Developer Intern",
company: "OVS Knife Co.",
companylogo: "/img/icons/common/ovs.png",
date: "December 2022",
descBullets: [
" As a Software Developer Intern at OVS Knife Co, I am responsible for the development and maintenance of the company's web application. Utilizing my skills in Next.js, React, MongoDB, Node.js, Django, and Express.js.",
" I work independently to implement new features, improve the overall user experience and make sure the platform is reliable and fast for our customers.",
],
},
];
export const projects = [
{
name: "Ronis Hair Forum",
desc:
"Custom website for a local hair salon, Responsive Ready, Powered by Bootstrap 4, Dedicated portfolio and blog page, Easy Customization",
link: "https://ronishair.com/",
tags: ["Java", "VueJS", "PostgreSQL"],
},
{
name: "Empyrial",
desc:
"Contributor on Empyrial, Empyrial is a Python-based open-source quantitative investment library dedicated to financial institutions and retail investors, officially released in March 2021. Already used by thousands of people working in the finance industry, Empyrial aims to become an all-in-one platform for portfolio management, analysis, and optimization.",
github: "https://github.com/ssantoshp/Empyrial",
link: "https://ssantoshp.github.io/Empyrial/",
tags: ["python", "finace", "machine learning"],
},
{
name: "Knifely",
desc:
"Professional Knife Sharpening site for our company. Made with Tailwind CSS, Gatsby v3, and NextJS. Looking for a reliable and professional residential knife sharpening service in Akron? Look no further than Knifely!",
github: "https://github.com/OVS-Knife",
link: "https://www.knifely.com/",
tags: ["NextJS", "Gatsby", "JavaScript"],
},
{
name: "OVS Knife Co.",
desc:
"As a Software Developer Intern at OVS Knife Co, I am responsible for the development and maintenance of the company's web application. Utilizing my skills in Next.js, React, MongoDB, Node.js, Django, and Express.js, I work independently to implement new features, improve the overall user experience and make sure the platform is reliable and fast for our customers.",
link: "https://ovsknife.com/home",
tags: ["Intern", "Full Stack", "E-Commerce"],
},
];
export const feedbacks = [
{
name: "Austin Coontz",
feedback:
"I was trying to make a website that is blazingly fast. I had no idea where to start. What did I do? Called my friend Brendan. I had no Idea what i Was doing! He fixed it. Website? Fast. Blazingly. Done.",
},
{
name: "Andrew Rose",
feedback:
"Brendan Glancy, the website developer I worked with was exceptional. He took the time to understand my needs and goals, and created a website that not only met, but exceeded my expectations. Their communication was clear and timely throughout the process, and I would highly recommend them to anyone in need of an exceptional website.",
},
];
export const seoData = {
title: "Brendan's Portfolio",
description: "Full Stack Developer showcasing my work and experience.",
image: "https://avatars.githubusercontent.com/u/61941978?v=4",
url: "https://brendanglancy.software/",
keywords: [
"Brendan Glancy",
"Portfolio",
"Full Stack Developer",
"Open to work",
"Ronis Hair Forum",
"Developer",
"web developer",
"Empyrial",
"OVS Grinding",
"OVS Knife Co.",
"Knifely",
"Canton Regional Chamber of Commerce",
"Akron",
"Ohio",
],
};