Files
sravanbalaji.com/hugo/public/portfolio/projects/index.html
Sravan Balaji 8e57121e35 Finish Work Page
- Update copyright message to specify theme
- Add hard & soft skills and project descriptions to work page
- Comment out WIP research and projects pages of portfolio
- Fix capitalization & plural of i18n IDs
- Change "About Us" to "About Me" in navbar
- Update generated html files
2020-09-06 20:50:48 -04:00

219 lines
8.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Projects</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&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;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">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2> Projects <span class="color">
</span></h2>
<div class="border-meghna"></div>
</div>
</div>
</div>
</div>
<div class="container">
<h2 id="install-this-template-by-following-those-simple-steps">Install this template by following those simple steps:</h2>
<h3 id="step-1--hugo-installation">STEP-1 : Hugo installation</h3>
<p>Check this link below for install hugo on your computer.
<a href="https://gohugo.io/getting-started/installing/">hugo install documentation</a></p>
<h3 id="step-2--create-your-project">STEP-2 : Create your project</h3>
<p>Hugo provides a <code>new</code> command to create a new website.</p>
<pre><code>hugo new site &lt;new_project&gt;
</code></pre><h3 id="step-3--install-the-theme">STEP-3 : Install the theme</h3>
<p>Run this command</p>
<pre><code>hugo new site meghna-hugo
</code></pre><p>and then go to the themes folder inside of meghna-hugo folder. You can also use this command <code>cd meghna-hugo/themes</code> for going to this folder.
Then run the command</p>
<pre><code>git clone git@github.com:themefisher/meghna-hugo.git
</code></pre><p>Alternatively, you can <a href="https://github.com/themefisher/meghna-hugo/archive/master.zip">download the theme as .zip</a> file and extract it in the <code>themes</code> directory</p>
<p>After that you need to go to the <code>meghna-hugo/exampleSite</code> folder and copy or cut all the elements, and now go back to the root folder and paste it here.</p>
<p>open the command prompt again and run <code>cd ../</code> command for go back to the root folder.</p>
<h3 id="step-4--host-locally">STEP-4 : Host locally</h3>
<p>Launching the website locally by using the following command:</p>
<pre><code>hugo serve
</code></pre><p>Go to <code>http://localhost:1313</code></p>
<p>Or you can check this video documentation for installing this template:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/3O3qvDoVp5g" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
</p>
<h3 id="step-5--basic-configuration">STEP-5 : Basic configuration</h3>
<p>When building the website, you can set a theme by using <code>--theme</code> option. However, we suggest you modify the configuration file (<code>config.toml</code>) and set the theme as the default.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml"><span style="color:#75715e"># Change the default theme to be use when building the site with Hugo</span>
<span style="color:#a6e22e">theme</span> = <span style="color:#e6db74">&#34;meghna-hugo&#34;</span>
</code></pre></div><h3 id="step-6--create-your-first-content-pages">STEP-6 : Create your first content pages</h3>
<pre><code>hugo new blog/post-name.md
</code></pre><h3 id="step-7--build-the-website">STEP-7 : Build the website</h3>
<p>When your site is ready to deploy, run the following command:</p>
<pre><code>hugo
# You can also create a minified version by using this command:
hugo--minify
</code></pre><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
</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>meghna theme 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&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>