diff --git a/CNAME b/CNAME index 8ad332318..73d79d010 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -www.ombi.io \ No newline at end of file +www.ombi.io diff --git a/_config.yml b/_config.yml index 4940caa14..3c0bd7c66 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,8 @@ title: Ombi email: tidusjar@gmail.com description: Ombi the request system -baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty) -url: "http://www.ombi.io" # the base hostname & protocol for your site +baseurl: "/ombiwebtest" # the subpath of your site, e.g. /blog/ (If you use organization leave empty) +url: "https://github.com/dalcon007" # the base hostname & protocol for your site #Google Ad Words Data from scripts code (using Google responsive options) and ad client data-ad-slot: 2973388149 diff --git a/_includes/aside.html b/_includes/aside.html deleted file mode 100644 index 7890a6718..000000000 --- a/_includes/aside.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/_includes/call-to-action.html b/_includes/call-to-action.html index bb403117c..2cc71b5c8 100644 --- a/_includes/call-to-action.html +++ b/_includes/call-to-action.html @@ -1,15 +1,11 @@ -
+
-
+
-

So what is Ombi you ask!?

-

Ombi allows you to host your own Plex Request and user management system. -
If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! -
Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. -
Allow your users to post issues against their requests so you know there is a problem with the audio etc. -
Even automatically send them weekly newsletters of new content that has been added to your Plex server!

+

What is Ombi?

+

Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show, Movie and Music DVR tools to create a seamless end-to-end experience for your users.

-

+

Install

diff --git a/_includes/contact.html b/_includes/contact.html index 9915e26cb..7e7b38b1a 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -1,34 +1,34 @@ - -
-
-

We new friends!

-
    - {% for network in site.social %} - - {% endfor %} -
- -
-
diff --git a/_includes/donate.html b/_includes/donate.html new file mode 100644 index 000000000..37a0fce11 --- /dev/null +++ b/_includes/donate.html @@ -0,0 +1,14 @@ + + diff --git a/_includes/feature.html b/_includes/feature.html index c0e3e36aa..a6785e1f2 100644 --- a/_includes/feature.html +++ b/_includes/feature.html @@ -2,42 +2,43 @@
-

Why you should use Ombi

+

What's Ombi?


+

Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show, Movie and Music DVR tools to create a seamless end-to-end experience for your users.


-
+
- -

Excellent Support

-

Have an issue or need some help? Post on Github and the ombi team will get back to you as soon as possible.

+ +

1. User visits website and requests content

+

-
+
- -

Easy to use

-

We have designed this from the ground up so it is easy for you and your users to request new content for your Plex Server

+ +

2. Ombi matches request and sends to DVR app

+

-
+
- -

Up to Date

-

We are developing regulary and always adding new features and bug fixing :)

+ +

3. DVR app retreives content and pushes to Plex/Emby

+

-
-
- -

Made with Love

-

We do take pride in the quality and support we provide

-
-
-
+
+
+
+ Install +
+
+
+
diff --git a/_includes/header.html b/_includes/header.html index 5a846f591..199055f75 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,29 +1,20 @@
+
diff --git a/_includes/nav.html b/_includes/nav.html index 46c43a4bf..10d8114f6 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -12,16 +12,25 @@ -
-

{{next_year}}

