From 83c3ea03caaaa64e9ea619b92c9552631082aeb8 Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Wed, 22 Nov 2023 12:59:36 -0500 Subject: [PATCH 01/12] changes --- _site/404.html | 87 -------- _site/README.md | 5 - _site/about/index.html | 88 -------- _site/assets/main.css | 196 ------------------ _site/assets/minima-social-icons.svg | 33 --- _site/feed.xml | 19 -- _site/index.html | 77 ------- .../update/2023/11/15/welcome-to-jekyll.html | 100 --------- _site/testpage/test.html | 12 -- 9 files changed, 617 deletions(-) delete mode 100644 _site/404.html delete mode 100644 _site/README.md delete mode 100644 _site/about/index.html delete mode 100644 _site/assets/main.css delete mode 100644 _site/assets/minima-social-icons.svg delete mode 100644 _site/feed.xml delete mode 100644 _site/index.html delete mode 100644 _site/jekyll/update/2023/11/15/welcome-to-jekyll.html delete mode 100644 _site/testpage/test.html diff --git a/_site/404.html b/_site/404.html deleted file mode 100644 index 4692c32..0000000 --- a/_site/404.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - -Indira Tatikola | Hi! I’m Indira and I’m studying computer science at the Georgia Institue 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! Especially if you share my academic interests - I always am looking to work on cool projects and meet cool people. - - - - - - - - - - - - - - - -
-
- - -
-

404

- -

