From 5d9680c35b5058fe0d2404f4c77d888706103b45 Mon Sep 17 00:00:00 2001 From: pranav09022001 Date: Sat, 23 Dec 2023 22:10:33 +0530 Subject: [PATCH] feat:Added blog screen,single blog screen --- about.html | 14 +- index.html | 18 +- singleUpdate.html | 732 ++++++++++++++++++ static/css/style.css | 16 +- static/css/style.css.map | 2 +- .../{new-deal/deal3.jpg => about/about1.jpg} | Bin .../{new-deal/deal5.jpg => about/about2.jpg} | Bin static/images/bg/bg8.jpg | Bin 23353 -> 315467 bytes static/images/blog/himalay.jpeg | Bin 0 -> 39006 bytes static/images/blog/himalaya.jpg | Bin 0 -> 644103 bytes static/images/blog/indiaCity.jpeg | Bin 0 -> 190126 bytes static/images/blog/sunset.jpeg | Bin 0 -> 127633 bytes static/images/blog/temple.jpeg | Bin 0 -> 150703 bytes static/images/bottom-bg.png | Bin 0 -> 15744 bytes static/images/cars/1.jpg | Bin 37574 -> 0 bytes static/images/cars/2.jpg | Bin 37574 -> 0 bytes static/images/cars/3.jpg | Bin 37574 -> 0 bytes static/images/cars/4.jpg | Bin 37574 -> 0 bytes static/images/cars/5.jpg | Bin 37574 -> 0 bytes static/images/cars/6.jpg | Bin 37574 -> 0 bytes static/images/cars/7.jpg | Bin 37574 -> 0 bytes static/images/cars/car.png | Bin 397508 -> 0 bytes static/images/flights/1.jpg | Bin 40876 -> 0 bytes static/images/flights/1.png | Bin 22599 -> 0 bytes static/images/flights/2.jpg | Bin 40876 -> 0 bytes static/images/flights/flight1.jpg | Bin 6849 -> 0 bytes static/images/flights/flight2.jpg | Bin 6849 -> 0 bytes static/images/flights/flight3.jpg | Bin 6849 -> 0 bytes static/images/flights/flight4.jpg | Bin 6849 -> 0 bytes static/images/flights/flight5.jpg | Bin 6849 -> 0 bytes static/images/flights/flight6.jpg | Bin 6849 -> 0 bytes static/images/flights/flight7.jpg | Bin 6849 -> 0 bytes static/images/flights/flight8.jpg | Bin 6849 -> 0 bytes static/images/flights/flight_grid_2.png | Bin 21935 -> 0 bytes static/images/flights/flight_grid_3.png | Bin 22902 -> 0 bytes static/images/flights/flight_grid_4.png | Bin 20797 -> 0 bytes static/images/flights/flight_grid_5.png | Bin 17591 -> 0 bytes static/images/flights/flightbg.jpg | Bin 40876 -> 0 bytes static/images/new-deal/deal1.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal10.jpg | Bin 10560 -> 0 bytes static/images/new-deal/deal11.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal12.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal2.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal4.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal6.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal7.jpg | Bin 14075 -> 0 bytes static/images/new-deal/deal8.jpg | Bin 10560 -> 0 bytes static/images/new-deal/deal9.jpg | Bin 10560 -> 0 bytes static/images/shop/shop1.jpg | Bin 3082 -> 0 bytes static/images/shop/shop10.jpg | Bin 3082 -> 0 bytes static/images/shop/shop2.jpg | Bin 3082 -> 0 bytes static/images/shop/shop3.jpg | Bin 3082 -> 0 bytes static/images/shop/shop4.jpg | Bin 3082 -> 0 bytes static/images/shop/shop5.jpg | Bin 3082 -> 0 bytes static/images/shop/shop6.jpg | Bin 3082 -> 0 bytes static/images/shop/shop7.jpg | Bin 3082 -> 0 bytes static/images/shop/shop8.jpg | Bin 3082 -> 0 bytes static/images/shop/shop9.jpg | Bin 3082 -> 0 bytes static/images/top-bg.png | Bin 0 -> 16014 bytes static/images/trains/1.jpg | Bin 37574 -> 0 bytes static/images/trains/2.jpg | Bin 37574 -> 0 bytes static/images/trains/3.jpg | Bin 37574 -> 0 bytes static/images/trains/4.jpg | Bin 37574 -> 0 bytes static/images/trains/5.jpg | Bin 37574 -> 0 bytes static/images/trains/6.jpg | Bin 37574 -> 0 bytes static/images/trains/7.jpg | Bin 37574 -> 0 bytes static/js/plugin.js | 2 +- static/scss/_default.scss | 4 + static/scss/style.scss | 4 +- updates.html | 704 +++++++++++++++++ 70 files changed, 1463 insertions(+), 33 deletions(-) create mode 100644 singleUpdate.html rename static/images/{new-deal/deal3.jpg => about/about1.jpg} (100%) rename static/images/{new-deal/deal5.jpg => about/about2.jpg} (100%) create mode 100644 static/images/blog/himalay.jpeg create mode 100644 static/images/blog/himalaya.jpg create mode 100644 static/images/blog/indiaCity.jpeg create mode 100644 static/images/blog/sunset.jpeg create mode 100644 static/images/blog/temple.jpeg create mode 100644 static/images/bottom-bg.png delete mode 100644 static/images/cars/1.jpg delete mode 100644 static/images/cars/2.jpg delete mode 100644 static/images/cars/3.jpg delete mode 100644 static/images/cars/4.jpg delete mode 100644 static/images/cars/5.jpg delete mode 100644 static/images/cars/6.jpg delete mode 100644 static/images/cars/7.jpg delete mode 100644 static/images/cars/car.png delete mode 100644 static/images/flights/1.jpg delete mode 100644 static/images/flights/1.png delete mode 100644 static/images/flights/2.jpg delete mode 100644 static/images/flights/flight1.jpg delete mode 100644 static/images/flights/flight2.jpg delete mode 100644 static/images/flights/flight3.jpg delete mode 100644 static/images/flights/flight4.jpg delete mode 100644 static/images/flights/flight5.jpg delete mode 100644 static/images/flights/flight6.jpg delete mode 100644 static/images/flights/flight7.jpg delete mode 100644 static/images/flights/flight8.jpg delete mode 100644 static/images/flights/flight_grid_2.png delete mode 100644 static/images/flights/flight_grid_3.png delete mode 100644 static/images/flights/flight_grid_4.png delete mode 100644 static/images/flights/flight_grid_5.png delete mode 100644 static/images/flights/flightbg.jpg delete mode 100644 static/images/new-deal/deal1.jpg delete mode 100644 static/images/new-deal/deal10.jpg delete mode 100644 static/images/new-deal/deal11.jpg delete mode 100644 static/images/new-deal/deal12.jpg delete mode 100644 static/images/new-deal/deal2.jpg delete mode 100644 static/images/new-deal/deal4.jpg delete mode 100644 static/images/new-deal/deal6.jpg delete mode 100644 static/images/new-deal/deal7.jpg delete mode 100644 static/images/new-deal/deal8.jpg delete mode 100644 static/images/new-deal/deal9.jpg delete mode 100644 static/images/shop/shop1.jpg delete mode 100644 static/images/shop/shop10.jpg delete mode 100644 static/images/shop/shop2.jpg delete mode 100644 static/images/shop/shop3.jpg delete mode 100644 static/images/shop/shop4.jpg delete mode 100644 static/images/shop/shop5.jpg delete mode 100644 static/images/shop/shop6.jpg delete mode 100644 static/images/shop/shop7.jpg delete mode 100644 static/images/shop/shop8.jpg delete mode 100644 static/images/shop/shop9.jpg create mode 100644 static/images/top-bg.png delete mode 100644 static/images/trains/1.jpg delete mode 100644 static/images/trains/2.jpg delete mode 100644 static/images/trains/3.jpg delete mode 100644 static/images/trains/4.jpg delete mode 100644 static/images/trains/5.jpg delete mode 100644 static/images/trains/6.jpg delete mode 100644 static/images/trains/7.jpg create mode 100644 updates.html diff --git a/about.html b/about.html index df39a6c..1ba3a56 100644 --- a/about.html +++ b/about.html @@ -6,7 +6,7 @@ - SufferCapture + SufarCapture @@ -23,6 +23,7 @@ + @@ -133,12 +134,7 @@ @@ -259,10 +255,10 @@

