Initial modifications to HUGO template
This commit is contained in:
32
hugo.yaml
32
hugo.yaml
@@ -149,11 +149,9 @@ params:
|
|||||||
title: "About Me"
|
title: "About Me"
|
||||||
image: "/images/headshot.jpg"
|
image: "/images/headshot.jpg"
|
||||||
content: |-
|
content: |-
|
||||||
I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA.
|
I am a software developer with an interest in Linux, 3D printing, programming, self hosting, gaming, Hi-Fi audio, and sports to name a few. My academic background is in Mechanical Engineering, Computer Science, and Robotics which led me to pursue a career in autonomous systems of all kinds - air, ground, underwater, etc. I am currently working as a Software Engineer at [Metron](https://www.metsci.com) in Reston, VA.
|
||||||
|
|
||||||
I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
||||||
skills:
|
skills:
|
||||||
enable: true
|
enable: false
|
||||||
title: "Here are a few technologies I've been working with recently:"
|
title: "Here are a few technologies I've been working with recently:"
|
||||||
items:
|
items:
|
||||||
- "HTML"
|
- "HTML"
|
||||||
@@ -166,24 +164,24 @@ params:
|
|||||||
# Experience
|
# Experience
|
||||||
experience:
|
experience:
|
||||||
enable: true
|
enable: true
|
||||||
# title: "Custom Name"
|
title: "Professional Experience"
|
||||||
items:
|
items:
|
||||||
- job: "Senior Software Developer"
|
- job: "Software Engineer I"
|
||||||
company: "Facebook"
|
company: "Metron"
|
||||||
companyUrl: "https://example.com"
|
companyUrl: "https://metsci.com"
|
||||||
date: "Jan 2022 - present"
|
date: "Aprl 2023 - present"
|
||||||
featuredLink:
|
featuredLink:
|
||||||
enable: true
|
enable: false
|
||||||
name: "View the project"
|
name: "View the project"
|
||||||
url: "https://example.com"
|
url: "https://example.com"
|
||||||
content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
|
content: ""
|
||||||
|
|
||||||
- job: "Software Developer"
|
- job: "Autonomous Systems Engineer - Intermediate"
|
||||||
company: "Amazon"
|
company: "MITRE"
|
||||||
companyUrl: "https://example.com"
|
companyUrl: "https://mitre.org"
|
||||||
date: "Sep 2020 - Dec 2021"
|
date: "September 2022 - March 2023"
|
||||||
featuredLink:
|
featuredLink:
|
||||||
enable: true
|
enable: false
|
||||||
url: "https://example.com"
|
url: "https://example.com"
|
||||||
info:
|
info:
|
||||||
enable: true
|
enable: true
|
||||||
@@ -349,7 +347,7 @@ params:
|
|||||||
# title: "Custom Name"
|
# title: "Custom Name"
|
||||||
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
|
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
|
||||||
btnName: Mail me
|
btnName: Mail me
|
||||||
btnLink: mailto:gurusabarisha@gmail.com
|
btnLink: mailto:balajsra@umich.edu
|
||||||
# formspree:
|
# formspree:
|
||||||
# enable: true # `contact.email` value will be ignored
|
# enable: true # `contact.email` value will be ignored
|
||||||
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
|
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
|
||||||
|
3
justfile
3
justfile
@@ -1,7 +1,8 @@
|
|||||||
set shell := ["bash", "-c"]
|
set shell := ["bash", "-c"]
|
||||||
|
|
||||||
|
# List just commands by default
|
||||||
default:
|
default:
|
||||||
@just -l
|
@just --list
|
||||||
|
|
||||||
# Build website in public folder
|
# Build website in public folder
|
||||||
hugo-build:
|
hugo-build:
|
||||||
|
@@ -207,7 +207,7 @@ Sravan Balaji | Page not found
|
|||||||
<li class="nav-item navbar-text">
|
<li class="nav-item navbar-text">
|
||||||
<a class="nav-link" href="/#experience"
|
<a class="nav-link" href="/#experience"
|
||||||
aria-label="experience">
|
aria-label="experience">
|
||||||
Experience
|
Professional Experience
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@@ -208,7 +208,7 @@ Categories | Sravan Balaji
|
|||||||
<li class="nav-item navbar-text">
|
<li class="nav-item navbar-text">
|
||||||
<a class="nav-link" href="/#experience"
|
<a class="nav-link" href="/#experience"
|
||||||
aria-label="experience">
|
aria-label="experience">
|
||||||
Experience
|
Professional Experience
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@@ -213,7 +213,7 @@ Sravan Balaji
|
|||||||
<li class="nav-item navbar-text">
|
<li class="nav-item navbar-text">
|
||||||
<a class="nav-link" href="/#experience"
|
<a class="nav-link" href="/#experience"
|
||||||
aria-label="experience">
|
aria-label="experience">
|
||||||
Experience
|
Professional Experience
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -640,28 +640,9 @@ Sravan Balaji
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12 col-lg-8 content">
|
<div class="col-sm-12 col-md-12 col-lg-8 content">
|
||||||
<p>I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at <a href="https://example.com">example org.</a> in San Francisco, CA.</p>
|
I am a software developer with an interest in Linux, 3D printing, programming, self hosting, gaming, Hi-Fi audio, and sports to name a few. My academic background is in Mechanical Engineering, Computer Science, and Robotics which led me to pursue a career in autonomous systems of all kinds - air, ground, underwater, etc. I am currently working as a Software Engineer at <a href="https://www.metsci.com">Metron</a> in Reston, VA.
|
||||||
<p>I am currently working on a project that will be used to help people find the best way to get around the city.</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Here are a few technologies I've been working with recently:
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li>HTML</li>
|
|
||||||
|
|
||||||
<li>CSS</li>
|
|
||||||
|
|
||||||
<li>JavaScript</li>
|
|
||||||
|
|
||||||
<li>React</li>
|
|
||||||
|
|
||||||
<li>Node</li>
|
|
||||||
|
|
||||||
<li>Express</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -669,7 +650,7 @@ Sravan Balaji
|
|||||||
|
|
||||||
<section id="experience" class="py-5">
|
<section id="experience" class="py-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="text-center">Experience</h3>
|
<h3 class="text-center">Professional Experience</h3>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
|
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
|
||||||
<div class="experience-container px-3 pt-2">
|
<div class="experience-container px-3 pt-2">
|
||||||
@@ -682,11 +663,11 @@ Sravan Balaji
|
|||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='Facebook-Jan-2022---present-tab'
|
id='Metron-Aprl-2023---present-tab'
|
||||||
data-bs-target='#pills-Facebook-Jan-2022---present'
|
data-bs-target='#pills-Metron-Aprl-2023---present'
|
||||||
aria-controls='Facebook-Jan-2022---present'
|
aria-controls='Metron-Aprl-2023---present'
|
||||||
>
|
>
|
||||||
Facebook
|
Metron
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -698,11 +679,11 @@ Sravan Balaji
|
|||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='Amazon-Sep-2020---Dec-2021-tab'
|
id='MITRE-September-2022---March-2023-tab'
|
||||||
data-bs-target='#pills-Amazon-Sep-2020---Dec-2021'
|
data-bs-target='#pills-MITRE-September-2022---March-2023'
|
||||||
aria-controls='Amazon-Sep-2020---Dec-2021'
|
aria-controls='MITRE-September-2022---March-2023'
|
||||||
>
|
>
|
||||||
Amazon
|
MITRE
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -762,22 +743,22 @@ Sravan Balaji
|
|||||||
<div
|
<div
|
||||||
class="tab-pane fade show active bg-transparent"
|
class="tab-pane fade show active bg-transparent"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
id='pills-Facebook-Jan-2022---present'
|
id='pills-Metron-Aprl-2023---present'
|
||||||
aria-labelledby='pills-Facebook-Jan-2022---present-tab'
|
aria-labelledby='pills-Metron-Aprl-2023---present-tab'
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="h4">Senior Software Developer</span>
|
<span class="h4">Software Engineer I</span>
|
||||||
<small>-</small>
|
<small>-</small>
|
||||||
<a href="https://example.com" target="_blank">Facebook</a>
|
<a href="https://metsci.com" target="_blank">Metron</a>
|
||||||
<div class="pb-1">
|
<div class="pb-1">
|
||||||
<small>Jan 2022 - present</small>
|
<small>Aprl 2023 - present</small>
|
||||||
|
|
||||||
<span class="p-2">
|
<span class="p-2">
|
||||||
<span
|
<span
|
||||||
style="cursor: pointer;"
|
style="cursor: pointer;"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="top"
|
data-bs-placement="top"
|
||||||
data-bs-original-title=Working as a Senior Software Developer at Facebook
|
data-bs-original-title=Working as a Software Engineer I at Metron
|
||||||
>
|
>
|
||||||
<i class="fas fa-info-circle fa-xs"></i>
|
<i class="fas fa-info-circle fa-xs"></i>
|
||||||
</span>
|
</span>
|
||||||
@@ -786,15 +767,9 @@ Sravan Balaji
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="py-2 featuredLink">
|
|
||||||
<a class="p-2 px-4 btn btn-outline-primary btn-sm" href=https://example.com target="_blank">
|
|
||||||
View the project
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
I am currently working as a software developer at <a href="https://example.com">example org.</a> in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -802,16 +777,16 @@ Sravan Balaji
|
|||||||
<div
|
<div
|
||||||
class="tab-pane fade bg-transparent"
|
class="tab-pane fade bg-transparent"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
id='pills-Amazon-Sep-2020---Dec-2021'
|
id='pills-MITRE-September-2022---March-2023'
|
||||||
aria-labelledby='pills-Amazon-Sep-2020---Dec-2021-tab'
|
aria-labelledby='pills-MITRE-September-2022---March-2023-tab'
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="h4">Software Developer</span>
|
<span class="h4">Autonomous Systems Engineer - Intermediate</span>
|
||||||
<small>-</small>
|
<small>-</small>
|
||||||
<a href="https://example.com" target="_blank">Amazon</a>
|
<a href="https://mitre.org" target="_blank">MITRE</a>
|
||||||
|
|
||||||
<div class="pb-1">
|
<div class="pb-1">
|
||||||
<small>Sep 2020 - Dec 2021</small>
|
<small>September 2022 - March 2023</small>
|
||||||
|
|
||||||
<span class="p-2">
|
<span class="p-2">
|
||||||
<span
|
<span
|
||||||
@@ -827,12 +802,6 @@ Sravan Balaji
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="py-2 featuredLink">
|
|
||||||
<a class="p-2 px-4 btn btn-outline-primary btn-sm" href=https://example.com target="_blank">
|
|
||||||
Featured Link
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pt-2">
|
<div class="pt-2">
|
||||||
@@ -1376,7 +1345,7 @@ Sravan Balaji
|
|||||||
<div class="text-center pt-3">
|
<div class="text-center pt-3">
|
||||||
<a
|
<a
|
||||||
href='
|
href='
|
||||||
mailto:gurusabarisha@gmail.com
|
mailto:balajsra@umich.edu
|
||||||
'
|
'
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn"
|
class="btn"
|
||||||
|
@@ -208,7 +208,7 @@ Tags | Sravan Balaji
|
|||||||
<li class="nav-item navbar-text">
|
<li class="nav-item navbar-text">
|
||||||
<a class="nav-link" href="/#experience"
|
<a class="nav-link" href="/#experience"
|
||||||
aria-label="experience">
|
aria-label="experience">
|
||||||
Experience
|
Professional Experience
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user