Page not found :(

-

The requested page could not be found.

-
- -
-
- - - diff --git a/_site/README.md b/_site/README.md deleted file mode 100644 index d03cda2..0000000 --- a/_site/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Creating a Personal Website - The Start of My Development Journey - -## November 15, 2023 -Follow along as I attempt to create a professional website that will be updated with my research, projects, and opinions. -This is my first independent foray into web/front-end development. diff --git a/_site/about/index.html b/_site/about/index.html deleted file mode 100644 index 74a0052..0000000 --- a/_site/about/index.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - -About | Indira Tatikola - - - - - - - - - - - - - - - -
-
-
- -
-

About

-
- -
-

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

- -

You can find the source code for Minima at GitHub: -jekyll / -minima

- -

You can find the source code for Jekyll at GitHub: -jekyll / -jekyll

- - -
- -
- -
-
- - - diff --git a/_site/assets/main.css b/_site/assets/main.css deleted file mode 100644 index 83b9124..0000000 --- a/_site/assets/main.css +++ /dev/null @@ -1,196 +0,0 @@ -/** Reset some basic elements */ -body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } - -/** Basic styling */ -body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -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; min-height: 100vh; flex-direction: column; } - -/** Set `margin-bottom` to maintain vertical rhythm */ -h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; } - -/** `main` element */ -main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ } - -/** Images */ -img { max-width: 100%; vertical-align: middle; } - -/** Figures */ -figure > img { display: block; } - -figcaption { font-size: 14px; } - -/** Lists */ -ul, ol { margin-left: 30px; } - -li > ul, li > ol { margin-bottom: 0; } - -/** Headings */ -h1, h2, h3, h4, h5, h6 { font-weight: 400; } - -/** Links */ -a { color: #2a7ae2; text-decoration: none; } -a:visited { color: #1756a9; } -a:hover { color: #111; text-decoration: underline; } -.social-media-list a:hover { text-decoration: none; } -.social-media-list a:hover .username { text-decoration: underline; } - -/** Blockquotes */ -blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } -blockquote > :last-child { margin-bottom: 0; } - -/** Code formatting */ -pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } - -code { padding: 1px 5px; } - -pre { padding: 8px 12px; overflow-x: auto; } -pre > code { border: 0; padding-right: 0; padding-left: 0; } - -/** Wrapper */ -.wrapper { 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; } -@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } - -/** Clearfix */ -.wrapper: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; } - -.social-media-list li + li { padding-top: 5px; } - -/** Tables */ -table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; } -table tr:nth-child(even) { background-color: #f7f7f7; } -table th, table td { padding: 10px 15px; } -table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; } -table td { border: 1px solid #e8e8e8; } - -/** Site header */ -.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; } - -.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; } -.site-title, .site-title:visited { color: #424242; } - -.site-nav { float: right; line-height: 54px; } -.site-nav .nav-trigger { display: none; } -.site-nav .menu-icon { display: none; } -.site-nav .page-link { color: #111; line-height: 1.5; } -.site-nav .page-link:not(:last-child) { margin-right: 20px; } -@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } - .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } - .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } - .site-nav .menu-icon > svg { fill: #424242; } - .site-nav input ~ .trigger { clear: both; display: none; } - .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } - .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } - .site-nav .page-link:not(:last-child) { margin-right: 0; } } - -/** Site footer */ -.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } - -.footer-heading { font-size: 18px; margin-bottom: 15px; } - -.contact-list, .social-media-list { list-style: none; margin-left: 0; } - -.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; } - -.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; } - -.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); } - -.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); } - -.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); } - -@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } - .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } -@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } -/** Page content */ -.page-content { padding: 30px 0; flex: 1; } - -.page-heading { font-size: 32px; } - -.post-list-heading { font-size: 28px; } - -.post-list { margin-left: 0; list-style: none; } -.post-list > li { margin-bottom: 30px; } - -.post-meta { font-size: 14px; color: #828282; } - -.post-link { display: block; font-size: 24px; } - -/** Posts */ -.post-header { margin-bottom: 30px; } - -.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; } -@media screen and (max-width: 800px) { .post-title { font-size: 36px; } } - -.post-content { margin-bottom: 30px; } -.post-content h2 { font-size: 32px; } -@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } } -.post-content h3 { font-size: 26px; } -@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } } -.post-content h4 { font-size: 20px; } -@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } } - -/** Syntax highlighting styles */ -.highlight { background: #fff; } -.highlighter-rouge .highlight { background: #eef; } -.highlight .c { color: #998; font-style: italic; } -.highlight .err { color: #a61717; background-color: #e3d2d2; } -.highlight .k { font-weight: bold; } -.highlight .o { font-weight: bold; } -.highlight .cm { color: #998; font-style: italic; } -.highlight .cp { color: #999; font-weight: bold; } -.highlight .c1 { color: #998; font-style: italic; } -.highlight .cs { color: #999; font-weight: bold; font-style: italic; } -.highlight .gd { color: #000; background-color: #fdd; } -.highlight .gd .x { color: #000; background-color: #faa; } -.highlight .ge { font-style: italic; } -.highlight .gr { color: #a00; } -.highlight .gh { color: #999; } -.highlight .gi { color: #000; background-color: #dfd; } -.highlight .gi .x { color: #000; background-color: #afa; } -.highlight .go { color: #888; } -.highlight .gp { color: #555; } -.highlight .gs { font-weight: bold; } -.highlight .gu { color: #aaa; } -.highlight .gt { color: #a00; } -.highlight .kc { font-weight: bold; } -.highlight .kd { font-weight: bold; } -.highlight .kp { font-weight: bold; } -.highlight .kr { font-weight: bold; } -.highlight .kt { color: #458; font-weight: bold; } -.highlight .m { color: #099; } -.highlight .s { color: #d14; } -.highlight .na { color: #008080; } -.highlight .nb { color: #0086B3; } -.highlight .nc { color: #458; font-weight: bold; } -.highlight .no { color: #008080; } -.highlight .ni { color: #800080; } -.highlight .ne { color: #900; font-weight: bold; } -.highlight .nf { color: #900; font-weight: bold; } -.highlight .nn { color: #555; } -.highlight .nt { color: #000080; } -.highlight .nv { color: #008080; } -.highlight .ow { font-weight: bold; } -.highlight .w { color: #bbb; } -.highlight .mf { color: #099; } -.highlight .mh { color: #099; } -.highlight .mi { color: #099; } -.highlight .mo { color: #099; } -.highlight .sb { color: #d14; } -.highlight .sc { color: #d14; } -.highlight .sd { color: #d14; } -.highlight .s2 { color: #d14; } -.highlight .se { color: #d14; } -.highlight .sh { color: #d14; } -.highlight .si { color: #d14; } -.highlight .sx { color: #d14; } -.highlight .sr { color: #009926; } -.highlight .s1 { color: #d14; } -.highlight .ss { color: #990073; } -.highlight .bp { color: #999; } -.highlight .vc { color: #008080; } -.highlight .vg { color: #008080; } -.highlight .vi { color: #008080; } -.highlight .il { color: #099; } diff --git a/_site/assets/minima-social-icons.svg b/_site/assets/minima-social-icons.svg deleted file mode 100644 index fa7399f..0000000 --- a/_site/assets/minima-social-icons.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/feed.xml b/_site/feed.xml deleted file mode 100644 index f118d56..0000000 --- a/_site/feed.xml +++ /dev/null @@ -1,19 +0,0 @@ -Jekyll2023-11-22T07:39:37-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institue 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! Especially if you share my academic interests - I always am looking to work on cool projects and meet cool people. Welcome to Jekyll!2023-11-15T11:50:23-05:002023-11-15T11:50:23-05:00http://localhost:4000/jekyll/update/2023/11/15/welcome-to-jekyll<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> - -<p>Jekyll requires blog post files to be named according to the following format:</p> - -<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p> - -<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p> - -<p>Jekyll also offers powerful support for code snippets:</p> - -<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> - <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span> -<span class="k">end</span> -<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span> -<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure> - -<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p> - -<hr />You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. \ No newline at end of file diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index 1033576..0000000 --- a/_site/index.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - -Indira Tatikola | Hi! I’m Indira and I’m studying computer science at the Georgia Institue 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! Especially if you share my academic interests - I always am looking to work on cool projects and meet cool people. - - - - - - - - - - - - - - - -
-
-
-

Posts

- - -

subscribe via RSS

- -
-
- - - diff --git a/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html b/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html deleted file mode 100644 index be716c0..0000000 --- a/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - -Welcome to Jekyll! | Indira Tatikola - - - - - - - - - - - - - - - - -
-
-
- -
-

Welcome to Jekyll!

- -
- -
-

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

- -

Jekyll requires blog post files to be named according to the following format:

- -

YEAR-MONTH-DAY-title.MARKUP

- -

Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.

- -

Jekyll also offers powerful support for code snippets:

- -
def print_hi(name)
-  puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
- -

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

- -
- -
-
- -
-
- - - diff --git a/_site/testpage/test.html b/_site/testpage/test.html deleted file mode 100644 index 72806bd..0000000 --- a/_site/testpage/test.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Your HTML Page - - -

Hello, World!

- - - From 82f6d8e71c9e804b86db668ce205a20aa176c462 Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Wed, 22 Nov 2023 13:53:37 -0500 Subject: [PATCH 02/12] testing jekyll docs --- .DS_Store | Bin 6148 -> 8196 bytes _site/404.html | 87 ++++++++ _site/README.md | 5 + _site/about/index.html | 88 ++++++++ _site/assets/main.css | 196 ++++++++++++++++++ _site/assets/minima-social-icons.svg | 33 +++ _site/feed.xml | 19 ++ _site/index.html | 10 + .../update/2023/11/15/welcome-to-jekyll.html | 100 +++++++++ index.html | 10 + testpage/.DS_Store | Bin 6148 -> 0 bytes testpage/test.html | 12 -- 12 files changed, 548 insertions(+), 12 deletions(-) create mode 100644 _site/404.html create mode 100644 _site/README.md create mode 100644 _site/about/index.html create mode 100644 _site/assets/main.css create mode 100644 _site/assets/minima-social-icons.svg create mode 100644 _site/feed.xml create mode 100644 _site/index.html create mode 100644 _site/jekyll/update/2023/11/15/welcome-to-jekyll.html create mode 100644 index.html delete mode 100644 testpage/.DS_Store delete mode 100644 testpage/test.html diff --git a/.DS_Store b/.DS_Store index a2581a79c5f78d5704cc0a3a82889ceca227aedd..528bf3b00d694cf920b13321a1f5f0771211e4fa 100644 GIT binary patch delta 386 zcmZoMXmOBWU|?W$DortDU;r^WfEYvza8E20o2aMAD7-OXH}hr%jz7$c**Q2SHn1=X zPv&9C%w%PVXGmd4WGG=s^vuamPRhwo0%-$cZy=uW9}Ivj1_pMp$|9iJG@$BYG}Vqk z>-msWa{^UoGUPENGvqLo0&Pg0+`uAYgrbB4s3ZqyTqQ$3Pzi>SjItmjH)pXpFtRaz z0y<#!!nWHt+~CgMG~) j!40HcK_R(WkmEb^WPTCP$^JYX9E^}aX4o9hGlv-f<}F=p delta 176 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$jHAjU^g=(|70G4%*oM$yqj$V zH5l0#9Dz#aP0kWhoLnrpXR@2{<;lJxdDjfLNtC-cjAf}Fs>1aS_?g$$eHdFC(!09M&1 AmH+?% diff --git a/_site/404.html b/_site/404.html new file mode 100644 index 0000000..9e2b9df --- /dev/null +++ b/_site/404.html @@ -0,0 +1,87 @@ + + + + + +Indira Tatikola | Hi! I’m Indira and I’m studying computer science at the Georgia Institue 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! + + + + + + + + + + + + + + + +
+
+ + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
+ +
+
+ + +
+ + + + + +
+ +
+ + + diff --git a/_site/README.md b/_site/README.md new file mode 100644 index 0000000..d03cda2 --- /dev/null +++ b/_site/README.md @@ -0,0 +1,5 @@ +# Creating a Personal Website - The Start of My Development Journey + +## November 15, 2023 +Follow along as I attempt to create a professional website that will be updated with my research, projects, and opinions. +This is my first independent foray into web/front-end development. diff --git a/_site/about/index.html b/_site/about/index.html new file mode 100644 index 0000000..307ffa3 --- /dev/null +++ b/_site/about/index.html @@ -0,0 +1,88 @@ + + + + + +About | Indira Tatikola + + + + + + + + + + + + + + + +
+
+
+ +
+

About

+
+ +
+

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

+ +

You can find the source code for Minima at GitHub: +jekyll / +minima

+ +

You can find the source code for Jekyll at GitHub: +jekyll / +jekyll

+ + +
+ +
+ +
+
+ + +
+ + + + + +
+ +
+ + + diff --git a/_site/assets/main.css b/_site/assets/main.css new file mode 100644 index 0000000..83b9124 --- /dev/null +++ b/_site/assets/main.css @@ -0,0 +1,196 @@ +/** Reset some basic elements */ +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } + +/** Basic styling */ +body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -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; min-height: 100vh; flex-direction: column; } + +/** Set `margin-bottom` to maintain vertical rhythm */ +h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; } + +/** `main` element */ +main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ } + +/** Images */ +img { max-width: 100%; vertical-align: middle; } + +/** Figures */ +figure > img { display: block; } + +figcaption { font-size: 14px; } + +/** Lists */ +ul, ol { margin-left: 30px; } + +li > ul, li > ol { margin-bottom: 0; } + +/** Headings */ +h1, h2, h3, h4, h5, h6 { font-weight: 400; } + +/** Links */ +a { color: #2a7ae2; text-decoration: none; } +a:visited { color: #1756a9; } +a:hover { color: #111; text-decoration: underline; } +.social-media-list a:hover { text-decoration: none; } +.social-media-list a:hover .username { text-decoration: underline; } + +/** Blockquotes */ +blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } +blockquote > :last-child { margin-bottom: 0; } + +/** Code formatting */ +pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } + +code { padding: 1px 5px; } + +pre { padding: 8px 12px; overflow-x: auto; } +pre > code { border: 0; padding-right: 0; padding-left: 0; } + +/** Wrapper */ +.wrapper { 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; } +@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } + +/** Clearfix */ +.wrapper: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; } + +.social-media-list li + li { padding-top: 5px; } + +/** Tables */ +table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; } +table tr:nth-child(even) { background-color: #f7f7f7; } +table th, table td { padding: 10px 15px; } +table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; } +table td { border: 1px solid #e8e8e8; } + +/** Site header */ +.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; } + +.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; } +.site-title, .site-title:visited { color: #424242; } + +.site-nav { float: right; line-height: 54px; } +.site-nav .nav-trigger { display: none; } +.site-nav .menu-icon { display: none; } +.site-nav .page-link { color: #111; line-height: 1.5; } +.site-nav .page-link:not(:last-child) { margin-right: 20px; } +@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } + .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } + .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } + .site-nav .menu-icon > svg { fill: #424242; } + .site-nav input ~ .trigger { clear: both; display: none; } + .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } + .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } + .site-nav .page-link:not(:last-child) { margin-right: 0; } } + +/** Site footer */ +.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } + +.footer-heading { font-size: 18px; margin-bottom: 15px; } + +.contact-list, .social-media-list { list-style: none; margin-left: 0; } + +.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; } + +.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; } + +.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); } + +.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); } + +.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); } + +@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } + .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } +@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } +/** Page content */ +.page-content { padding: 30px 0; flex: 1; } + +.page-heading { font-size: 32px; } + +.post-list-heading { font-size: 28px; } + +.post-list { margin-left: 0; list-style: none; } +.post-list > li { margin-bottom: 30px; } + +.post-meta { font-size: 14px; color: #828282; } + +.post-link { display: block; font-size: 24px; } + +/** Posts */ +.post-header { margin-bottom: 30px; } + +.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; } +@media screen and (max-width: 800px) { .post-title { font-size: 36px; } } + +.post-content { margin-bottom: 30px; } +.post-content h2 { font-size: 32px; } +@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } } +.post-content h3 { font-size: 26px; } +@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } } +.post-content h4 { font-size: 20px; } +@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } } + +/** Syntax highlighting styles */ +.highlight { background: #fff; } +.highlighter-rouge .highlight { background: #eef; } +.highlight .c { color: #998; font-style: italic; } +.highlight .err { color: #a61717; background-color: #e3d2d2; } +.highlight .k { font-weight: bold; } +.highlight .o { font-weight: bold; } +.highlight .cm { color: #998; font-style: italic; } +.highlight .cp { color: #999; font-weight: bold; } +.highlight .c1 { color: #998; font-style: italic; } +.highlight .cs { color: #999; font-weight: bold; font-style: italic; } +.highlight .gd { color: #000; background-color: #fdd; } +.highlight .gd .x { color: #000; background-color: #faa; } +.highlight .ge { font-style: italic; } +.highlight .gr { color: #a00; } +.highlight .gh { color: #999; } +.highlight .gi { color: #000; background-color: #dfd; } +.highlight .gi .x { color: #000; background-color: #afa; } +.highlight .go { color: #888; } +.highlight .gp { color: #555; } +.highlight .gs { font-weight: bold; } +.highlight .gu { color: #aaa; } +.highlight .gt { color: #a00; } +.highlight .kc { font-weight: bold; } +.highlight .kd { font-weight: bold; } +.highlight .kp { font-weight: bold; } +.highlight .kr { font-weight: bold; } +.highlight .kt { color: #458; font-weight: bold; } +.highlight .m { color: #099; } +.highlight .s { color: #d14; } +.highlight .na { color: #008080; } +.highlight .nb { color: #0086B3; } +.highlight .nc { color: #458; font-weight: bold; } +.highlight .no { color: #008080; } +.highlight .ni { color: #800080; } +.highlight .ne { color: #900; font-weight: bold; } +.highlight .nf { color: #900; font-weight: bold; } +.highlight .nn { color: #555; } +.highlight .nt { color: #000080; } +.highlight .nv { color: #008080; } +.highlight .ow { font-weight: bold; } +.highlight .w { color: #bbb; } +.highlight .mf { color: #099; } +.highlight .mh { color: #099; } +.highlight .mi { color: #099; } +.highlight .mo { color: #099; } +.highlight .sb { color: #d14; } +.highlight .sc { color: #d14; } +.highlight .sd { color: #d14; } +.highlight .s2 { color: #d14; } +.highlight .se { color: #d14; } +.highlight .sh { color: #d14; } +.highlight .si { color: #d14; } +.highlight .sx { color: #d14; } +.highlight .sr { color: #009926; } +.highlight .s1 { color: #d14; } +.highlight .ss { color: #990073; } +.highlight .bp { color: #999; } +.highlight .vc { color: #008080; } +.highlight .vg { color: #008080; } +.highlight .vi { color: #008080; } +.highlight .il { color: #099; } diff --git a/_site/assets/minima-social-icons.svg b/_site/assets/minima-social-icons.svg new file mode 100644 index 0000000..fa7399f --- /dev/null +++ b/_site/assets/minima-social-icons.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_site/feed.xml b/_site/feed.xml new file mode 100644 index 0000000..78137fe --- /dev/null +++ b/_site/feed.xml @@ -0,0 +1,19 @@ +Jekyll2023-11-22T13:51:54-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institue 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! Welcome to Jekyll!2023-11-15T11:50:23-05:002023-11-15T11:50:23-05:00http://localhost:4000/jekyll/update/2023/11/15/welcome-to-jekyll<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> + +<p>Jekyll requires blog post files to be named according to the following format:</p> + +<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p> + +<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p> + +<p>Jekyll also offers powerful support for code snippets:</p> + +<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> + <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span> +<span class="k">end</span> +<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span> +<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure> + +<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p> + +<hr />You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. \ No newline at end of file diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..95de9c1 --- /dev/null +++ b/_site/index.html @@ -0,0 +1,10 @@ + + + + + Home + + +

Hello World!

+ + \ No newline at end of file diff --git a/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html b/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html new file mode 100644 index 0000000..48d54ec --- /dev/null +++ b/_site/jekyll/update/2023/11/15/welcome-to-jekyll.html @@ -0,0 +1,100 @@ + + + + + +Welcome to Jekyll! | Indira Tatikola + + + + + + + + + + + + + + + + +
+
+
+ +
+

Welcome to Jekyll!

+ +
+ +
+

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

+ +

Jekyll requires blog post files to be named according to the following format:

+ +

YEAR-MONTH-DAY-title.MARKUP

+ +

Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.

+ +

Jekyll also offers powerful support for code snippets:

+ +
def print_hi(name)
+  puts "Hi, #{name}"
+end
+print_hi('Tom')
+#=> prints 'Hi, Tom' to STDOUT.
+ +

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

+ +
+ +
+
+ +
+
+ + +
+ + + + + +
+ +
+ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..95de9c1 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + + Home + + +

Hello World!

+ + \ No newline at end of file diff --git a/testpage/.DS_Store b/testpage/.DS_Store deleted file mode 100644 index fbf09ae4d585824f48e468f5c4d8b240b2d047c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyKVw85Zr|;Kr~lU`U{Zq2Nohl>ihsYh?L?GMUwuid{_P~%szyGBT||)(X6yP z_Ik&br?@?fh^{~O4=SAKS zFZjn@*B?8qw%<2)eHPZ_O}GESOQoRhd^Xt8dP9VHJ=z7bmU9c)x;q%=%Riy_Q{hqUnuIQBVW8+ zv<5O#0V;5r m;O!Xb?HChl$4f7Yx?*Fj*Tf;v>Bu`B$e#hzg+>MbT7eVYFeLZ@ diff --git a/testpage/test.html b/testpage/test.html deleted file mode 100644 index 72806bd..0000000 --- a/testpage/test.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Your HTML Page - - -

Hello, World!

- - - From c7532f12cc81513505260e14041e5f1866b0d7bd Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Wed, 22 Nov 2023 14:19:39 -0500 Subject: [PATCH 03/12] tutorial --- .DS_Store | Bin 8196 -> 8196 bytes _layouts/default.html | 12 +++ _site/404.html | 77 +++-------------- _site/about.html | 13 +++ _site/about/index.html | 77 +++-------------- _site/feed.xml | 2 +- _site/index.html | 4 +- .../update/2023/11/15/welcome-to-jekyll.html | 78 +++--------------- about.md | 7 ++ index.html | 15 ++-- index.markdown | 6 -- 11 files changed, 70 insertions(+), 221 deletions(-) create mode 100644 _layouts/default.html create mode 100644 _site/about.html create mode 100644 about.md delete mode 100644 index.markdown diff --git a/.DS_Store b/.DS_Store index 528bf3b00d694cf920b13321a1f5f0771211e4fa..713751993e9c95c700b5f4e60baec5d27242658f 100644 GIT binary patch delta 162 zcmZp1XmOa}&nUVvU^hRb=wu#&jjX{842)cp4+$6o$u9!dlm80{PRJah7slXCKtfGPzT7??ns=S^NAymWG>h|$Kfc&5$l65m-SUlp!^2*fY}09n8; AH~;_u delta 182 zcmZp1XmOa}&nUbxU^hRb@MIo=jjWCg42*n}4+$7fRu+_Ft9SjGZZsqGL$f+CY2W#B<18M0Y$e@_7N;p6R)n;HPBHowlJ&JQK+^sGSN{m zv9PSI<>U}m*0&Cd&(6us%kP{lBO=e(HQ7d_VDcT2S=@X;!}1tX7*ZK3CRd9nurZ|r d&C{ElEowXYh>X?7N+IUW>=NHuHdeAR0|4TZG&=wQ diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..588697b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,12 @@ +--- +--- + + + + + {{ page.title }} + + + {{ content }} + + \ No newline at end of file diff --git a/_site/404.html b/_site/404.html index 9e2b9df..24ece4c 100644 --- a/_site/404.html +++ b/_site/404.html @@ -1,42 +1,11 @@ - - - - - -Indira Tatikola | Hi! I’m Indira and I’m studying computer science at the Georgia Institue 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! - - - - - - - - - - - - - - - -
-
-