From 499d6eae288a3a0e40d9a5ffdd17c975f497e630 Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Sat, 23 Dec 2023 15:51:55 -0500 Subject: [PATCH] first post --- .DS_Store | Bin 10244 -> 10244 bytes _layouts/default.html | 2 - _layouts/index.html | 21 ++++++++ _layouts/post.html | 24 ++++++--- _layouts/projects.html | 12 +++++ _posts/2023-10-21-Project-#1-Personal-Site.md | 16 ++++-- _sass/minima/_base.scss | 21 +++++++- _site/2023/10/21/Project-1-Personal-Site.html | 47 +++++------------- _site/404.html | 21 -------- _site/assets/css/styles.css | 7 ++- _site/assets/main.css | 7 ++- _site/blog.html | 21 -------- _site/feed.xml | 14 ++++-- _site/index.html | 21 -------- _site/projects.html | 23 +-------- 15 files changed, 115 insertions(+), 142 deletions(-) create mode 100644 _layouts/index.html create mode 100644 _layouts/projects.html diff --git a/.DS_Store b/.DS_Store index c553186d5cc32f5da00c78b37a0edc2681c0a9c4..0037860373fd2a20396aafddd6200c0b40b20c2e 100644 GIT binary patch delta 92 zcmZn(XbIR*Ar#Vj`8 U6%k{eyiU|@v!%o?ejq~-0I4?=$p8QV diff --git a/_layouts/default.html b/_layouts/default.html index 5fd7643..7649168 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,8 +14,6 @@ - - diff --git a/_layouts/index.html b/_layouts/index.html new file mode 100644 index 0000000..749a0f6 --- /dev/null +++ b/_layouts/index.html @@ -0,0 +1,21 @@ +--- +layout: default +title: Home +--- +
+ A picture of me! + {%- include social.html -%} +
+
+

{{ site.time | date_to_long_string}}

+

Hi! Thanks so much for stopping by.

+

I'm a CS major at the Georgia Institute of Technology concentrating in + Intelligence and Systems & Architecture. +

+

Building human-centered applications excites me.

+

Over the next year, I'm challenging myself to create one, + full-fledged personal project per month. Follow along on the "Projects" tab (coming soon). +

+

Outside of CS, I love fashion, writing, and baking!

+

Feel free to reach out on my socials.

+
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 3419bc2..906a743 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,19 @@ ---- -layout: default ---- -

{{ page.title }}

-

{{ page.date | date_to_string }} - {{ page.author }}

+ + -{{ content }} \ No newline at end of file + {%- include head.html -%} + + + + {%- include header.html -%} + +
+
+ {{ content }} +
+
+ + + + + diff --git a/_layouts/projects.html b/_layouts/projects.html new file mode 100644 index 0000000..4c21ae3 --- /dev/null +++ b/_layouts/projects.html @@ -0,0 +1,12 @@ +--- +layout: default +title: Projects +--- +

Below are a list of my projects!

+ \ No newline at end of file diff --git a/_posts/2023-10-21-Project-#1-Personal-Site.md b/_posts/2023-10-21-Project-#1-Personal-Site.md index b425e0f..a591228 100644 --- a/_posts/2023-10-21-Project-#1-Personal-Site.md +++ b/_posts/2023-10-21-Project-#1-Personal-Site.md @@ -1,5 +1,13 @@ +--- +layout: post +title: "Project #1: Personal Website" +--- +# 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.” - 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 iPhone theme a bit with rounded edges and a simple color scheme. - 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. - Pretty simple start, can’t wait to keep experimenting! +    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. + +    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. + +    Pretty simple start, can’t wait to keep experimenting :) \ No newline at end of file diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index 0a690bb..cf82a50 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -4,8 +4,8 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { - margin: 0; - padding: 0; + margin: 10px; + padding: 5px; } @@ -197,6 +197,23 @@ pre { } } +.post-bubble { + max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); + max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); + margin: auto; + padding-top: 10px; + background-color: #f4f1f1; + border-radius: 30px; + @extend %clearfix; + + @include media-query($on-laptop) { + max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); + max-width: calc(#{$content-width} - (#{$spacing-unit})); + padding-right: $spacing-unit / 2; + padding-left: $spacing-unit / 2; + } +} + /** diff --git a/_site/2023/10/21/Project-1-Personal-Site.html b/_site/2023/10/21/Project-1-Personal-Site.html index 3eafb03..7a318b8 100644 --- a/_site/2023/10/21/Project-1-Personal-Site.html +++ b/_site/2023/10/21/Project-1-Personal-Site.html @@ -3,21 +3,21 @@ -Project #1 Personal Site | Indira Tatikola +Project #1: Personal Website | Indira Tatikola - + - - + + - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-10-21T00:00:00-04:00","datePublished":"2023-10-21T00:00:00-04:00","description":"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.”     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.     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.     Pretty simple start, can’t wait to keep experimenting :)","headline":"Project #1: Personal Website","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/2023/10/21/Project-1-Personal-Site.html"},"url":"http://localhost:4000/2023/10/21/Project-1-Personal-Site.html"} @@ -44,41 +44,20 @@
-
-

Project #1 Personal Site

-

21 Oct 2023 -

+
+

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 iPhone theme a bit with rounded edges and a simple color scheme. 
-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. 
-Pretty simple start, can’t wait to keep experimenting!
-
+

    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/404.html b/_site/404.html index f3b887d..77eddc7 100644 --- a/_site/404.html +++ b/_site/404.html @@ -69,27 +69,6 @@

404

- - diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index f80376b..87bffdf 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: 0; padding: 0; } +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 5px; } /** 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; } @@ -55,8 +55,11 @@ pre > code { border: 0; padding-right: 0; padding-left: 0; } .bubble { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; background-color: #f4f1f1; border-radius: 30px; } @media screen and (max-width: 1000px) { .bubble { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } +.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; } } + /** Clearfix */ -.bubble:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } +.bubble:after, .post-bubble:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } /** Icons */ .svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; } diff --git a/_site/assets/main.css b/_site/assets/main.css index 9faf5e6..36255c7 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: 0; padding: 0; } +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 10px; padding: 5px; } /** 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; } @@ -49,8 +49,11 @@ pre > code { border: 0; padding-right: 0; padding-left: 0; } .bubble { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; background-color: #f4f1f1; border-radius: 30px; } @media screen and (max-width: 1000px) { .bubble { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } +.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; } } + /** Clearfix */ -.bubble:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } +.bubble:after, .post-bubble:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } /** Icons */ .svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; } diff --git a/_site/blog.html b/_site/blog.html index 7beecb4..40f81d3 100644 --- a/_site/blog.html +++ b/_site/blog.html @@ -52,27 +52,6 @@ - - diff --git a/_site/feed.xml b/_site/feed.xml index 9f87440..2be7155 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,5 +1,9 @@ -Jekyll2023-12-23T15:15:35-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 Site2023-10-21T00:00:00-04:002023-10-21T00:00:00-04:00http://localhost:4000/2023/10/21/Project-#1-Personal-Site<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>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 iPhone theme a bit with rounded edges and a simple color scheme. -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. -Pretty simple start, can’t wait to keep experimenting! -</code></pre></div></div>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 iPhone theme a bit with rounded edges and a simple color scheme. 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. Pretty simple start, can’t wait to keep experimenting! \ No newline at end of file +Jekyll2023-12-23T15:51:51-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 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 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.     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.     Pretty simple start, can’t wait to keep experimenting :) \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 649f8b8..764a3c8 100644 --- a/_site/index.html +++ b/_site/index.html @@ -64,27 +64,6 @@ - - diff --git a/_site/projects.html b/_site/projects.html index 45aed7e..178add4 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -47,7 +47,7 @@ @@ -59,27 +59,6 @@ - -