Skip to content

Commit d6e7f38

Browse files
committed
Update dependencies and minor writing fixes
1 parent 0bbe989 commit d6e7f38

File tree

4 files changed

+1083
-836
lines changed

4 files changed

+1083
-836
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"export": "next export"
1111
},
1212
"dependencies": {
13-
"next": "14.2.6",
13+
"next": "14.2.21",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},

public/page_data/main_page.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"english": {
33
"name": "Ashvin Ranjan",
44
"position": "Computer Science Student @ The University of Washington",
5-
"about": "I am a Computer Science student currently focused on the field of Computational Linguistics, with specific applications in Semantic Typology and Machine Learning architecture. I have experience in Next.js-based front-end development and creating developer tools in a professional environment. Furthermore, I also build large-scale projects with other developers on GitHub.\n\nOutside of Computer Science I like photography, games, and listening to music. I occasionally write blog posts about various topics and post photos online. Furthermore, I also occasionally create games, which I have published online.",
5+
"about": "I am a Computer Science student currently focused on Computational Linguistics, with specific applications in Semantic Typology and Machine Learning architecture. I have experience in Next.js-based front-end development and creating developer tools in a professional environment. Furthermore, I also build large-scale projects with other developers on GitHub.\n\nOutside of Computer Science, I like photography, games, and listening to music. I occasionally write blog posts about various topics and post photos online. Furthermore, I also occasionally create games, which I have published online.",
66
"email": "Email: me@ash.vin",
77
"toggle": "English/日本語",
88
"links": {
@@ -15,7 +15,7 @@
1515
"japanese": {
1616
"name": "アシュヴィン・ランジャン",
1717
"position": "ワシントン大学のコンピューターサイエンス学科の学生",
18-
"about": "私は意味類型論や機械学習構造を専門して計算言語学に興味があるコンピューターサイエンス学科の学生です。Next.jsでのサイトとデベロッパーのプログラムを作る仕事をしたことがあります。なお、自分のGitHubでほかのデベロッパーと大きなプロジェクトを作ります。\n\nコンピューターサイエンス以外にいろいろなことを作ったり考えたりすることが好きです。ブログを書いたりインスタで写真をよく投稿したりします。音楽とゲームも大好きです。姜根やJPEGMAFIAやGhais Guevaraの音楽をよく聞きます。それに、時々ゲームを作って発行します",
18+
"about": "私は意味類型論や機械学習構造を専門して計算言語学に興味があるコンピューターサイエンス学科の学生です。Next.jsでのサイトとデベロッパーのプログラムを作る仕事をしたことがあります。なお、自分のGitHubでほかのデベロッパーと大きなプロジェクトを作ります。\n\nコンピューターサイエンス以外にいろいろなことを作ったり考えたりすることが好きです。ブログを書いたりインスタで写真をよく投稿したりします。音楽とゲームも大好きです。姜根やJPEGMAFIAやGhais Guevaraの音楽をよく聞きます。それに、時々ゲームを作って発表します",
1919
"email": "メール: me@ash.vin",
2020
"toggle": "日本語/English",
2121
"apology": "私は日本語をまだ勉強しているので間違いがあればすみません。ある場合は間違いについてメールを送ってください。",

0 commit comments

Comments
 (0)