Skip to content

Commit 9271bfe

Browse files
committed
fix: Data update
1 parent ff8699b commit 9271bfe

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Portfolio/DashBoard/dashboard.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="top"><a href="#">Brahmendraprasad</a></div>
1616
<div class="bottom">
1717
<a href="https://github.com/csprasad">GitHub</a>
18-
<a href="https://twitter.com/prasadcarlozz">LinkedIn</a>
18+
<a href="https://linkedin.com/in/csprasadios">LinkedIn</a>
1919
<a href="mailto:[email protected]">EMAIL ME</a>
2020
</div>
2121
</div>
@@ -25,9 +25,10 @@
2525
<div class="section__inner">
2626
<div class="block">
2727
<h2>Hi, I'm Brahmendraprasad 👋</h2>
28-
<span>I am an iOS Developer with 5+ years of experience in building innovative mobile applications.
29-
My passion lies in creating seamless user experiences and solving complex technical challenges.</span>
30-
28+
<span>I specialize in crafting intuitive and high-performance iOS applications,
29+
focusing on seamless user experiences and innovative solutions.
30+
Passionate about solving complex technical challenges,
31+
I bring a detail-oriented approach to mobile development.</span>
3132
</div>
3233
</div>
3334
</section>

Portfolio/DashBoard/data/data.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"profile": {
33
"name": "Brahmendraprasad",
44
"alias": "CSPrasad",
5-
"bio": "",
5+
"bio": "I specialize in crafting intuitive and high-performance iOS applications, focusing on seamless user experiences and innovative solutions. Passionate about solving complex technical challenges, I bring a detail-oriented approach to mobile development.",
66
"intro": "iOS Developer | DevLint Creator | Passionate about Clean Code",
77
"job_role": "iOS Developer",
88
"location": "Hyderabad",
99
"profile_picture": "../iPhone/assets/images/profile.jpg",
1010
"website": "",
1111
"social_links": {
12-
"github": "",
13-
"linkedin": "",
12+
"github": "https://github.com/csprasad",
13+
"linkedin": "https://linkedin.com/in/csprasadios",
1414
"twitter": "",
15-
"portfolio": ""
15+
"instagram": "https://www.instagram.com/csprasad_ios/"
1616
},
1717
"skills": [
1818
"Swift",
@@ -57,7 +57,7 @@
5757
"marker_image": "url-to-marker-image",
5858
"companies": [
5959
{
60-
"company": "India",
60+
"company": "Purplesense Digital",
6161
"role": "Software Developer",
6262
"duration": "Jun 2019 - Dec 2019",
6363
"company_website": "",
@@ -81,7 +81,7 @@
8181
"position": { "top": "90%", "left": "55%" }
8282
},
8383
{
84-
"company": "India",
84+
"company": "Medinin Labs",
8585
"role": "Software Developer Intern",
8686
"duration": "Jun 2019 - Dec 2019",
8787
"company_website": "",
@@ -105,7 +105,7 @@
105105
"position": { "top": "60%", "left": "30%" }
106106
},
107107
{
108-
"company": "India",
108+
"company": "Offshore India",
109109
"role": "Software Developer Intern",
110110
"duration": "Jun 2019 - Dec 2019",
111111
"company_website": "",

0 commit comments

Comments
 (0)