-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings-template.js
181 lines (178 loc) · 6.12 KB
/
settings-template.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
// rename or copy this to 'settings.js' in the same folder, and change the
// values to suit your own details
// comment out these imports if you are not using the particular icon
import apiLogo from "/src/assets/icons/api.svg";
import cloudLogo from "/src/assets/icons/cloud.png";
import cssLogo from "/src/assets/icons/css3.png";
import databaseLogo from "/src/assets/icons/database.png";
import esxiLogo from "/src/assets/icons/esxi.png";
import htmlLogo from "/src/assets/icons/html5.png";
import linuxLogo from "/src/assets/icons/linux.png";
import pythonIcon from "/src/assets/icons/python.png";
import reactLogo from "/src/assets/icons/react.png";
import socialBlog from "/src/assets/social/blog.png";
import socialEmail from "/src/assets/social/email.png";
import socialFacebook from "/src/assets/social/facebook.png";
import socialGitHub from "/src/assets/social/github.png";
import socialLinkedIn from "/src/assets/social/linkedin.png";
import socialMedium from "/src/assets/social/medium.png";
import socialSnapchat from "/src/assets/social/snapchat.png";
import socialTikTok from "/src/assets/social/tiktok.png";
import socialTwitter from "/src/assets/social/twitter.png";
import socialYouTube from "/src/assets/social/youtube.png";
import heroLogo from "/src/assets/svg/undraw_Code_thinking.svg";
export const settings = {
meta: {
description:
"A Passionate and driven Python, Django, React developer, API Writer; " +
"Frontend and Backend geek; Lover of Pizza and unrepentant Trekkie",
link: "https://www.gnramsay.com",
},
name: "Master Developer", // your name
githubUsername: "masterdev",
githubToken: import.meta.env.VITE_GH_TOKEN,
hero: {
image: heroLogo,
heading: "A Passion to Excel",
message:
"A Results-oriented professional with a diverse experience and a " +
"proven knowledge of Application Development, IT Skills, End-User " +
"support, and Innovation. Driven to continuously learn and improve.",
},
about: [
"A Python and Backend developer with Frontend leanings, living in the " +
"beautiful (and wet) Scottish Borders with a Border Terrier, Border " +
"Collie (both mental), a Horse, and some lodger sheep.",
"Based on an old Farm, I am surrounded by beautiful scenery and working " +
"fields. Tractors and Harversters before dawn yeah!",
"I am fully setup for Remote work with a dedicated office space and " +
"superfast Wireless Broadband, 20 minutes drive from Berwick-Upon-" +
"Tweed and Rail links to the rest of the UK, 90 minutes drive from " +
"either Edinburgh or Newcastle airports.",
],
social: [
// change to link to your social medial accounts. If link is blank, they
// wont be mentioned.
{ name: "Email", link: "mailto:me@hello.com", icon: socialEmail },
{ name: "Blog", link: "", icon: socialBlog },
{
name: "LinkedIn",
link: "https://www.linkedin.com/in/my-name/",
icon: socialLinkedIn,
},
{
name: "Medium",
link: "https://you.medium.com/",
icon: socialMedium,
},
{ name: "GitHub", link: "github", icon: socialGitHub },
{ name: "YouTube", link: "youtube", icon: socialYouTube },
{ name: "FaceBook", link: "facebook", icon: socialFacebook },
{ name: "SnapChat", link: "snapchat", icon: socialSnapchat },
{ name: "TikTok", link: "tiktok", icon: socialTikTok },
{ name: "Twitter", link: "twitter", icon: socialTwitter },
],
skills: [
{
name: "Python",
icon: pythonIcon,
desc:
"Experienced developer with skills in data manipulation and " +
"backend technologies, including Django.",
},
{
name: "React JS",
icon: reactLogo,
desc:
"Frontend Developer with experience in the latest React versions " +
"and methodology, including interfacing with API's and GraphQL.",
},
{
name: "API Developer",
icon: apiLogo,
desc:
"Developed API's using Django(Python) and Express.js, interfacing " +
"with multiple Database servers and live devices.",
},
{
name: "HTML",
icon: htmlLogo,
desc: "Fully experienced in all aspects of modern HTML5.",
},
{
name: "CSS",
icon: cssLogo,
desc:
"Experienced in modern CSS3 technologies, Including Flexbox and " +
"Grid.",
},
{
name: "Database Integration",
icon: databaseLogo,
desc:
"Able to integrate the most popular SQL and NoSQL databases with " +
"Front and Backend technologies.",
},
{
name: "Linux",
icon: linuxLogo,
desc: "Very experienced Linux Sysadmin, installer and troubleshooter.",
},
{
name: "Cloud Services",
icon: cloudLogo,
desc:
"Familiar with Google Cloud (and Firebase), Amazon AWS, Digital " +
"Ocean and similar technologies",
},
{
name: "VMWare ESXi",
icon: esxiLogo,
desc:
"Skilled in the installation and administration of VMWare EXSi, " +
"including VCenter.",
},
],
additionalSkills: [
"JavaScript",
"Ruby",
"Microsoft Office Suite",
"Google GSuite",
],
experience: [
{
title: "Top Notch Developer",
dates: "2014 to now",
company: "A big Web development company",
link: "https://bigwebdevcorp.com",
responsibilities: [
{
name: "I did this",
desc: "This was actually what I did, and how good I was at it!",
},
{
name: "I also did this cool thing",
desc: "You won't believe how good I was at this thing",
},
],
},
{
title: "Crap Developer",
dates: "2010 to 2014",
company: "A back street Web development company",
link: "https://cowboy-webdesign.com",
responsibilities: [
{
name: "Tea Maker",
desc: "I was really bad at this and put the milk in FIRST.",
},
{
name: "Garbage Collector",
desc:
"Javascript does this automatically so I didn't really do much. " +
"However, they paid me in Chicken Nuggets so RESULT!",
},
],
},
],
};