Skip to content

Commit 6e176fb

Browse files
committed
updates
1 parent da29706 commit 6e176fb

File tree

6 files changed

+122
-81
lines changed

6 files changed

+122
-81
lines changed

package-lock.json

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assests/images/logo.png

65 KB
Loading

src/components/header/Header.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const onMouseOut = (event) => {
1818
class Header extends Component {
1919
render() {
2020
const theme = this.props.theme;
21-
const link = settings.isSplash ? "/splash" : "home";
21+
// const link = settings.isSplash ? "/splash" : "home";
22+
const link = settings.isSplash ? "" : "home";
2223
return (
2324
<Fade top duration={1000} distance="20px">
2425
<SeoHeader />
@@ -39,7 +40,7 @@ class Header extends Component {
3940
<li>
4041
<NavLink
4142
to="/home"
42-
// tag={Link}
43+
tag={Link}
4344
activeStyle={{ fontWeight: "bold" }}
4445
style={{ color: theme.text }}
4546
onMouseEnter={(event) => onMouseEnter(event, theme.highlight)}
@@ -48,7 +49,7 @@ class Header extends Component {
4849
Home
4950
</NavLink>
5051
</li>
51-
<li>
52+
{/* <li>
5253
<NavLink
5354
to="/education"
5455
tag={Link}
@@ -59,7 +60,7 @@ class Header extends Component {
5960
>
6061
Education
6162
</NavLink>
62-
</li>
63+
</li> */}
6364
<li>
6465
<NavLink
6566
to="/experience"
@@ -84,7 +85,7 @@ class Header extends Component {
8485
Projects
8586
</NavLink>
8687
</li>
87-
<li>
88+
{/* <li>
8889
<NavLink
8990
to="/opensource"
9091
tag={Link}
@@ -95,7 +96,7 @@ class Header extends Component {
9596
>
9697
Open Source
9798
</NavLink>
98-
</li>
99+
</li> */}
99100
<li>
100101
<NavLink
101102
to="/contact"

src/containers/greeting/Greeting.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232

3333
.greeting-text {
3434
margin-top: 80px;
35-
font-size: 70px;
35+
font-size: 65px;
3636
line-height: 1.1;
3737
font-family: "Google Sans Bold";
3838
}
3939

4040
.greeting-nickname {
41-
font-size: 30px;
41+
font-size: 35px;
4242
line-height: 0px;
4343
font-family: "Google Sans Bold Italic";
4444
}
4545

4646
.greeting-text-p {
47-
font-size: 40px;
47+
font-size: 25px;
4848
line-height: 40px;
4949
margin-right: 40px;
5050
font-family: "Google Sans Medium";

src/index.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,19 @@ body {
5151
}
5252
body {
5353
margin: 0;
54-
font: 19px / 23px Montserrat, "Montserrat", sans-serif;
54+
font: 16px / 20px Montserrat, "Montserrat", sans-serif;
5555
-webkit-font-smoothing: antialiased;
5656
-moz-osx-font-smoothing: grayscale;
5757
}
58+
.experience-accord {
59+
color: azure !important;
60+
}
61+
.ao {
62+
color: azure !important;
63+
}
64+
p.experience-card-company {
65+
color: bisque !important;
66+
}
5867
/* Media Query */
5968
@media (max-width: 1380px) {
6069
html,

src/portfolio.js

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Website related settings
44
const settings = {
5-
isSplash: true, // Change this to false if you don't want Splash screen.
5+
isSplash: false, // Change this to false if you don't want Splash screen.
66
};
77

88
//SEO Related settings
@@ -24,8 +24,8 @@ const greeting = {
2424
nickname: "Nasirucode",
2525
subTitle:
2626
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
27-
resumeLink:
28-
"https://drive.google.com/open?id=1XYpYhLeqCdyx_q6l0bQoC7RgwQjAjXPf",
27+
// resumeLink:
28+
// "https://drive.google.com/open?id=1XYpYhLeqCdyx_q6l0bQoC7RgwQjAjXPf",
2929
portfolio_repository: "https://github.com/nasirucode/nasirucode.github.io",
3030
githubProfile: "https://github.com/nasirucode",
3131
};
@@ -328,57 +328,57 @@ const competitiveSites = {
328328
style: {
329329
color: "#2EC866",
330330
},
331-
profileLink: "https://www.hackerrank.com/layman_brother",
331+
profileLink: "https://www.hackerrank.com/akingbolahan12",
332332
},
333333
{
334334
siteName: "Codechef",
335335
iconifyClassname: "simple-icons:codechef",
336336
style: {
337337
color: "#5B4638",
338338
},
339-
profileLink: "https://www.codechef.com/users/ashutosh_1919",
340-
},
341-
{
342-
siteName: "Codeforces",
343-
iconifyClassname: "simple-icons:codeforces",
344-
style: {
345-
color: "#1F8ACB",
346-
},
347-
profileLink: "http://codeforces.com/profile/layman_brother",
339+
profileLink: "https://www.codechef.com/users/akingbolahan12",
348340
},
341+
// {
342+
// siteName: "Codeforces",
343+
// iconifyClassname: "simple-icons:codeforces",
344+
// style: {
345+
// color: "#1F8ACB",
346+
// },
347+
// profileLink: "http://codeforces.com/profile/layman_brother",
348+
// },
349349
{
350350
siteName: "Hackerearth",
351351
iconifyClassname: "simple-icons:hackerearth",
352352
style: {
353353
color: "#323754",
354354
},
355-
profileLink: "https://www.hackerearth.com/@ashutosh391",
355+
profileLink: "https://www.hackerearth.com/@akingbolahan12",
356356
},
357357
{
358358
siteName: "Kaggle",
359359
iconifyClassname: "simple-icons:kaggle",
360360
style: {
361361
color: "#20BEFF",
362362
},
363-
profileLink: "https://www.kaggle.com/laymanbrother",
363+
profileLink: "https://www.kaggle.com/akinkunmigbolahan",
364364
},
365365
],
366366
};
367367

368368
const degrees = {
369369
degrees: [
370370
{
371-
title: "Indian Institute of Information Technology Kurnool",
372-
subtitle: "B.Tech. in Computer Engineering",
373-
logo_path: "iiitk_logo.png",
374-
alt_name: "IIITDM Kurnool",
375-
duration: "2016 - Present",
371+
title: "Temple Gate Polytechnic",
372+
subtitle: "HND. in Computer Science",
373+
logo_path: "logo.png",
374+
alt_name: "TGP",
375+
duration: "2020 - 2022",
376376
descriptions: [
377377
"⚡ I have studied basic software engineering subjects like DS, Algorithms, DBMS, OS, CA, AI etc.",
378378
"⚡ Apart from this, I have done courses on Deep Learning, Data Science, Cloud Computing and Full Stack Development.",
379-
"⚡ I was selected for Merit cum Means Scholarship which is given to top 10% of students in college. I have received award from respected director for consistently best performance in academics.",
379+
// "⚡ I was selected for Merit cum Means Scholarship which is given to top 10% of students in college. I have received award from respected director for consistently best performance in academics.",
380380
],
381-
website_link: "http://iiitk.ac.in",
381+
website_link: "https://templegatepolytechnic.edu.ng/",
382382
},
383383
],
384384
};
@@ -499,9 +499,9 @@ const certifications = {
499499
// Experience Page
500500
const experience = {
501501
title: "Experience",
502-
subtitle: "Work, Internship and Volunteership",
502+
subtitle: "Work,Internship and Volunteership",
503503
description:
504-
"I have worked with many evolving startups as ML and DL Developer, Designer and Software Architect. I have also worked with some well established companies mostly as AI Developer. I love organising events and that is why I am also involved with many opensource communities as a representative.",
504+
"I have worked with some well established companies as Software Developer, Designer, Architect and also as AI Developer. I am also involved with some opensource communities.",
505505
header_image_path: "experience.svg",
506506
sections: [
507507
{
@@ -573,60 +573,60 @@ const experience = {
573573
{
574574
title: "Volunteerships",
575575
experiences: [
576-
{
577-
title: "Google Explore ML Facilitator",
578-
company: "Google",
579-
company_url: "https://about.google/",
580-
logo_path: "google_logo.png",
581-
duration: "June 2019 - April 2020",
582-
location: "Hyderabad, Telangana",
583-
description:
584-
"Explore Machine Learning (ML) is a Google-sponsored program for university students to get started with Machine Learning. The curriculum offers 3 tracks of ML Content (Beginner, Intermediate, Advanced) and relies on university student facilitators to train other students on campus and to build opensource projects under this program.",
585-
color: "#4285F4",
586-
},
587-
{
588-
title: "Microsoft Student Partner",
589-
company: "Microsoft",
590-
company_url: "https://www.microsoft.com/",
591-
logo_path: "microsoft_logo.png",
592-
duration: "Aug 2019 - May 2020",
593-
location: "Hyderabad, Telangana",
594-
description:
595-
"Microsoft Student Partner is a program for university students to lead the awareness and use of Cloud especially Azure tools in the development of their projects and startups. Under this program, I have organised hands on workshops and seminars to teach Cloud Computing concepts to students.",
596-
color: "#D83B01",
597-
},
598-
{
599-
title: "Mozilla Campus Captain",
600-
company: "Mozilla",
601-
company_url: "https://www.mozilla.org/",
602-
logo_path: "mozilla_logo.png",
603-
duration: "Oct 2019 - May 2020",
604-
location: "Kurnool, Andhra Pradesh",
605-
description:
606-
"My responsibility for this program was to create opensource environment in college and in the city. We have organised multiple hackathons on the problems collected by ordinary people from Kurnool city. We have build opensource community of our own college. The community is available at dsc_iiitdmk on github.",
607-
color: "#000000",
608-
},
609-
{
610-
title: "Developer Students Club Member",
611-
company: "DSC IIITDM Kurnool",
612-
company_url:
613-
"https://www.linkedin.com/company/developer-students-club-iiitdm-kurnool",
614-
logo_path: "dsc_logo.png",
615-
duration: "Jan 2018 - May 2020",
616-
location: "Kurnool, Andhra Pradesh",
617-
description:
618-
"We have well established developer club in college which is directly associated with Google Developers. We have developed many interdisciplinary projects under the membership of this club. We have organised workshops and activities on Android Application Development, Flutter and React JS.",
619-
color: "#0C9D58",
620-
},
576+
// {
577+
// title: "Google Explore ML Facilitator",
578+
// company: "Google",
579+
// company_url: "https://about.google/",
580+
// logo_path: "google_logo.png",
581+
// duration: "June 2019 - April 2020",
582+
// location: "Hyderabad, Telangana",
583+
// description:
584+
// "Explore Machine Learning (ML) is a Google-sponsored program for university students to get started with Machine Learning. The curriculum offers 3 tracks of ML Content (Beginner, Intermediate, Advanced) and relies on university student facilitators to train other students on campus and to build opensource projects under this program.",
585+
// color: "#4285F4",
586+
// },
587+
// {
588+
// title: "Microsoft Student Partner",
589+
// company: "Microsoft",
590+
// company_url: "https://www.microsoft.com/",
591+
// logo_path: "microsoft_logo.png",
592+
// duration: "Aug 2019 - May 2020",
593+
// location: "Hyderabad, Telangana",
594+
// description:
595+
// "Microsoft Student Partner is a program for university students to lead the awareness and use of Cloud especially Azure tools in the development of their projects and startups. Under this program, I have organised hands on workshops and seminars to teach Cloud Computing concepts to students.",
596+
// color: "#D83B01",
597+
// },
598+
// {
599+
// title: "Mozilla Campus Captain",
600+
// company: "Mozilla",
601+
// company_url: "https://www.mozilla.org/",
602+
// logo_path: "mozilla_logo.png",
603+
// duration: "Oct 2019 - May 2020",
604+
// location: "Kurnool, Andhra Pradesh",
605+
// description:
606+
// "My responsibility for this program was to create opensource environment in college and in the city. We have organised multiple hackathons on the problems collected by ordinary people from Kurnool city. We have build opensource community of our own college. The community is available at dsc_iiitdmk on github.",
607+
// color: "#000000",
608+
// },
609+
// {
610+
// title: "Developer Students Club Member",
611+
// company: "DSC IIITDM Kurnool",
612+
// company_url:
613+
// "https://www.linkedin.com/company/developer-students-club-iiitdm-kurnool",
614+
// logo_path: "dsc_logo.png",
615+
// duration: "Jan 2018 - May 2020",
616+
// location: "Kurnool, Andhra Pradesh",
617+
// description:
618+
// "We have well established developer club in college which is directly associated with Google Developers. We have developed many interdisciplinary projects under the membership of this club. We have organised workshops and activities on Android Application Development, Flutter and React JS.",
619+
// color: "#0C9D58",
620+
// },
621621
{
622622
title: "Developer Program Member",
623623
company: "Github",
624624
company_url: "https://github.com/",
625625
logo_path: "github_logo.png",
626-
duration: "July 2019 - PRESENT",
626+
duration: "July 2021 - PRESENT",
627627
location: "Work From Home",
628628
description:
629-
"I am actively contributing to many opensource projects. I have contributed to projects of organisations like Tensorflow, Uber, Facebook, Google, Scikit-learn, Kiwix, Sympy, Python, NVLabs, Fossasia, Netrack, Keras etc. These contributions include bug fixes, feature requests and formulating proper documentation for project.",
629+
"I am actively contributing to many private projects. I have contributed to projects of organizations and companies. These contributions include bug fixes, feature requests and formulating proper documentation for project.",
630630
color: "#181717",
631631
},
632632
],

0 commit comments

Comments
 (0)