Skip to content

Commit

Permalink
adding basic text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatikola, Indira committed Dec 2, 2023
1 parent 0caa387 commit 0f186c1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
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-02T14:43:20-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">Bananas</title><link href="http://localhost:4000/2018/08/20/bananas.html" rel="alternate" type="text/html" title="Bananas" /><published>2018-08-20T00:00:00-04:00</published><updated>2018-08-20T00:00:00-04:00</updated><id>http://localhost:4000/2018/08/20/bananas</id><content type="html" xml:base="http://localhost:4000/2018/08/20/bananas.html">&lt;p&gt;A banana is an edible fruit – botanically a berry – produced by several
<?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-02T15:19:12-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">Bananas</title><link href="http://localhost:4000/2018/08/20/bananas.html" rel="alternate" type="text/html" title="Bananas" /><published>2018-08-20T00:00:00-04:00</published><updated>2018-08-20T00:00:00-04:00</updated><id>http://localhost:4000/2018/08/20/bananas</id><content type="html" xml:base="http://localhost:4000/2018/08/20/bananas.html">&lt;p&gt;A banana is an edible fruit – botanically a berry – produced by several
kinds of large herbaceous flowering plants in the genus Musa.&lt;/p&gt;

&lt;p&gt;In some countries, bananas used for cooking may be called “plantains”,
Expand Down
13 changes: 11 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,17 @@
</div>
</header><main class="page-content" aria-label="Content">
<div class="wrapper">
<h1> Hi! Thanks for visiting my page, come back in approximately 3 weeks for a new and improved site. In the meanwhile, visit my socials below! </h1>

<img src="assets/img/headshot.jpeg" alt="A picture of me!" width="300" style="float:left;margin:20px 20px 20px 0px;border-radius:30px">
<p>02 December 2023</p>
<p>Hi! Thanks so much for stopping by. Here's a little about me.</p>
<p>I'm a CS major at the Georgia Institute of Technology. I'm concentrating in
Intelligence and Systems & Architecture.
</p>
<p>Building human-centered applications excites me.</p>
<p>This is my first serious attempt at a personal website. This year, I'm challenging myself to create one,
full-fledged personal project a month. I'll also be using this site as a blog for my projects.
</p>
<p>Click on the blog, too, if you're interested in my tech opinion writing.</p>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
Expand Down
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
layout: default
title: Home
---
<h1> {{ "Hi! Thanks for visiting my page, come back in approximately 3 weeks for a new and improved site. In the meanwhile, visit my socials below!"}} </h1>
<img
<img src="assets/img/headshot.jpeg" alt="A picture of me!" width="300" style="float:left;margin:20px 20px 20px 0px;border-radius:30px">
<p>{{ site.time | date_to_long_string}}</p>
<p>Hi! Thanks so much for stopping by. Here's a little about me.</p>
<p>I'm a CS major at the Georgia Institute of Technology. I'm concentrating in
Intelligence and Systems & Architecture.
</p>
<p>Building human-centered applications excites me.</p>
<p>This is my first serious attempt at a personal website. This year, I'm challenging myself to create one,
full-fledged personal project a month. I'll also be using this site as a blog for my projects.
</p>
<p>Click on the blog, too, if you're interested in my tech opinion writing.</p>

0 comments on commit 0f186c1

Please sign in to comment.