Split Up About Section & Add Portfolio pages from old website
- Remove old website files - Update menu navigation options - Remove social links from bio page - Use link shortcode to open links in new tab - Add completed contact info, education, and resume pages - Add WIP pages for projects, research, work experience - Split about section into about & portfolio
This commit is contained in:
200
hugo/public/author/index.html
Normal file
200
hugo/public/author/index.html
Normal file
@@ -0,0 +1,200 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Authors</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
|
||||
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.74.3" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11++hB0dBEsdNwGRKNOj2fwa+xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
|
||||
|
||||
<!-- Custom stylesheet - for your changes -->
|
||||
<link rel="stylesheet" href="/css/custom.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
|
||||
|
||||
<section class="sticky-top navigation">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<a class="navbar-brand p-0" href="/">
|
||||
|
||||
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
|
||||
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Start Blog Section -->
|
||||
<section id="blog" class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<!-- section title -->
|
||||
<div class="title text-center wow fadeInDown">
|
||||
<h2> Latest <span class="color">
|
||||
Post </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /section title -->
|
||||
|
||||
|
||||
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
|
||||
<div class="post-block">
|
||||
<div class="media-wrapper">
|
||||
<img class="img-fluid lozad" data-src="https://sravanbalaji.com" onerror="this.onerror=null;this.src='https:\/\/sravanbalaji.com\/images\/author\/sravan-balaji.jpg'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="https://sravanbalaji.com/author/sravan-balaji/">Sravan Balaji</a></h3>
|
||||
<p>Sravan Balaji is a Senior at the University of Michigan pursuing dual B.S.E.’s in Mechanical Engineering and Computer Science with an expected graduation of December 2020.</p>
|
||||
<a class="btn btn-transparent" href="https://sravanbalaji.com/author/sravan-balaji/">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- /blog -->
|
||||
|
||||
|
||||
</div><!-- end Contact Area -->
|
||||
<footer id="footer" class="section-bg">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
<!-- Footer Social Links -->
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- copyright -->
|
||||
<div class="copyright text-center">
|
||||
<a href="https://sravanbalaji.com/">
|
||||
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
|
||||
</a>
|
||||
<br>
|
||||
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /footer -->
|
||||
|
||||
<!-- Google Map API -->
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC+V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO+IEOLucJTpDO"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
24
hugo/public/author/index.xml
Normal file
24
hugo/public/author/index.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Authors on Sravan Balaji</title>
|
||||
<link>https://sravanbalaji.com/author/</link>
|
||||
<description>Recent content in Authors on Sravan Balaji</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>copyright &copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
|
||||
|
||||
<atom:link href="https://sravanbalaji.com/author/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>Sravan Balaji</title>
|
||||
<link>https://sravanbalaji.com/author/sravan-balaji/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://sravanbalaji.com/author/sravan-balaji/</guid>
|
||||
<description>Sravan Balaji is a Senior at the University of Michigan pursuing dual B.S.E.&rsquo;s in Mechanical Engineering and Computer Science with an expected graduation of December 2020.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
1
hugo/public/author/page/1/index.html
Normal file
1
hugo/public/author/page/1/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://sravanbalaji.com/author/</title><link rel="canonical" href="https://sravanbalaji.com/author/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://sravanbalaji.com/author/" /></head></html>
|
207
hugo/public/author/sravan-balaji/index.html
Normal file
207
hugo/public/author/sravan-balaji/index.html
Normal file
@@ -0,0 +1,207 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sravan Balaji</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
|
||||
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.74.3" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento+Sans:400,700&display=swap">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11++hB0dBEsdNwGRKNOj2fwa+xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
|
||||
|
||||
<!-- Custom stylesheet - for your changes -->
|
||||
<link rel="stylesheet" href="/css/custom.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
|
||||
<div id="content">
|
||||
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
|
||||
|
||||
<section class="sticky-top navigation">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<a class="navbar-brand p-0" href="/">
|
||||
|
||||
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
|
||||
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section section-bg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<div class="title text-center">
|
||||
<h2> About <span class="color">
|
||||
author </span></h2>
|
||||
<div class="border-meghna"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 mx-auto">
|
||||
<div class="content text-center">
|
||||
<figure>
|
||||
|
||||
<img class="rounded-circle img-fluid lozad" data-src="/images/author/sravan-balaji.jpg">
|
||||
|
||||
<figcaption>
|
||||
<h5 class="font-weight-bold">
|
||||
Sravan Balaji
|
||||
</h5>
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<div class="content text-center">
|
||||
<hr>
|
||||
<p>Sravan Balaji is a Senior at the
|
||||
<a href="https://umich.edu" target="_blank">University of Michigan</a> pursuing dual B.S.E.’s in
|
||||
<a href="https://me.engin.umich.edu/" target="_blank">Mechanical Engineering</a> and
|
||||
<a href="https://cse.engin.umich.edu/" target="_blank">Computer Science</a> with an expected graduation of December 2020. Upon completion of his Bachelor’s degrees, he plans on continuing his education with a Master’s in Robotics.</p>
|
||||
<p>Sravan most recently completed an ADAS Controls Internship at
|
||||
<a href="https://rivian.com" target="_blank">Rivian</a> for the Summer of 2020. He will be returning to the
|
||||
<a href="https://umich.edu" target="_blank">University of Michigan</a> for his final undergraduate semester in the Fall of 2020.</p>
|
||||
<p>Sravan’s professional and academic interests are in robotics, mechatronics, autonomous systems, controls, programming, and GNU/Linux among other things. His personal interests include video games, podcasts, music, cooking, football, soccer, and personal / project management software.</p>
|
||||
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div><!-- end Contact Area -->
|
||||
<footer id="footer" class="section-bg">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
<!-- Footer Social Links -->
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- copyright -->
|
||||
<div class="copyright text-center">
|
||||
<a href="https://sravanbalaji.com/">
|
||||
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
|
||||
</a>
|
||||
<br>
|
||||
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /footer -->
|
||||
|
||||
<!-- Google Map API -->
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
|
||||
|
||||
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC+V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO+IEOLucJTpDO"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user