Skip to content

Commit 79676f5

Browse files
authored
Merge pull request #1 from ph-value/draft
2 parents 21f2c37 + 9e103db commit 79676f5

File tree

5 files changed

+254
-247
lines changed

5 files changed

+254
-247
lines changed

lib/AboutPage.dart

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,16 @@ class AboutPage extends StatelessWidget {
3939
TextSpan(
4040
children: [
4141
TextSpan(text: "안녕하세요! 모바일 개발자 산도입니다.\n"),
42-
TextSpan(text: "손 안에 들어오는 모바일 개발이 매력적이라 "),
4342
TextSpan(
4443
text: "Android", // Android 볼드 처리 및 아이콘 추가
4544
style: TextStyle(fontWeight: FontWeight.bold),
4645
),
4746
WidgetSpan(
4847
child: Icon(Icons.android, size: 20, color: Colors.green),
4948
),
50-
TextSpan(text: " 개발을 목표로 하고 있어요.\n"),
5149
TextSpan(
52-
text: "iOS", // iOS 볼드 처리 및 아이콘 추가
53-
style: TextStyle(fontWeight: FontWeight.bold),
54-
),
55-
WidgetSpan(
56-
child: Icon(Icons.apple, size: 20, color: Colors.black),
50+
text: " 경험을 바탕으로, ",
5751
),
58-
TextSpan(text: "에도 관심이 있어, SwiftUI로 앱을 만들어보는 중입니다.\n"),
59-
TextSpan(
60-
text:
61-
"현재 여러 강의를 통해 필요한 기술을 배우고, 실무에서 능숙하게 활용할 준비를 하고 있답니다.\n"),
62-
TextSpan(
63-
text:
64-
"Android와 iOS 두 모바일 생태계에서 자유롭게 활동할 수 있는 개발자가 되고 싶어, "),
6552
TextSpan(
6653
text: "Flutter", // Flutter 볼드 처리 및 아이콘 추가
6754
style: TextStyle(fontWeight: FontWeight.bold),
@@ -70,7 +57,10 @@ class AboutPage extends StatelessWidget {
7057
child:
7158
Icon(Icons.flutter_dash, size: 20, color: Colors.blue),
7259
),
73-
TextSpan(text: "로도 앱을 출시해 봤어요.\n\n"),
60+
TextSpan(
61+
text:
62+
"로 두 개의 앱을 기획하고 출시해봤어요.\n스스로 만들어내는 즐거움과 사용자와 만나는 설렘 속에서, 개발자로서의 길을 꾸준히 걸어가고 있습니다.\n\n",
63+
),
7464
TextSpan(text: "개발 외에도 "),
7565
TextSpan(
7666
text: "스케이트보드",
@@ -84,7 +74,8 @@ class AboutPage extends StatelessWidget {
8474
text: "인라인 스케이트",
8575
style: TextStyle(fontWeight: FontWeight.bold)),
8676
WidgetSpan(
87-
child: Icon(Icons.roller_skating, size: 20, color: Colors.red),
77+
child:
78+
Icon(Icons.roller_skating, size: 20, color: Colors.red),
8879
),
8980
TextSpan(text: "를 타며 바람을 맞고, 생각을 정리하는 걸 좋아해요.\n또, "),
9081
TextSpan(

0 commit comments

Comments
 (0)