Skip to content

Commit 2d59661

Browse files
committed
updates about me blurb
1 parent c3bf5b9 commit 2d59661

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This is the source for my static website hosted on github
55
pages. It uses my
6-
[website generator](www.github.com/SergeySave/WebsiteGenerator)
6+
[website generator](http://www.github.com/SergeySave/WebsiteGenerator)
77
to create the output website.
88

99

src/main/kotlin/com/sergeysav/pages/AboutMe.kt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ object AboutMe : BaseResource("/") {
126126
}
127127
p {
128128
+"""
129-
I am a Computer Science Masters Student at Georgia Tech. I love Computer Science and I love working
130-
on my own personal programming projects. You can view many of them on the projects page. I am very
131-
driven and determined to finish projects that I have started. Whenever I run into a tough challenge,
132-
I never give up, but I persevere through it and I solve the problem in one way or another.
129+
Currently, I am an avionics software engineer at Blue Origin. I graduated from Georgia Tech with a
130+
Masters' Degree in Computer Science. You can view some of my many side projects on the projects page.
131+
While I have many more projects that I have not written about, the ones included there were some of
132+
the most interesting ones which I have worked on it is far from a comprehensive list. My github page
133+
is a much more comprehensive list of the different things I have worked on.
133134
""".trimIndent()
134135
}
135136

0 commit comments

Comments
 (0)