From 60490f719b44e5c406d8ee1644f0e4507c323884 Mon Sep 17 00:00:00 2001 From: heuristicwave <31366038+heuristicwave@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:43:34 +0900 Subject: [PATCH] :sparkles: 5 --- index.html | 60 +++++++++++++++++++++++++++++++++++++++++ pages/about.md | 15 +++++++++++ pages/categories.html | 5 ++++ pages/contact.html | 20 ++++++++++++++ pages/privacy-policy.md | 37 +++++++++++++++++++++++++ 5 files changed, 137 insertions(+) create mode 100644 index.html create mode 100644 pages/about.md create mode 100644 pages/categories.html create mode 100644 pages/contact.html create mode 100644 pages/privacy-policy.md diff --git a/index.html b/index.html new file mode 100644 index 0000000..011e1fd --- /dev/null +++ b/index.html @@ -0,0 +1,60 @@ +--- +title: Home +layout: default +background: '/img/bg-index.jpg' +--- + + +{% if page.url == "/" %} +
+
+
+

Let me teach you how to become successful online

+

My name is Lyam and I'm here to share with you my knowledge and experience of over 10 years of monetizing my blog.

+ About me +
+
+ +
+
+
+{% endif %} + + +
+ {% for post in site.posts %} + {% if post.featured == true %} +
+ {% include postbox.html %} +
+ {% endif %} + {% endfor %} + +
+ + +
+
+
+ {% for post in paginator.posts %} + {% unless post.featured == true %} +
+ {% include postbox.html %} +
+ {% endunless %} + {% endfor %} +
+ +
+ + {% include pagination.html %} + +
+
+
+ {% include sidebar.html %} +
+
diff --git a/pages/about.md b/pages/about.md new file mode 100644 index 0000000..3150038 --- /dev/null +++ b/pages/about.md @@ -0,0 +1,15 @@ +--- +layout: page +title: About +permalink: "/about/" +image: assets/images/screenshot.png +--- + +This website is a demonstration to see **Affiliates Jekyll theme** in action. + +The theme is compatible with Github pages. This demo is created with Github Pages and hosted with Github. + +Everything is ready for your quick setup: Blog, Categories, About, Privacy Policy, Terms of Use, Contact form, Mailchimp + +[Get it here](https://bootstrapstarter.com/jekyll-theme-memoirs/) + diff --git a/pages/categories.html b/pages/categories.html new file mode 100644 index 0000000..24baee2 --- /dev/null +++ b/pages/categories.html @@ -0,0 +1,5 @@ +--- +layout: categories +title: Categories +permalink: "/categories/" +--- \ No newline at end of file diff --git a/pages/contact.html b/pages/contact.html new file mode 100644 index 0000000..c59c9d9 --- /dev/null +++ b/pages/contact.html @@ -0,0 +1,20 @@ +--- +layout: page +title: Contact +permalink: "/contact/" +comments: false +--- + +
+

Thank you for your interest in getting in touch with us. Please send your message here. We will reply as soon as possible!

+
+
+ +
+
+ +
+
+ + +
\ No newline at end of file diff --git a/pages/privacy-policy.md b/pages/privacy-policy.md new file mode 100644 index 0000000..05c23bc --- /dev/null +++ b/pages/privacy-policy.md @@ -0,0 +1,37 @@ +--- +layout: page +title: Privacy Policy +permalink: /privacy-policy/ +comments: false +--- + +### Information that is gathered from visitors +In common with other websites, log files are stored on the web server saving details such as the visitor's IP address, browser type, referring page and time of visit. + +Cookies may be used to remember visitor preferences when interacting with the website. + +Where registration is required, the visitor's email and a username will be stored on the server. + +### How the Information is used +The information is used to enhance the vistor's experience when using the website to display personalised content and possibly advertising. + +E-mail addresses will not be sold, rented or leased to 3rd parties. + +E-mail may be sent to inform you of news of our services or offers by us or our affiliates. + +### Visitor Options +If you have subscribed to one of our services, you may unsubscribe by following the instructions which are included in e-mail that you receive. + +You may be able to block cookies via your browser settings but this may prevent you from access to certain features of the website. + +### Cookies +Cookies are small digital signature files that are stored by your web browser that allow your preferences to be recorded when visiting the website. Also they may be used to track your return visits to the website. + +3rd party advertising companies may also use cookies for tracking purposes. + +### Google Ads +Google, as a third party vendor, uses cookies to serve ads. + +Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet. + +Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy. \ No newline at end of file