Skip to content

Commit

Permalink
finished projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatikola, Indira committed Dec 24, 2023
1 parent 1117dce commit 0140bd1
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{%- include social.html -%}
</div>
<div class="text-col">
<p>{{ site.time | date_to_long_string}}</p>
<p>{{ site.time | date_to_string: "ordinal", "US" }}</p>
<p>Hi! Thanks so much for stopping by.</p>
<p>I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

<main class="page-content" aria-label="Content">
<div class="post-bubble">
<h1>{{ page.title }}</h1>
<p style="color:grey;">{{ page.date | date_to_string: "ordinal", "US" }}</p>
{{ content }}
</div>
</main>
Expand Down
8 changes: 4 additions & 4 deletions _sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions _site/2023/12/15/Project-1-Personal-Site.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
</header>
<main class="page-content" aria-label="Content">
<div class="post-bubble">
<h1>Project #1: Personal Website</h1>
<p style="color:grey;">Dec 15th, 2023</p>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _site/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
4 changes: 2 additions & 2 deletions _site/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-12-23T17:15:34-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Indira Tatikola</title><subtitle>Hi! 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! </subtitle><entry><title type="html">Project #1: Personal Website</title><link href="http://localhost:4000/2023/12/15/Project-1-Personal-Site.html" rel="alternate" type="text/html" title="Project #1: Personal Website" /><published>2023-12-15T00:00:00-05:00</published><updated>2023-12-15T00:00:00-05:00</updated><id>http://localhost:4000/2023/12/15/Project-#1-Personal-Site</id><content type="html" xml:base="http://localhost:4000/2023/12/15/Project-1-Personal-Site.html">&lt;p&gt;    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. &lt;!--more--&gt; 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.”&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-12-23T22:23:17-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Indira Tatikola</title><subtitle>Hi! 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! </subtitle><entry><title type="html">Project #1: Personal Website</title><link href="http://localhost:4000/2023/12/15/Project-1-Personal-Site.html" rel="alternate" type="text/html" title="Project #1: Personal Website" /><published>2023-12-15T00:00:00-05:00</published><updated>2023-12-15T00:00:00-05:00</updated><id>http://localhost:4000/2023/12/15/Project-#1-Personal-Site</id><content type="html" xml:base="http://localhost:4000/2023/12/15/Project-1-Personal-Site.html">&lt;p&gt;    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. &lt;!--more--&gt; 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.”&lt;/p&gt;

&lt;p&gt;    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.&lt;/p&gt;

Expand Down
4 changes: 2 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
<img style="margin-top: 30px;" src="assets/img/headshot.jpeg" alt="A picture of me!"><ul class="social-media-list"><li><a href="mailto:[email protected]"><svg class="svg-icon" viewBox="0 0 8 8"><use xlink:href="/assets/minima-social-icons.svg#mail"></use></svg> <span class="username">[email protected]</span></a></li><li><a href="https://github.com/itatikola"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">itatikola</span></a></li><li><a href="https://www.linkedin.com/in/indiratatikola"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#linkedin"></use></svg> <span class="username">indiratatikola</span></a></li></ul>
</div>
<div class="text-col">
<p>23 December 2023</p>
<p>Dec 23rd, 2023</p>
<p>Hi! Thanks so much for stopping by.</p>
<p>I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
</p>
<p>Building human-centered applications excites me.</p>
<p>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.
</p>
<p>Outside of CS, I love fashion, writing, and baking!</p>
<p>Feel free to reach out on my socials.</p>
Expand Down
12 changes: 7 additions & 5 deletions _site/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@
<p>Currently, I'm working on a project to develop some experience in database design.</p>
<div>

<div class="post-thumbnail">
<h1><a href="/2023/12/15/Project-1-Personal-Site.html">Project #1: Personal Website</a></h1>
<p>Dec 15th, 2023</p>
<p><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.</p>
<a href="/2023/12/15/Project-1-Personal-Site.html" style="color: grey; text-decoration: none;">
<div class="post-thumbnail">
<h2 style="color:black;">Project #1: Personal Website</h2>
<p>Dec 15th, 2023</p>
<p><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.</p>

</p>
</div>
</div>
</a>

</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
{%- include social.html -%}
</div>
<div class="text-col">
<p>{{ site.time | date_to_long_string}}</p>
<p>{{ site.time | date_to_string: "ordinal", "US"}}</p>
<p>Hi! Thanks so much for stopping by.</p>
<p>I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
</p>
<p>Building human-centered applications excites me.</p>
<p>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.
</p>
<p>Outside of CS, I love fashion, writing, and baking!</p>
<p>Feel free to reach out on my socials.</p>
Expand Down
12 changes: 7 additions & 5 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<p>Currently, I'm working on a project to develop some experience in database design.</p>
<div>
{% for post in site.posts %}
<div class="post-thumbnail">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p>{{ post.date | date_to_string: "ordinal", "US" }}</p>
<p>{{ post.excerpt }}</p>
</div>
<a href="{{ post.url }}" style="color: grey; text-decoration: none;">
<div class="post-thumbnail">
<h2 style="color:black;">{{ post.title }}</h2>
<p>{{ post.date | date_to_string: "ordinal", "US" }}</p>
<p>{{ post.excerpt }}</p>
</div>
</a>
{% endfor %}
</div>

0 comments on commit 0140bd1

Please sign in to comment.