Initial modifications to HUGO template
This commit is contained in:
32
hugo.yaml
32
hugo.yaml
@@ -149,11 +149,9 @@ params:
|
||||
title: "About Me"
|
||||
image: "/images/headshot.jpg"
|
||||
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 currently working on a project that will be used to help people find the best way to get around the city.
|
||||
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.
|
||||
skills:
|
||||
enable: true
|
||||
enable: false
|
||||
title: "Here are a few technologies I've been working with recently:"
|
||||
items:
|
||||
- "HTML"
|
||||
@@ -166,24 +164,24 @@ params:
|
||||
# Experience
|
||||
experience:
|
||||
enable: true
|
||||
# title: "Custom Name"
|
||||
title: "Professional Experience"
|
||||
items:
|
||||
- job: "Senior Software Developer"
|
||||
company: "Facebook"
|
||||
companyUrl: "https://example.com"
|
||||
date: "Jan 2022 - present"
|
||||
- job: "Software Engineer I"
|
||||
company: "Metron"
|
||||
companyUrl: "https://metsci.com"
|
||||
date: "Aprl 2023 - present"
|
||||
featuredLink:
|
||||
enable: true
|
||||
enable: false
|
||||
name: "View the project"
|
||||
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"
|
||||
company: "Amazon"
|
||||
companyUrl: "https://example.com"
|
||||
date: "Sep 2020 - Dec 2021"
|
||||
- job: "Autonomous Systems Engineer - Intermediate"
|
||||
company: "MITRE"
|
||||
companyUrl: "https://mitre.org"
|
||||
date: "September 2022 - March 2023"
|
||||
featuredLink:
|
||||
enable: true
|
||||
enable: false
|
||||
url: "https://example.com"
|
||||
info:
|
||||
enable: true
|
||||
@@ -349,7 +347,7 @@ params:
|
||||
# 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!
|
||||
btnName: Mail me
|
||||
btnLink: mailto:gurusabarisha@gmail.com
|
||||
btnLink: mailto:balajsra@umich.edu
|
||||
# formspree:
|
||||
# enable: true # `contact.email` value will be ignored
|
||||
# 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"]
|
||||
|
||||
# List just commands by default
|
||||
default:
|
||||
@just -l
|
||||
@just --list
|
||||
|
||||
# Build website in public folder
|
||||
hugo-build:
|
||||
|
@@ -207,7 +207,7 @@ Sravan Balaji | Page not found
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="/#experience"
|
||||
aria-label="experience">
|
||||
Experience
|
||||
Professional Experience
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@@ -208,7 +208,7 @@ Categories | Sravan Balaji
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="/#experience"
|
||||
aria-label="experience">
|
||||
Experience
|
||||
Professional Experience
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@@ -213,7 +213,7 @@ Sravan Balaji
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="/#experience"
|
||||
aria-label="experience">
|
||||
Experience
|
||||
Professional Experience
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -640,28 +640,9 @@ Sravan Balaji
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
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.
|
||||
|
||||
|
||||
|
||||
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>
|
||||
@@ -669,7 +650,7 @@ Sravan Balaji
|
||||
|
||||
<section id="experience" class="py-5">
|
||||
<div class="container">
|
||||
<h3 class="text-center">Experience</h3>
|
||||
<h3 class="text-center">Professional Experience</h3>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
|
||||
<div class="experience-container px-3 pt-2">
|
||||
@@ -682,11 +663,11 @@ Sravan Balaji
|
||||
aria-selected="true"
|
||||
role="tab"
|
||||
data-bs-toggle="pill"
|
||||
id='Facebook-Jan-2022---present-tab'
|
||||
data-bs-target='#pills-Facebook-Jan-2022---present'
|
||||
aria-controls='Facebook-Jan-2022---present'
|
||||
id='Metron-Aprl-2023---present-tab'
|
||||
data-bs-target='#pills-Metron-Aprl-2023---present'
|
||||
aria-controls='Metron-Aprl-2023---present'
|
||||
>
|
||||
Facebook
|
||||
Metron
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -698,11 +679,11 @@ Sravan Balaji
|
||||
aria-selected="true"
|
||||
role="tab"
|
||||
data-bs-toggle="pill"
|
||||
id='Amazon-Sep-2020---Dec-2021-tab'
|
||||
data-bs-target='#pills-Amazon-Sep-2020---Dec-2021'
|
||||
aria-controls='Amazon-Sep-2020---Dec-2021'
|
||||
id='MITRE-September-2022---March-2023-tab'
|
||||
data-bs-target='#pills-MITRE-September-2022---March-2023'
|
||||
aria-controls='MITRE-September-2022---March-2023'
|
||||
>
|
||||
Amazon
|
||||
MITRE
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -762,22 +743,22 @@ Sravan Balaji
|
||||
<div
|
||||
class="tab-pane fade show active bg-transparent"
|
||||
role="tabpanel"
|
||||
id='pills-Facebook-Jan-2022---present'
|
||||
aria-labelledby='pills-Facebook-Jan-2022---present-tab'
|
||||
id='pills-Metron-Aprl-2023---present'
|
||||
aria-labelledby='pills-Metron-Aprl-2023---present-tab'
|
||||
>
|
||||
<div>
|
||||
<span class="h4">Senior Software Developer</span>
|
||||
<span class="h4">Software Engineer I</span>
|
||||
<small>-</small>
|
||||
<a href="https://example.com" target="_blank">Facebook</a>
|
||||
<a href="https://metsci.com" target="_blank">Metron</a>
|
||||
<div class="pb-1">
|
||||
<small>Jan 2022 - present</small>
|
||||
<small>Aprl 2023 - present</small>
|
||||
|
||||
<span class="p-2">
|
||||
<span
|
||||
style="cursor: pointer;"
|
||||
data-bs-toggle="tooltip"
|
||||
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>
|
||||
</span>
|
||||
@@ -786,15 +767,9 @@ Sravan Balaji
|
||||
</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>
|
||||
|
||||
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>
|
||||
|
||||
|
||||
@@ -802,16 +777,16 @@ Sravan Balaji
|
||||
<div
|
||||
class="tab-pane fade bg-transparent"
|
||||
role="tabpanel"
|
||||
id='pills-Amazon-Sep-2020---Dec-2021'
|
||||
aria-labelledby='pills-Amazon-Sep-2020---Dec-2021-tab'
|
||||
id='pills-MITRE-September-2022---March-2023'
|
||||
aria-labelledby='pills-MITRE-September-2022---March-2023-tab'
|
||||
>
|
||||
<div>
|
||||
<span class="h4">Software Developer</span>
|
||||
<span class="h4">Autonomous Systems Engineer - Intermediate</span>
|
||||
<small>-</small>
|
||||
<a href="https://example.com" target="_blank">Amazon</a>
|
||||
<a href="https://mitre.org" target="_blank">MITRE</a>
|
||||
|
||||
<div class="pb-1">
|
||||
<small>Sep 2020 - Dec 2021</small>
|
||||
<small>September 2022 - March 2023</small>
|
||||
|
||||
<span class="p-2">
|
||||
<span
|
||||
@@ -827,12 +802,6 @@ Sravan Balaji
|
||||
</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 class="pt-2">
|
||||
@@ -1376,7 +1345,7 @@ Sravan Balaji
|
||||
<div class="text-center pt-3">
|
||||
<a
|
||||
href='
|
||||
mailto:gurusabarisha@gmail.com
|
||||
mailto:balajsra@umich.edu
|
||||
'
|
||||
target="_blank"
|
||||
class="btn"
|
||||
|
@@ -208,7 +208,7 @@ Tags | Sravan Balaji
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="/#experience"
|
||||
aria-label="experience">
|
||||
Experience
|
||||
Professional Experience
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
Reference in New Issue
Block a user