-
- - diff --git a/css/main.scss b/css/main.scss index 4c5e4991b..171763163 100644 --- a/css/main.scss +++ b/css/main.scss @@ -34,10 +34,10 @@ // } // variables.less link and gradient background -$head-primary: #7b4397 ; -$head-secondary: #dc2430 ; -$theme-primary: #fdcc52 ; -$theme-secondary: #fdc539 ; +$head-primary: #df691a ; +$head-secondary: #ff2300 ; +$theme-primary: #ffffff ; +$theme-secondary: #7b7b7b ; $theme-dark: #222; // Import partials from `sass_dir` (defaults to `_sass`) diff --git a/funds.html b/funds.html deleted file mode 100644 index f441b715f..000000000 --- a/funds.html +++ /dev/null @@ -1,3 +0,0 @@ ---- -layout: funds ---- diff --git a/img/Desktop.jpg b/img/Desktop.jpg new file mode 100644 index 000000000..e744a0d6d Binary files /dev/null and b/img/Desktop.jpg differ diff --git a/img/LaptopDesk.jpg b/img/LaptopDesk.jpg new file mode 100644 index 000000000..c262368ec Binary files /dev/null and b/img/LaptopDesk.jpg differ diff --git a/img/MockUp.png b/img/MockUp.png new file mode 100644 index 000000000..56cab3588 Binary files /dev/null and b/img/MockUp.png differ diff --git a/img/Ombi.gif b/img/Ombi.gif new file mode 100644 index 000000000..0ea31e2ef Binary files /dev/null and b/img/Ombi.gif differ diff --git a/img/Port1.png b/img/Port1.png new file mode 100644 index 000000000..c847d3d13 Binary files /dev/null and b/img/Port1.png differ diff --git a/img/Port2.png b/img/Port2.png new file mode 100644 index 000000000..2cb8aaf72 Binary files /dev/null and b/img/Port2.png differ diff --git a/img/Port3.png b/img/Port3.png new file mode 100644 index 000000000..c28050bd7 Binary files /dev/null and b/img/Port3.png differ diff --git a/img/Port4.png b/img/Port4.png new file mode 100644 index 000000000..01fe61354 Binary files /dev/null and b/img/Port4.png differ diff --git a/img/Port5.png b/img/Port5.png new file mode 100644 index 000000000..b8a2bd5a9 Binary files /dev/null and b/img/Port5.png differ diff --git a/img/Port6.png b/img/Port6.png new file mode 100644 index 000000000..74afcede8 Binary files /dev/null and b/img/Port6.png differ diff --git a/img/SettingsLaptop.jpg b/img/SettingsLaptop.jpg new file mode 100644 index 000000000..17bbccaf6 Binary files /dev/null and b/img/SettingsLaptop.jpg differ diff --git a/img/app-store-badge.svg b/img/app-store-badge.svg deleted file mode 100644 index 0fe477c56..000000000 --- a/img/app-store-badge.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/donate.jpg b/img/donate.jpg index e28c744d0..e9d89dc7b 100644 Binary files a/img/donate.jpg and b/img/donate.jpg differ diff --git a/img/final2.PNG b/img/final2.PNG new file mode 100644 index 000000000..3af5b6812 Binary files /dev/null and b/img/final2.PNG differ diff --git a/img/google-play-badge.svg b/img/google-play-badge.svg deleted file mode 100644 index 383b19fc9..000000000 --- a/img/google-play-badge.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/headerimg.png b/img/headerimg.png new file mode 100644 index 000000000..5c06571b6 Binary files /dev/null and b/img/headerimg.png differ diff --git a/img/iPhoneHand.jpg b/img/iPhoneHand.jpg new file mode 100644 index 000000000..05a5d8c1f Binary files /dev/null and b/img/iPhoneHand.jpg differ diff --git a/img/smartmockups0 (1).png b/img/smartmockups0 (1).png new file mode 100644 index 000000000..43089aeb3 Binary files /dev/null and b/img/smartmockups0 (1).png differ diff --git a/img/smartmockups0.png b/img/smartmockups0.png new file mode 100644 index 000000000..eeced0def Binary files /dev/null and b/img/smartmockups0.png differ diff --git a/posts-by-categories.html b/posts-by-categories.html deleted file mode 100644 index 6b2c0ecd5..000000000 --- a/posts-by-categories.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -layout: post -title: "Posts by category" -description: "A Clean Blog Theme by Start Bootstrap" -header-img: "img/post-bg-01.jpg" ---- - -
-
- -

{{ site.author_name }}

-

All posts

-

grouped by - - - -

- - {% for category in site.categories %} -
-

{{ category | first }}

-
    - {% for posts in category %} - {% for post in posts %} -
  • -
    - -

    {{ post.title }}

    - -
  • - {% endfor %} - {% endfor %} - -
-
- {% endfor %} -
-
diff --git a/test.html b/test.html deleted file mode 100644 index f9edba0d7..000000000 --- a/test.html +++ /dev/null @@ -1,3 +0,0 @@ ---- -layout: test ----