Skip to content

Commit 3ae2372

Browse files
committed
jon5
1 parent 0a74e30 commit 3ae2372

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

.DS_Store

0 Bytes
Binary file not shown.
-121 KB
Binary file not shown.

src/.DS_Store

2 KB
Binary file not shown.

src/assets/.DS_Store

0 Bytes
Binary file not shown.

src/assets/img/jon5.png

929 KB
Loading

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: #fe6600;
67+
color: #7a7709;
6868
}
6969

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

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

8383
}
8484

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

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

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

292292

293293
h2:hover{
294-
color:#fe6600;
294+
color:#7a7709;
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: #fe6600;
144+
color: #7a7709;
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: '#fe6600';
125+
color: '#7a7709';
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: "#fe6600" }}
47+
style={{ backgroundColor: "#7a7709" }}
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: "#fe6600", border: "none", background: "none", fontSize: "2rem" }} icon={<FaCode />} />
112+
<BottomNavigationAction style={{ margin: ".5rem", color: "#7a7709", border: "none", background: "none", fontSize: "2rem" }} icon={<FaCode />} />
113113
</a>
114114

115115
</BottomNavigation>

src/data/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: #fe6600
60+
resumePdf: {resume}
6161
}
6262
// projects
6363
import one from '../assets/svg/projects/spb.png'

0 commit comments

Comments
 (0)