From db8b0044b1dbc01c5786b850c0e3347bc4a7eb26 Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:18:06 +1000 Subject: [PATCH 1/6] Set theme jekyll-theme-minimal --- _config.yml | 1 + index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..d7bec8c --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/estgc/segmentegc.github.io/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/estgc/segmentegc.github.io/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. From e3adbdbc79637a93b3b86217c30e474880667d9b Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:19:49 +1000 Subject: [PATCH 2/6] Update and rename index.md to index.html --- index.html | 32 ++++++++++++++++++++++++++++++++ index.md | 37 ------------------------------------- 2 files changed, 32 insertions(+), 37 deletions(-) create mode 100644 index.html delete mode 100644 index.md diff --git a/index.html b/index.html new file mode 100644 index 0000000..2243bb4 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + + + Codestin Search App + + + + + +

What is your favorite place to travel?

+

I am building a directory of the sweetest travel destinations.

+
+ What is your favorite travel destination? + +


+ Any recommendations (cool things to do, places to visit or restaurants to eat)? +

+ +

+ Name: +

+ Email: +

+ +
+ + + + + diff --git a/index.md b/index.md deleted file mode 100644 index d7bec8c..0000000 --- a/index.md +++ /dev/null @@ -1,37 +0,0 @@ -## Welcome to GitHub Pages - -You can use the [editor on GitHub](https://github.com/estgc/segmentegc.github.io/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/estgc/segmentegc.github.io/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. From de2654bfeceb731c7aa9295cbad408833bbe1b8b Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:22:29 +1000 Subject: [PATCH 3/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2243bb4..2490d4c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Codestin Search App + Codestin Search App From 9061dfbe1aae8ea72e338b85f21fc02a751cd80a Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:23:47 +1000 Subject: [PATCH 4/6] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f637cec --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# segmentegc.github.io From 3d253404ba8eb5ea79dc4bdefe69b350be96ee60 Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:24:32 +1000 Subject: [PATCH 5/6] Update index.html --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2490d4c..2957485 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,12 @@ Codestin Search App - + From 5aeb26e2041836dc1956e24b7c49638b0be5b685 Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Tue, 27 Apr 2021 14:36:51 +1000 Subject: [PATCH 6/6] Update index.html --- index.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2957485..99c312d 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,30 @@

What is your favorite place to travel?

- + +