diff --git a/src/_data/contact.json b/src/_data/contact.json new file mode 100644 index 0000000..df221e2 --- /dev/null +++ b/src/_data/contact.json @@ -0,0 +1,28 @@ +{ + "items": [ + { + "label": "Email", + "icon": "/assets/about/email.png", + "link": "mailto:balajsra@umich.edu", + "displayText": "balajsra@umich.edu" + }, + { + "label": "LinkedIn", + "icon": "/assets/about/linkedin.png", + "link": "https://www.linkedin.com/in/sravan-balaji", + "displayText": "sravan-balaji" + }, + { + "label": "GitHub", + "icon": "/assets/about/github.png", + "link": "https://github.com/balajsra", + "displayText": "balajsra" + }, + { + "label": "YouTube", + "icon": "/assets/about/youtube.png", + "link": "https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA", + "displayText": "Sravan Balaji" + } + ] +} diff --git a/src/_includes/layouts/about.html b/src/_includes/layouts/about.html new file mode 100644 index 0000000..b4ecf8e --- /dev/null +++ b/src/_includes/layouts/about.html @@ -0,0 +1,43 @@ + + +{% extends "layouts/base.html" %} +{% block content %} +
+
+
+

Bio

+
+
+
+
+ +
+
+ {{ content | safe }} +
+
+
+ +
+
+ {% for item in contact.items %} +
+ + {{ item.label }} + +


{{ item.label }}: {{ item.displayText }}

+
+ {% endfor %} +
+
+{% endblock %} diff --git a/src/_includes/partials/navigation.html b/src/_includes/partials/navigation.html index e2a5865..08e64b1 100644 --- a/src/_includes/partials/navigation.html +++ b/src/_includes/partials/navigation.html @@ -33,7 +33,7 @@ diff --git a/src/about.md b/src/about.md index b6e8d01..65dad58 100644 --- a/src/about.md +++ b/src/about.md @@ -1,67 +1,11 @@ --- title: About -layout: "layouts/home.html" +layout: "layouts/about.html" +profilePicture: "/assets/about/profile_picture.jpg" --- -# Bio - -![Profile Picture](/assets/about/profile_picture.jpg) - Sravan Balaji completed his undergraduate and graduate degrees at the [University of Michigan, Ann Arbor](https://umich.edu). He earned dual B.S.E.'s in [Mechanical Engineering](https://me.engin.umich.edu) and [Computer Science](https://cse.engin.umich.edu) in December 2020 and an M.S. in [Robotics](https://robotics.umich.edu) in December 2021. Sravan worked as a Graduate Navigation Intern at [MITRE](https://www.mitre.org) during summer 2021. You can learn more about this and his other work experiences in the [professional experience](/portfolio#professional_experience) section of the [portfolio](/portfolio) page. He later returned to [MITRE](https://www.mitre.org) full-time to work as an Autonomous Systems Engineer in McLean, VA. He currently works at [Metron](https://metsci.com) as a Software Engineer in Reston, VA. Sravan's professional and academic interests are in controls, motion planning, robotic perception & manipulation, autonomous & connected vehicles, software development, and GNU/Linux among other things. His personal interests include video games, podcasts, music, cooking, football, soccer, formula 1, and productivity software. - -# Contact Me - -Feel free to reach out to me via email if you have any questions about my website, college education, professional experience, or anything else. If you have suggestions for the website or would like to see the source files, check out my [GitHub repository](https://github.com/balajsra/sravanbalaji.com). If you would like to connect with me on LinkedIn, use the link below. I will do my best to respond to any communication in a timely manner. Finally, check out my YouTube channel if you are interested in some of the projects I have worked on. - -
-
- - Email - -


Email: balajsra@umich.edu

-
-
- - LinkedIn - -


LinkedIn: sravan-balaji

-
-
- - GitHub - -


GitHub: balajsra

-
-
- - YouTube - -


YouTube: Sravan Balaji

-
-