Skip to content

Commit 33babf7

Browse files
committed
resume upgrade
1 parent ee653f8 commit 33babf7

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed
31.3 KB
Binary file not shown.
105 KB
Binary file not shown.

src/components/Landing/Landing.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ color: darkolivegreen;
6464

6565
.landing--social:hover {
6666
transform: scale(1.2);
67-
color: orange;
67+
color: #fe6600;
6868
}
6969

7070
.landing--social2 {
@@ -78,7 +78,7 @@ color: darkolivegreen;
7878

7979
.landing--social2:hover {
8080
transform: scale(1.2);
81-
color: orange;
81+
color: #fe6600;
8282

8383
}
8484

@@ -282,14 +282,14 @@ color: darkolivegreen;
282282
}
283283

284284
.MuiButton-label {
285-
color: orange;
285+
color: #fe6600;
286286
}
287287

288288
.MuiButton-label:hover{
289-
color: orange;
289+
color: #fe6600;
290290
}
291291

292292

293293
h2:hover{
294-
color:orange;
294+
color:#fe6600;
295295
}

src/components/Projects/Projects.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
.view{
143143
font-size: 1.2rem;
144-
color: orange;
144+
color: #fe6600;
145145
font-weight: 200;
146146
font-family: var(--primaryFont);
147147
transition: color 2.2s;

src/components/Projects/SingleProject/SingleProject.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
.vaB
124124
{
125-
color: 'orange';
125+
color: '#fe6600';
126126
font-family: "'Poppins', sans-serif";
127127
background-color: '#232526';
128128
border-radius: '10px';

src/components/Projects/SingleProject/SingleProject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function SingleProject({ id, name, desc, tags, code, demo, image, theme,
4444
<div
4545
key={id}
4646
className='singleProject'
47-
style={{ backgroundColor: theme.primary400 }}
47+
style={{ backgroundColor: "#fe6600" }}
4848
>
4949
<div className='projectContent'>
5050
<h2
@@ -109,7 +109,7 @@ export function SingleProject({ id, name, desc, tags, code, demo, image, theme,
109109
.replace(' ', '-')
110110
.toLowerCase()}-code`}
111111
>
112-
<BottomNavigationAction style={{ margin: ".5rem", color: "orange", border: "none", background: "none", fontSize: "2rem" }} icon={<FaCode />} />
112+
<BottomNavigationAction style={{ margin: ".5rem", color: "#fe6600", border: "none", background: "none", fontSize: "2rem" }} icon={<FaCode />} />
113113
</a>
114114

115115
</BottomNavigation>

src/data/data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import resume from '../assets/pdf/Jon_Christie_Resume_2023.pdf';
1+
import resume from '../assets/pdf/Jon_Christie_Resume.pdf';
22

33

44
// about
@@ -57,7 +57,7 @@ export const headerData = {
5757
image: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/png/HEADSHOT_CIRCLE.png',
5858
BG: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/JCircle.png',
5959
BG2: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/JCircle_dark_gray.png',
60-
resumePdf: resume
60+
resumePdf: #fe6600
6161
}
6262
// projects
6363
import one from '../assets/svg/projects/spb.png'

src/data/headerData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export const headerData = {
77
image: '/orangeJon.png',
88
BG: '/jcircle3Dorange.svg',
99
BG2: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/JCircle_dark_gray.png',
10-
resumePdf: 'https://github.com/mathcodes/mathcodes.github.io/raw/sync/public/Jon_Christie_Resume_2023.pdf',
10+
resumePdf: 'https://github.com/mathcodes/mathcodes.github.io/raw/sync/public/Jon_Christie_Resume.pdf',
1111
CTA_MARKETING_FOR_OPEN_SOURCE: 'https://github.com/mathcodes/mathcodes.github.io/raw/sync/public/Marketing%20for%20Open-Source%20Projects.pdf',
1212
}

src/pages/FormPage/FormPage.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ function FormPage() {
9797
return (
9898
<div className="formPage" style={{ backgroundColor: theme.secondary }}>
9999

100-
<div className='formPage-header' style={{ color: 'orange', fontFamily: 'system-ui' }}>
100+
<div className='formPage-header' style={{ color: '#fe6600', fontFamily: 'system-ui' }}>
101101
<Link to="/">
102102
<AiOutlineHome className={classes.home} />
103103
</Link>
104104
<h2>Contact</h2>
105105
</div>
106106
<div>
107-
<h3 style={{ color: 'orange', fontSize: '1.5rem', margin: '.5rem 0 0 .3rem', fontFamily: "'Noto Sans TC', sans-serif" }}>Fill out the form and I'll get back with you shortly! </h3>
107+
<h3 style={{ color: '#fe6600', fontSize: '1.5rem', margin: '.5rem 0 0 .3rem', fontFamily: "'Noto Sans TC', sans-serif" }}>Fill out the form and I'll get back with you shortly! </h3>
108108
</div>
109109
<form className="mx-auto w-full pt-10" onSubmit={handleSubmit}>
110110
<div className="flex flex-col md:flex-row">
@@ -142,7 +142,7 @@ function FormPage() {
142142
<Grid item xs={12}>
143143
<Item className="projectPage-search">
144144

145-
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>Select up to three services you are interested in:
145+
<label style={{ width:"100%", color: '#fe6600', fontSize: '1.2rem' }}>Select up to three services you are interested in:
146146
<input style={{ width: '100%'}} list="services" name="Service" data-aos="fade-left"
147147
data-aos-duration="1000"
148148
className={classes.search} /></label>
@@ -168,7 +168,7 @@ function FormPage() {
168168
<Grid item xs={12}>
169169
<Item className="projectPage-search">
170170

171-
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>
171+
<label style={{ width:"100%", color: '#fe6600', fontSize: '1.2rem' }}>
172172
<input style={{ width: '100%'}} list="services" name="Service" data-aos="fade-left"
173173
data-aos-duration="1000"
174174
className={classes.search} /></label>
@@ -194,7 +194,7 @@ function FormPage() {
194194
<Grid item xs={12}>
195195
<Item className="projectPage-search">
196196

197-
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>
197+
<label style={{ width:"100%", color: '#fe6600', fontSize: '1.2rem' }}>
198198
<input style={{ width: '100%'}} w-full list="services" name="Service" data-aos="fade-left"
199199
data-aos-duration="1000"
200200
className={classes.search} /></label>
@@ -242,7 +242,7 @@ function FormPage() {
242242
type="submit"
243243
disabled={state.submitting}
244244
className={classes.search}
245-
style={{ background: 'orange', color: 'black', fontSize: '1.5rem', margin: '.5rem 0 0 .3rem', fontFamily: "'Noto Sans TC', sans-serif" }}
245+
style={{ background: '#fe6600', color: 'black', fontSize: '1.5rem', margin: '.5rem 0 0 .3rem', fontFamily: "'Noto Sans TC', sans-serif" }}
246246
>
247247
Send
248248
<i className="bx bx-chevron-right relative -right-2 text-3xl"></i>

0 commit comments

Comments
 (0)