diff --git a/.DS_Store b/.DS_Store index 0037860..ee24198 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/_posts/2023-10-21-Project-#1-Personal-Site.md b/_posts/2023-12-15-Project-#1-Personal-Site.md similarity index 61% rename from _posts/2023-10-21-Project-#1-Personal-Site.md rename to _posts/2023-12-15-Project-#1-Personal-Site.md index e8e97f8..b069144 100644 --- a/_posts/2023-10-21-Project-#1-Personal-Site.md +++ b/_posts/2023-12-15-Project-#1-Personal-Site.md @@ -3,9 +3,7 @@ layout: post title: "Project #1: Personal Website" excerpt_separator: --- -# Project #1: Personal Website - -    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.” +    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”     And here's the final product - welcome to my site! Here’s a little bit about it. I’m hosting the site on Github Pages and used Github’s static site builder, Jekyll, for the general HTML format. I chose Jekyll because it’s meant to be used specifically for blog-style websites. I copied over the default CSS theme, “minima”, into my local folders and made edits from there to personalize the design. I tried to mimic the Apple theme a bit with rounded edges and a simple color scheme. diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index d9f377f..0c02eb2 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -5,7 +5,7 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; - padding: 5px; + padding: 0px; } @@ -219,7 +219,7 @@ pre { max-width: calc(#{$content-width} - (#{$spacing-unit} * 3)); margin: 20px; padding-top: 10px; - background-color: #d8d5d5; + background-color: #d8d5d5cd; border-radius: 30px; @extend %clearfix; diff --git a/_site/2023/10/21/Project-1-Personal-Site.html b/_site/2023/12/15/Project-1-Personal-Site.html similarity index 58% rename from _site/2023/10/21/Project-1-Personal-Site.html rename to _site/2023/12/15/Project-1-Personal-Site.html index e81ef91..2b5c322 100644 --- a/_site/2023/10/21/Project-1-Personal-Site.html +++ b/_site/2023/12/15/Project-1-Personal-Site.html @@ -7,17 +7,17 @@ - - - - + + + + - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-12-15T00:00:00-05:00","datePublished":"2023-12-15T00:00:00-05:00","description":"    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start.","headline":"Project #1: Personal Website","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/2023/12/15/Project-1-Personal-Site.html"},"url":"http://localhost:4000/2023/12/15/Project-1-Personal-Site.html"} @@ -45,9 +45,7 @@
-

Project #1: Personal Website

- -

    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”

+

    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”

    And here’s the final product - welcome to my site! Here’s a little bit about it. I’m hosting the site on Github Pages and used Github’s static site builder, Jekyll, for the general HTML format. I chose Jekyll because it’s meant to be used specifically for blog-style websites. I copied over the default CSS theme, “minima”, into my local folders and made edits from there to personalize the design. I tried to mimic the Apple theme a bit with rounded edges and a simple color scheme.

diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 42d62a6..e1f8232 100644 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -5,7 +5,7 @@ this tag does not contribute to the style... img { width: 300px; float: left; margin-right: 20px; border-radius: 30px; } /** Reset some basic elements */ -body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 5px; } +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 0px; } /** Basic styling */ body { font: 300 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #000000; background-color: #f8d2d2; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; flex-direction: column; padding: 20px; } @@ -58,7 +58,7 @@ pre > code { border: 0; padding-right: 0; padding-left: 0; } .post-bubble { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin: auto; padding-top: 10px; background-color: #f4f1f1; border-radius: 30px; } @media screen and (max-width: 1000px) { .post-bubble { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } -.post-thumbnail { max-width: -webkit-calc(800px - (30px * 3)); max-width: calc(800px - (30px * 3)); margin: 20px; padding-top: 10px; background-color: #d8d5d5; border-radius: 30px; } +.post-thumbnail { max-width: -webkit-calc(800px - (30px * 3)); max-width: calc(800px - (30px * 3)); margin: 20px; padding-top: 10px; background-color: #d8d5d5cd; border-radius: 30px; } @media screen and (max-width: 1000px) { .post-thumbnail { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } /** Clearfix */ diff --git a/_site/assets/main.css b/_site/assets/main.css index b418d4f..47231c3 100644 --- a/_site/assets/main.css +++ b/_site/assets/main.css @@ -1,5 +1,5 @@ /** Reset some basic elements */ -body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 5px; } +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 0px; } /** Basic styling */ body { font: 300 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #000000; background-color: #f8d2d2; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; flex-direction: column; padding: 20px; } @@ -52,7 +52,7 @@ pre > code { border: 0; padding-right: 0; padding-left: 0; } .post-bubble { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin: auto; padding-top: 10px; background-color: #f4f1f1; border-radius: 30px; } @media screen and (max-width: 1000px) { .post-bubble { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } -.post-thumbnail { max-width: -webkit-calc(800px - (30px * 3)); max-width: calc(800px - (30px * 3)); margin: 20px; padding-top: 10px; background-color: #d8d5d5; border-radius: 30px; } +.post-thumbnail { max-width: -webkit-calc(800px - (30px * 3)); max-width: calc(800px - (30px * 3)); margin: 20px; padding-top: 10px; background-color: #d8d5d5cd; border-radius: 30px; } @media screen and (max-width: 1000px) { .post-thumbnail { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } /** Clearfix */ diff --git a/_site/feed.xml b/_site/feed.xml index 3f92de3..bef6778 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,9 +1,7 @@ -Jekyll2023-12-23T16:02:56-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institute of Technology. My areas of interest are computer vision, graphics, and machine learning and their applications in social media. Feel free to reach out through any platform! Project #1: Personal Website2023-10-21T00:00:00-04:002023-10-21T00:00:00-04:00http://localhost:4000/2023/10/21/Project-#1-Personal-Site<h1 id="project-1-personal-website">Project #1: Personal Website</h1> - -<p>    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get <!--more--> discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”</p> +Jekyll2023-12-23T17:15:34-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institute of Technology. My areas of interest are computer vision, graphics, and machine learning and their applications in social media. Feel free to reach out through any platform! Project #1: Personal Website2023-12-15T00:00:00-05:002023-12-15T00:00:00-05:00http://localhost:4000/2023/12/15/Project-#1-Personal-Site<p>    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. <!--more--> I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”</p> <p>    And here’s the final product - welcome to my site! Here’s a little bit about it. I’m hosting the site on Github Pages and used Github’s static site builder, Jekyll, for the general HTML format. I chose Jekyll because it’s meant to be used specifically for blog-style websites. I copied over the default CSS theme, “minima”, into my local folders and made edits from there to personalize the design. I tried to mimic the Apple theme a bit with rounded edges and a simple color scheme.</p> <p>    I’m using Google Analytics to keep track of site data by copying a site tag onto each HTML page. From my analytics dashboard, I can view page-by-page insights on how many people are viewing the site.</p> -<p>    Pretty simple start, can’t wait to keep experimenting :)</p>Project #1: Personal Website     In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get \ No newline at end of file +<p>    Pretty simple start, can’t wait to keep experimenting :)</p>    In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. \ No newline at end of file diff --git a/_site/projects.html b/_site/projects.html index 178add4..e87b7f1 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -44,17 +44,19 @@
-
    +

    Below are some write-ups on my personal projects.

    +

    Currently, I'm working on a project to develop some experience in database design.

    +
    -
  • - Project #1: Personal Website -
  • +
    +

    Project #1: Personal Website

    +

    Dec 15th, 2023

    +

        In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start.

    + +

    +
    -
-

Project 1

-

Project 2

-

Project 3

-

Project 4

+
diff --git a/projects.html b/projects.html index 543b8c3..50c23f0 100644 --- a/projects.html +++ b/projects.html @@ -2,14 +2,14 @@ layout: default title: Projects --- - -

Project 1

-

Project 2

-

Project 3

-

Project 4

\ No newline at end of file + \ No newline at end of file