Skip to content

Commit f07ec08

Browse files
committed
Update about me, projects, resume
1 parent c7b0ace commit f07ec08

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 class="header-text"> Nafee
3939
<ul>
4040
<li><a id="aboutme-button">About Me</a></li>
4141
<li><a id="projects-button">Projects</a></li>
42-
<li><a href="https://docs.google.com/document/d/1R7S0hkn640z5lq41_0K0tns2uVxdvqUUusYynnrpPlw/edit?usp=sharing" target="_blank">Resume</a></li>
42+
<li><a href="https://docs.google.com/document/d/1xNgjt-AygmbL3iVVE8Ojh7Rxr_HI_qeLZOsFpiLB7Vo/edit?usp=sharing" target="_blank">Resume</a></li>
4343
</ul>
4444
</div>
4545
</header>
@@ -60,13 +60,13 @@ <h1 class="header-text"> Nafee
6060
Hi I'm Nafee
6161
</div>
6262
<div class="aboutme">
63-
I'm currently studying computer science at the University of Pittsburgh.
63+
Graduate of computer science from the University of Pittsburgh
6464
</div>
6565
<div class="aboutme">
66-
Most of my personal (and some school) projects are open source which you can see in the projects section and on my GitHub.
66+
Most of my projects are open source which you can see in the projects section and on my GitHub.
6767
</div>
6868
<div class="aboutme">
69-
Some stuff I've worked with are web dev, MacOS dev, game dev with Unity, cloud computing, software quality, and human-computer design.
69+
I've worked with are web dev, MacOS dev, game dev with Unity, cloud computing, software quality, and human-computer design.
7070
</div>
7171
<div class="aboutme">
7272
Aspiring to work in software engineering.

js/main.js

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,48 @@
11
const projectsData = {
2-
"size": 8,
2+
"size": 9,
33
"titles": [
4+
"JotDown",
5+
"osu!keep",
46
"BatteryEstimate",
57
"InputPrefs",
68
"Fumo Bounce",
79
"Holo Bounce",
810
"Bushidō in Samurai Films",
911
"Personal Website",
10-
"CS 1660 Project",
11-
"osu!keep"
12+
"Big Data Toolbox"
1213
],
1314
"descriptions": [
15+
"Novel chat-based journaling/notes mobile app",
16+
"Website to see data on osu! player data and keep scores (wip)",
1417
"Brings back the estimated battery time remaining to the menu bar for MacOS",
1518
"Quickly change function row and scrolling defaults on MacOS",
1619
"<em>Bounce Fumos</em>. Simple physics sandbox game built with Unity",
1720
"<em>Bounce Holos</em>. Simple physics sandbox game built with Unity",
1821
"Analyzes the role of bushidō in samurai films",
1922
"This website",
20-
"Final project for Intro to Cloud Computing. Guide to deploy an environment with Jupyter Notebook and Spark on Google Kubernetes Engine cluster",
21-
"Website to see data on osu! player data and keep scores (wip)"
23+
"Final project for Intro to Cloud Computing. Guide to deploy an environment with Jupyter Notebook and Spark on Google Kubernetes Engine cluster"
2224
],
2325
"projectLinks": [
26+
"https://github.com/kevinjcorcoran/jot_down",
2427
"https://github.com/NafeeJ/BatteryEstimate/#batteryestimate",
2528
"https://github.com/NafeeJ/InputPrefs/#inputprefs",
2629
"https://nafeej.github.io/Fumo-Bounce/",
2730
"https://bounce-games.github.io/Holo-Bounce/",
2831
"https://nafeej.github.io/Bushido-in-Samurai-Films/",
2932
"https://nafeej.github.io",
3033
"https://github.com/NafeeJ/cs1660/tree/master/Course-Project#course-project---big-data-toolbox",
31-
"https://osu-keep.appspot.com/"
34+
"https://github.com/NafeeJ/osu-keep"
3235
],
3336
"repoLinks": [
37+
"https://github.com/kevinjcorcoran/jot_down",
38+
"https://github.com/NafeeJ/osu-keep",
3439
"https://github.com/NafeeJ/BatteryEstimate/",
3540
"https://github.com/NafeeJ/InputPrefs/",
3641
"https://github.com/NafeeJ/Fumo-Bounce",
3742
"https://github.com/Bounce-Games/Holo-Bounce",
3843
"https://github.com/NafeeJ/Bushido-in-Samurai-Films",
3944
"https://github.com/NafeeJ/nafeej.github.io",
40-
"https://github.com/NafeeJ/cs1660/tree/master/Course-Project",
41-
"https://github.com/NafeeJ/osu-keep"
45+
"https://github.com/NafeeJ/cs1660/tree/master/Course-Project"
4246
]
4347
}
4448

0 commit comments

Comments
 (0)