File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/main/kotlin/com/sergeysav/pages Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33
44This is the source for my static website hosted on github
55pages. It uses my
6- [ website generator] ( www.github.com/SergeySave/WebsiteGenerator )
6+ [ website generator] ( http:// www.github.com/SergeySave/WebsiteGenerator)
77to create the output website.
88
99
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments