From 0140bd1ffac9416d5190c306c4971eb7652f9adf Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Sat, 23 Dec 2023 22:23:22 -0500 Subject: [PATCH] finished projects page --- _layouts/index.html | 2 +- _layouts/post.html | 2 ++ _sass/minima/_base.scss | 8 ++++---- _site/2023/12/15/Project-1-Personal-Site.html | 2 ++ _site/assets/css/styles.css | 4 ++-- _site/assets/main.css | 4 ++-- _site/feed.xml | 2 +- _site/index.html | 4 ++-- _site/projects.html | 12 +++++++----- index.html | 4 ++-- projects.html | 12 +++++++----- 11 files changed, 32 insertions(+), 24 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index 749a0f6..bfab10e 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -7,7 +7,7 @@ {%- include social.html -%}
-

{{ site.time | date_to_long_string}}

+

{{ site.time | date_to_string: "ordinal", "US" }}

Hi! Thanks so much for stopping by.

I'm a CS major at the Georgia Institute of Technology concentrating in Intelligence and Systems & Architecture. diff --git a/_layouts/post.html b/_layouts/post.html index 906a743..6b46869 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,6 +9,8 @@

+

{{ page.title }}

+

{{ page.date | date_to_string: "ordinal", "US" }}

{{ content }}
diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index 0c02eb2..099c370 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -107,12 +107,12 @@ h1, h2, h3, h4, h5, h6 { * Links */ a { - color: $brand-color; + color: $text-color; text-decoration: none; - &:visited { - color: darken($brand-color, 15%); - } + /*&:visited { + color: #434242; + }*/ &:hover { color: $text-color; diff --git a/_site/2023/12/15/Project-1-Personal-Site.html b/_site/2023/12/15/Project-1-Personal-Site.html index 2b5c322..1725deb 100644 --- a/_site/2023/12/15/Project-1-Personal-Site.html +++ b/_site/2023/12/15/Project-1-Personal-Site.html @@ -45,6 +45,8 @@
+

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. 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 e1f8232..f034936 100644 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -33,8 +33,8 @@ li > ul, li > ol { margin-top: 10px; margin-bottom: 10px; } h1, h2, h3, h4, h5, h6 { font-weight: 300; margin-top: 10px; } /** Links */ -a { color: #5491e1; text-decoration: none; } -a:visited { color: #2369c6; } +a { color: #000000; text-decoration: none; /*&:visited { color: #434242; +}*/ } a:hover { color: #000000; text-decoration: underline; } .social-media-list a:hover { text-decoration: none; } .social-media-list a:hover .username { text-decoration: underline; } diff --git a/_site/assets/main.css b/_site/assets/main.css index 47231c3..04f051d 100644 --- a/_site/assets/main.css +++ b/_site/assets/main.css @@ -27,8 +27,8 @@ li > ul, li > ol { margin-top: 10px; margin-bottom: 10px; } h1, h2, h3, h4, h5, h6 { font-weight: 300; margin-top: 10px; } /** Links */ -a { color: #5491e1; text-decoration: none; } -a:visited { color: #2369c6; } +a { color: #000000; text-decoration: none; /*&:visited { color: #434242; +}*/ } a:hover { color: #000000; text-decoration: underline; } .social-media-list a:hover { text-decoration: none; } .social-media-list a:hover .username { text-decoration: underline; } diff --git a/_site/feed.xml b/_site/feed.xml index bef6778..aa41bff 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -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> +Jekyll2023-12-23T22:23:17-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> diff --git a/_site/index.html b/_site/index.html index 764a3c8..f81fe14 100644 --- a/_site/index.html +++ b/_site/index.html @@ -48,14 +48,14 @@ A picture of me!
-

23 December 2023

+

Dec 23rd, 2023

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). + full-fledged personal project per month. Follow along on the "Projects" tab.

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

Feel free to reach out on my socials.

diff --git a/_site/projects.html b/_site/projects.html index e87b7f1..b8dca9d 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -48,13 +48,15 @@

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

-
-

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: 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.

-
+
+
diff --git a/index.html b/index.html index 749a0f6..30a4772 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,14 @@ {%- include social.html -%}
-

{{ site.time | date_to_long_string}}

+

{{ site.time | date_to_string: "ordinal", "US"}}

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). + full-fledged personal project per month. Follow along on the "Projects" tab.

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

Feel free to reach out on my socials.

diff --git a/projects.html b/projects.html index 50c23f0..23ecd70 100644 --- a/projects.html +++ b/projects.html @@ -6,10 +6,12 @@

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

{% for post in site.posts %} -
-

{{ post.title }}

-

{{ post.date | date_to_string: "ordinal", "US" }}

-

{{ post.excerpt }}

-
+ +
+

{{ post.title }}

+

{{ post.date | date_to_string: "ordinal", "US" }}

+

{{ post.excerpt }}

+
+
{% endfor %}
\ No newline at end of file