Why Choose Us

- +
- +
diff --git a/index.html b/index.html index 664ead7..b5cd185 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,9 @@ - Suffer Capture + SafarCapture - + @@ -14,7 +14,7 @@ - + @@ -326,7 +322,7 @@

Query Form

- +
'),f(t,e)}function P(e){return t(e).format(a.format)}function W(){S();var e=parseInt(t(a.month1).format("YYYYMM")),r=parseInt(t(a.month2).format("YYYYMM")),s=Math.abs(e-r);s>1&&89!=s?n.addClass("has-gap").removeClass("no-gap").find(".gap").css("visibility","visible"):n.removeClass("has-gap").addClass("no-gap").find(".gap").css("visibility","hidden");var i=n.find("table.month1").height(),o=n.find("table.month2").height();n.find(".gap").height(Math.max(i,o)+10)}function I(){if(!a.alwaysOpen){var t=function(){e(o).data("date-picker-opened",!1),e(o).trigger("datepicker-closed",{relatedTarget:n})};a.customCloseAnimation?a.customCloseAnimation.call(n.get(0),t):e(n).slideUp(a.duration,t),e(o).trigger("datepicker-close",{relatedTarget:n})}}function A(){Y(a.month1,"month1"),Y(a.month2,"month2")}function N(e,a){var n=parseInt(t(e).format("YYYYMM"))-parseInt(t(a).format("YYYYMM"));return n>0?1:0===n?0:-1}function B(e,a){var n=parseInt(t(e).format("YYYYMMDD"))-parseInt(t(a).format("YYYYMMDD"));return n>0?1:0===n?0:-1}function L(e){return t(e).add(1,"months").toDate()}function F(e){return t(e).add(-1,"months").toDate()}function H(){var e=a.showWeekNumbers?""+J("week-number")+"":"";return"monday"==a.startOfWeek?e+""+J("week-1")+""+J("week-2")+""+J("week-3")+""+J("week-4")+""+J("week-5")+""+J("week-6")+""+J("week-7")+"":e+""+J("week-7")+""+J("week-1")+""+J("week-2")+""+J("week-3")+""+J("week-4")+""+J("week-5")+""+J("week-6")+""}function R(e){return e=t(e),!(!a.startDate||!e.endOf("month").isBefore(a.startDate))||!(!a.endDate||!e.startOf("month").isAfter(a.endDate))}function q(t,a,n){var r=e.extend(!0,{},t);e.each(a,function(e,t){var a=t(n);for(var s in a)r.hasOwnProperty(s)?r[s]+=a[s]:r[s]=a[s]});var s="";for(var i in r)r.hasOwnProperty(i)&&(s+=i+'="'+r[i]+'" ');return s}function $(e){return Math.floor(function(e){t.isMoment(e)&&(e=e.toDate().getTime());"object"==typeof e&&e.getTime&&(e=e.getTime());"string"!=typeof e||e.match(/\d{13}/)||(e=t(e,a.format).toDate().getTime());return e=parseInt(e,10)-60*(new Date).getTimezoneOffset()*1e3}(e)/864e5)}function E(e,t){return a.showDateFilter&&"function"==typeof a.showDateFilter?a.showDateFilter(e,t):t}function J(t){var a=t.toLowerCase(),n=t in s?s[t]:a in s?s[a]:null,r=e.dateRangePickerLanguages.default;return null==n&&(n=t in r?r[t]:a in r?r[a]:""),n}function K(){var e=a.defaultTime?a.defaultTime:new Date;return a.lookBehind?(a.startDate&&N(e,a.startDate)<0&&(e=L(t(a.startDate).toDate())),a.endDate&&N(e,a.endDate)>0&&(e=t(a.endDate).toDate())):(a.startDate&&N(e,a.startDate)<0&&(e=t(a.startDate).toDate()),a.endDate&&N(L(e),a.endDate)>0&&(e=F(t(a.endDate).toDate()))),a.singleDate&&(a.startDate&&N(e,a.startDate)<0&&(e=t(a.startDate).toDate()),a.endDate&&N(e,a.endDate)>0&&(e=t(a.endDate).toDate())),e}function _(e){e||(e=K()),a.lookBehind?(Y(F(e),"month1"),Y(e,"month2")):(Y(e,"month1"),Y(L(e),"month2")),a.singleDate&&Y(e,"month1"),S(),W()}}}); /*! diff --git a/static/scss/_default.scss b/static/scss/_default.scss index 4e3ba6b..b928adf 100644 --- a/static/scss/_default.scss +++ b/static/scss/_default.scss @@ -256,6 +256,10 @@ img{max-width:$size100;} .pt-10, .my-10{padding-top:5rem!important;} +.pt-12, .my-10{padding-top:6rem!important;} + +.pt-18, .my-10{padding-top:9rem!important;} + .sec-pt{ padding-top:76px!important; } diff --git a/static/scss/style.scss b/static/scss/style.scss index d06919c..08d0ee3 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -3169,7 +3169,7 @@ section.about-detail{ .about-us1{ &:before { content: ''; - background: url(../images/bottom-bg.png) repeat-x; + // background: url(../images/bottom-bg.png) repeat-x; position: absolute; top: -20px; left: 0; @@ -3180,7 +3180,7 @@ section.about-detail{ } &:after { content: ''; - background: url(../images/top-bg.png) repeat-x; + // background: url(../images/top-bg.png) repeat-x; position: absolute; bottom: -34px; left: 0; diff --git a/updates.html b/updates.html new file mode 100644 index 0000000..feadcb3 --- /dev/null +++ b/updates.html @@ -0,0 +1,704 @@ + + + + + + + + + SafarCapture + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + + + +
+ + + + + + + +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ dec 20, 2023 +

Wanderlust India: Beauty of Himalayas

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros congue.

+ Read This +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ nov 20, 2023 +

Temples & Trails: Navigating Ancient Paths in India

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros.

+ Read This +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ oct 20, 2023 +

Top 8 Amazing Places to Stay in india

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros.

+ Read This +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ Feb 21, 2023 +

Sarees and Sunsets: Capturing the Colors of India"

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros congue.

+ Read This +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ Jun 10, 2023 +

Top 8 Amazing Places to Stay in india

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros congue.

+ Read This +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ nov 20, 2023 +

Temples & Trails: Navigating Ancient Paths in India

+

+ Categories By Lorem Ipsum +

+

Susp endisse ullam corper a adipiscing class ullam corper inceptos nisl consequat eros.

+ Read This +
+
+
+
+ + + + + +
+
    +
  • +
  • 1
  • +
  • 2
  • +
  • 3
  • +
  • 4
  • +
  • +
+
+
+
+
+
+
+ + + + +
+ + +
+
+ + + +
+ +
+ + + +
+ +
+ + +
+
+ + + + + + + + +
+
+ +
+
+
+ + + + + + + + + \ No newline at end of file