From f6c8224b04a2a0c318251ec5e64d3b3716784894 Mon Sep 17 00:00:00 2001 From: sai samant Date: Sun, 19 Mar 2017 21:15:49 -0700 Subject: [PATCH 1/7] moved files from old repo --- about.html | 56 +++++++++++++++++ assets/fb.svg | 1 + assets/github.svg | 1 + assets/instagram.svg | 1 + assets/linkedin.svg | 1 + assets/ravelry.svg | 1 + assets/ruby-logo.svg | 66 +++++++++++++++++++ assets/twitter.svg | 1 + blog.html | 57 +++++++++++++++++ index.html | 45 +++++++++++++ portfolio.html | 106 +++++++++++++++++++++++++++++++ styles/styles.css | 146 +++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 482 insertions(+) create mode 100644 about.html create mode 100644 assets/fb.svg create mode 100644 assets/github.svg create mode 100644 assets/instagram.svg create mode 100644 assets/linkedin.svg create mode 100644 assets/ravelry.svg create mode 100644 assets/ruby-logo.svg create mode 100644 assets/twitter.svg create mode 100644 blog.html create mode 100644 index.html create mode 100644 portfolio.html create mode 100644 styles/styles.css diff --git a/about.html b/about.html new file mode 100644 index 000000000..413212498 --- /dev/null +++ b/about.html @@ -0,0 +1,56 @@ + + + + + + Sai Samant + + +
+
+

< about >

+
+ +
+
+
+

I am student at Ada Developers Academy where I am training to become a software engineer. We are learning Ruby, Rails, HTM & CSS, JavaScript, test-driven development, and agile and pair-programming practices. A major part of why Ada appeals to me is its social-justice mission to help women and people of non-binary gender succeed in tech.

+

Coding and parenting take up most of my time these days, but I have been known to enjoy running on trails in Seattle's many beautiful parks, reading, watching sitcoms, following politics, knitting, french fries, and catching up on sleep.

+

I maintain a very spotty social media presence across too many platforms:

+ +
+ +
+ + + + diff --git a/assets/fb.svg b/assets/fb.svg new file mode 100644 index 000000000..71b4ebfe2 --- /dev/null +++ b/assets/fb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/github.svg b/assets/github.svg new file mode 100644 index 000000000..2ebfcb6ce --- /dev/null +++ b/assets/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/instagram.svg b/assets/instagram.svg new file mode 100644 index 000000000..3731d2ec3 --- /dev/null +++ b/assets/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/linkedin.svg b/assets/linkedin.svg new file mode 100644 index 000000000..6f0207bb2 --- /dev/null +++ b/assets/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/ravelry.svg b/assets/ravelry.svg new file mode 100644 index 000000000..90874cb43 --- /dev/null +++ b/assets/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/ruby-logo.svg b/assets/ruby-logo.svg new file mode 100644 index 000000000..0bc0616ba --- /dev/null +++ b/assets/ruby-logo.svg @@ -0,0 +1,66 @@ + +image/svg+xml \ No newline at end of file diff --git a/assets/twitter.svg b/assets/twitter.svg new file mode 100644 index 000000000..fbc4cd577 --- /dev/null +++ b/assets/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 000000000..5bb7db9d8 --- /dev/null +++ b/blog.html @@ -0,0 +1,57 @@ + + + + + + Sai Samant + + +
+
+

< fun stuff >

+
+ +
+
+
+
+

Podcasts

+

I spend more time than I should listening to podcasts. Below are some of my current favorites.

+
    +
  • Another Round with Heben and Tracy

    Heben and Tracy interview so many interesting people and ask such good questions. They get to the point while being funny and sharp. Some highlights for me: #57 (with poet Jenny Zhang), #28 (with Hillary Clinton), and #3 (with Issa Rae, before her show Insecure came on). And a million others I won't list here (Ta-Nehisi Coates! Padma Lakshmi! Melissa Harris-Perry! Janet Mock!)

  • +
  • StartUp (Season One)

    Alex Blumberg hosts this podcast which documents his efforts to start a podcast media company. So much great behind-the-scenes detail; the highlights for me were the interactions between Blumberg and his wife Nazanin Rafsanjani. Later seasons document other startups and companies and I did not find them as compelling but continued to listen (*spoiler alert*) so I could hear for updates on Gimlet (the media company Blumberg founded and now runs) One.

  • +
  • More Perfect
  • +
  • Pop Culture Happy Hour
  • +
  • The New York Times Daily
  • +
+ +
+
+ +
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 000000000..ac4452e6a --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + Sai Samant + + +
+
+

< hello. >

+
+ +
+
+
+

Nice to have you here. My name is Sai Samant. I am currently learning to code at Ada Developers Academy in Seattle, WA. Check out some of my projects. I spend a lot of time listening to podcasts. And here is some other maybe fun stuff about me.

+
+
+ + + + diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 000000000..9baa7c746 --- /dev/null +++ b/portfolio.html @@ -0,0 +1,106 @@ + + + + + + Sai Samant + + +
+
+

< code record >

+
+ +
+
+
+ +

Below is collection of projects I have completed while at Ada. Currently these projects have developed my skills in Ruby and HTML & CSS. Additionally I have also learnt about version control and GitHub, pair programming and agile practices, and computer science fundamentals.

+

All links for Ada projects will take you to my GitHub page: git

+
+ +
+

Word Guess

+

Implemented a word guess game. Practiced writing methods and calling methods from within other methods. First paired project where we applied agile pair programming techniques.

+

Language: Ruby

+

Pair Programming Project

+
+ +
+

Bank Accounts

+

In this project we worked with bank account classes to learn about the inheritance. We also used test-driven-development (TDD) to implement our solutions.

+

Language: Ruby

+

Individual Project

+
+ +
+

Solar System

+

Implemented two classes to create planets and system of planets

+

Language: Ruby

+

Individual Project

+
+ +
+

Random Menu Generator

+

Implemented two classes to create planets and system of planets

+

Language: Ruby

+

Individual Project

+
+ +
+ +
+ +
+

Ride Share

+

In this project we created relationships between data associated with drivers, riders and trips in a hypothetical ride-share program. Skills applied include: using a design diagram to map cross-class and cross-method relationships, working with .csv data, and implementing argument errors and rescue blocks

+

Language: Ruby

+

Individual Project

+
+ +
+

Scrabble

+

FILL THIS IN

+

Language: Ruby

+

Pair programming project

+
+ +
+

Meowspace

+

Used css to design existing html for a social media platform for cats. Used float, inline-block, selectors and other css tools for layout that included header/footer, navigation, color-palette selection, and background images.

+

languages: HTML/CSS

+

individual project

+
+ + + + + +
+
+ + + + diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 000000000..51ffe7629 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,146 @@ +@import url('https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu'); + +h1, h2, h3, h4, h5, h6 { + font-family: Ubuntu, Helvetica, sans-serif; +} + +p, li { + font-family: 'Open Sans', Helvetica, sans-serif; + color: #0A1612; + /*text-decoration: none;*/ +} + +header { + position: absolute; + top: 0; + left: 0; + width: 100%; + padding: 0 3% 1% 0; + background-color: #f0f0f0; + color: #1a2930; + +} + +header h1 { + padding-left: 6%; +} + +a { + + color: #0A1612; + text-decoration: none; + border-bottom: dotted; + border-width: thin; + border-color: #f7ce3e +} +a:hover{ + /*color: #f7ce3e;*/ + background-color: #f0f0f0; + border: none; +} + + +.hello, .disclaim { + + display: inline-block; + width: 40%; + vertical-align: top; +} + +.nav, .contact { + clear: both; + width: 50%; + display: inline-block; + text-align: right +} + +.nav li { + list-style-type: none; + padding-left: 10%; + display: inline-block; + color: #f0f0f0; +} + + +main { + clear: both; + padding: 10% 0; + margin: 0 6%; +} + +section.welcome, section.about { + width: 60%; + padding-left: 2%; +} + + +article.project { + + min-width: 15%; + border-style: solid; + padding: 0 2% 0 2%; + margin: 4% 0; + vertical-align: top; + +} + +article.project p:first-of-type { + font-size: 1.5em; + +} + +.disclaim p { + display: inline-block; +} + + +footer { + position: fixed; + bottom: 0; + left: 0; + display: block; + padding: 0 3%; + background-color: #f0f0f0; + width: 100%; + +} + +section.projects-left, section.projects-right { + margin: 2% 0.5%; + display: inline-block; + max-width: 45%; + vertical-align: top; +} + +.social-media li { + list-style-type: none; + padding-right: 3%; + display: inline; + color: #f0f0f0; +} + +#ravelry img { + border-radius: 20px; +} + +ul.social-media { + padding-left: 0; +} + +.social-media a, .projects-intro a { + border: none; +} + +.social-media a:hover, .projects-intro a:hover { + background-color: inherit; + +} + +.social-media img:hover, .projects-intro img:hover { + background-color: #f7ce3e; + border-radius: 20px; +} + +.projects-intro img { + vertical-align: middle; +} From 2557e966b7b7c6dcdb71019b92e2876c757f51db Mon Sep 17 00:00:00 2001 From: sai samant Date: Sun, 19 Mar 2017 21:30:46 -0700 Subject: [PATCH 2/7] finished podcast section --- blog.html | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/blog.html b/blog.html index 5bb7db9d8..6c142e0eb 100644 --- a/blog.html +++ b/blog.html @@ -23,15 +23,29 @@

< fun stuff >

-

Podcasts

-

I spend more time than I should listening to podcasts. Below are some of my current favorites.

-
    -
  • Another Round with Heben and Tracy

    Heben and Tracy interview so many interesting people and ask such good questions. They get to the point while being funny and sharp. Some highlights for me: #57 (with poet Jenny Zhang), #28 (with Hillary Clinton), and #3 (with Issa Rae, before her show Insecure came on). And a million others I won't list here (Ta-Nehisi Coates! Padma Lakshmi! Melissa Harris-Perry! Janet Mock!)

  • -
  • StartUp (Season One)

    Alex Blumberg hosts this podcast which documents his efforts to start a podcast media company. So much great behind-the-scenes detail; the highlights for me were the interactions between Blumberg and his wife Nazanin Rafsanjani. Later seasons document other startups and companies and I did not find them as compelling but continued to listen (*spoiler alert*) so I could hear for updates on Gimlet (the media company Blumberg founded and now runs) One.

  • -
  • More Perfect
  • -
  • Pop Culture Happy Hour
  • -
  • The New York Times Daily
  • -
+
+

Podcasts

+

I spend more time than I should listening to podcasts. Below are some of my current favorites. Subscribe to these podcasts through your favorite podcast app (I use the native Podcast iphone app).

+
    +
  • Another Round with Heben and Tracy

    Heben and Tracy interview so many interesting people and ask such good questions. They get to the point while being funny and sharp. Some highlights for me: #57 (with poet Jenny Zhang), #28 (with Hillary Clinton), and #3 (with Issa Rae, before her show Insecure came on). And a million others I won't list here (Ta-Nehisi Coates! Padma Lakshmi! Melissa Harris-Perry! Janet Mock!)

  • +
  • StartUp (Season One)

    Alex Blumberg hosts this podcast which documents his efforts to start a podcast media company. So much great behind-the-scenes detail; the highlights for me were the interactions between Blumberg and his wife Nazanin Rafsanjani. Later seasons document other startups and companies and I did not find them as compelling but continued to listen (*spoiler alert*) so I could hear for updates on Gimlet (the media company Blumberg founded and now runs) One.

  • +
  • Pop Culture Happy Hour

    This was I think my gateway podcast. It's from NPR and a pretty lighthearted but thoughtful review of movies, tv, books, and sometimes music. They have a rotating cast who take turns filling in the fourth seat for their weekly roundtable discussions. Two of my faves are Audie Cornish and Barrie Hardymon

  • +
  • The New York Times Daily

    A daily look at major news events with an in-depth look at one main story. I listen on my commute now

  • +
+
+
+

Knitting

+

someday

+
+
+

Sociolinguistics

+

someday

+
+
+

Fully fund public education

+

someday

+
+
From dba0c47723f620af86a0925de4f54cdca458808f Mon Sep 17 00:00:00 2001 From: sai samant Date: Mon, 20 Mar 2017 05:56:39 -0700 Subject: [PATCH 3/7] changed copyright and fixed formatting on html files --- about.html | 17 ++++++----------- blog.html | 30 +++++++++++++----------------- index.html | 14 +++++--------- portfolio.html | 21 +++++---------------- 4 files changed, 29 insertions(+), 53 deletions(-) diff --git a/about.html b/about.html index 413212498..bccc4d5b8 100644 --- a/about.html +++ b/about.html @@ -10,6 +10,7 @@

< about >

+ +

I am student at Ada Developers Academy where I am training to become a software engineer. We are learning Ruby, Rails, HTM & CSS, JavaScript, test-driven development, and agile and pair-programming practices. A major part of why Ada appeals to me is its social-justice mission to help women and people of non-binary gender succeed in tech.

-

Coding and parenting take up most of my time these days, but I have been known to enjoy running on trails in Seattle's many beautiful parks, reading, watching sitcoms, following politics, knitting, french fries, and catching up on sleep.

+

Coding and parenting take up most of my time these days, but I have been known to enjoy running on trails in Seattle's many beautiful parks, reading, watching sitcoms, following politics, knitting, eating french fries, and catching up on sleep.

I maintain a very spotty social media presence across too many platforms:

-
+
-

- ©2017 -

-

- don't steal my shit -

- +

©2017

+

Get in touch: sai samant (@) gmail (dot) com

< good-bye. >

-
- diff --git a/blog.html b/blog.html index 6c142e0eb..3d4facb8e 100644 --- a/blog.html +++ b/blog.html @@ -5,6 +5,7 @@ Sai Samant +
@@ -20,52 +21,47 @@

< fun stuff >

+
-
+

Podcasts

I spend more time than I should listening to podcasts. Below are some of my current favorites. Subscribe to these podcasts through your favorite podcast app (I use the native Podcast iphone app).

  • Another Round with Heben and Tracy

    Heben and Tracy interview so many interesting people and ask such good questions. They get to the point while being funny and sharp. Some highlights for me: #57 (with poet Jenny Zhang), #28 (with Hillary Clinton), and #3 (with Issa Rae, before her show Insecure came on). And a million others I won't list here (Ta-Nehisi Coates! Padma Lakshmi! Melissa Harris-Perry! Janet Mock!)

  • -
  • StartUp (Season One)

    Alex Blumberg hosts this podcast which documents his efforts to start a podcast media company. So much great behind-the-scenes detail; the highlights for me were the interactions between Blumberg and his wife Nazanin Rafsanjani. Later seasons document other startups and companies and I did not find them as compelling but continued to listen (*spoiler alert*) so I could hear for updates on Gimlet (the media company Blumberg founded and now runs) One.

  • -
  • Pop Culture Happy Hour

    This was I think my gateway podcast. It's from NPR and a pretty lighthearted but thoughtful review of movies, tv, books, and sometimes music. They have a rotating cast who take turns filling in the fourth seat for their weekly roundtable discussions. Two of my faves are Audie Cornish and Barrie Hardymon

  • -
  • The New York Times Daily

    A daily look at major news events with an in-depth look at one main story. I listen on my commute now

  • +
  • StartUp (Season One)

    Alex Blumberg hosts this podcast which documents his efforts to start a podcast media company. So much great behind-the-scenes detail; the highlights for me were the interactions between Blumberg and his wife Nazanin Rafsanjani. Later seasons document other startups and companies and I did not find them as compelling but continued to listen (*spoiler alert*) so I could hear for updates on Gimlet (the media company Blumberg founded and now runs).

  • +
  • Pop Culture Happy Hour

    This was I think my gateway podcast. It's from NPR and a pretty lighthearted but thoughtful review of movies, tv, books, and sometimes music. They have a rotating cast who take turns filling in the fourth seat for their weekly roundtable discussions. Two of my faves are Audie Cornish and Barrie Hardymon

  • +
  • The New York Times Daily

    A daily look at major news events with an in-depth look at one main story. I listen to the Daily on my commute.

+

Knitting

someday

+

Sociolinguistics

someday

+

Fully fund public education

someday

- -
-
- +
+
-

- ©2017 -

-

- don't steal my shit -

- +

©2017

+

Get in touch: sai samant (@) gmail (dot) com

-
- diff --git a/index.html b/index.html index ac4452e6a..171073c47 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Sai Samant +

< hello. >

@@ -20,26 +21,21 @@

< hello. >

+

Nice to have you here. My name is Sai Samant. I am currently learning to code at Ada Developers Academy in Seattle, WA. Check out some of my projects. I spend a lot of time listening to podcasts. And here is some other maybe fun stuff about me.

+
-

- ©2017 -

-

- don't steal my shit -

- +

©2017

+

Get in touch: sai samant (@) gmail (dot) com

-
- diff --git a/portfolio.html b/portfolio.html index 9baa7c746..6e91b4bd3 100644 --- a/portfolio.html +++ b/portfolio.html @@ -22,11 +22,10 @@

< code record >

-

Below is collection of projects I have completed while at Ada. Currently these projects have developed my skills in Ruby and HTML & CSS. Additionally I have also learnt about version control and GitHub, pair programming and agile practices, and computer science fundamentals.

All links for Ada projects will take you to my GitHub page: git

-
+

Word Guess

Implemented a word guess game. Practiced writing methods and calling methods from within other methods. First paired project where we applied agile pair programming techniques.

@@ -54,11 +53,9 @@

< code record >

Language: Ruby

Individual Project

-
-

Ride Share

In this project we created relationships between data associated with drivers, riders and trips in a hypothetical ride-share program. Skills applied include: using a design diagram to map cross-class and cross-method relationships, working with .csv data, and implementing argument errors and rescue blocks

@@ -79,23 +76,15 @@

< code record >

languages: HTML/CSS

individual project

- - - - -
+