move from github
This commit is contained in:
commit
440c7e7b50
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
_site
|
||||
.sass-cache
|
||||
.jekyll-cache
|
||||
.jekyll-metadata
|
||||
.DS_Store
|
||||
Gemfile.lock
|
24
404.html
Normal file
24
404.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
23
Gemfile
Normal file
23
Gemfile
Normal file
|
@ -0,0 +1,23 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
# Hello! This is where you manage which Jekyll version is used to run.
|
||||
# When you want to use a different version, change it below, save the
|
||||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||
#
|
||||
# bundle exec jekyll serve
|
||||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "= 4.2.0"
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
# gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-sitemap"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
31
_config.yml
Normal file
31
_config.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
title: This & That Indian Cafe, Manchester
|
||||
description: Home of Rice & Three Curries
|
||||
baseurl: ""
|
||||
url: "https://www.thisandthatcafe.co.uk"
|
||||
|
||||
email_address: info@thisandthatcafe.co.uk
|
||||
facebook_page: ThisAndThatManchester
|
||||
phone_number: 0161 832 4971
|
||||
address: 3 Soap St, The Northern Quarter, Manchester M4 1EW
|
||||
|
||||
deliveroo_url: https://deliveroo.co.uk/menu/manchester/northern-quarter/this-and-that-indian-cafe
|
||||
|
||||
env: production
|
||||
|
||||
markdown: kramdown
|
||||
plugins_dir:
|
||||
- jekyll-sitemap
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
type: posts
|
||||
values:
|
||||
permalink: news/:title
|
||||
layout: post
|
||||
- scope:
|
||||
path: "google65f94dc9a9e4440f.html"
|
||||
values:
|
||||
sitemap: false
|
||||
|
||||
include:
|
||||
- _redirects
|
8
_includes/contact-links.md
Normal file
8
_includes/contact-links.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
* <i class="fa fa-phone"></i> [{{site.phone_number}}](tel:{{site.phone_number}})
|
||||
<!-- * <i class="fa fa-email"></i> [{{site.email_address}}](mailto:{{site.email_address}})
|
||||
|
||||
{% if site.facebook_page %}* <i class="icon-facebook"></i> [{{site.facebook_page}}](https://www.facebook.com/{{site.facebook_page}}){:target="_blank"}{% endif %}
|
||||
{% if site.twitter-username %}* <i class="icon-twitter"></i> [{{site.twitter-username}}](https://twitter.com/{{site.twitter-username}}){:target="_blank"}{% endif %} -->
|
||||
|
||||
|
72
_includes/fontello.css
vendored
Normal file
72
_includes/fontello.css
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('/assets/icons/font/fontello.eot?97299218');
|
||||
src: url('/assets/icons/font/fontello.eot?97299218#iefix') format('embedded-opentype'),
|
||||
url('/assets/icons/font/fontello.woff2?97299218') format('woff2'),
|
||||
url('/assets/icons/font/fontello.woff?97299218') format('woff'),
|
||||
url('/assets/icons/font/fontello.ttf?97299218') format('truetype'),
|
||||
url('/assets/icons/font/fontello.svg?97299218#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||
/*
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?97299218#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: .2em;
|
||||
text-align: center;
|
||||
/* opacity: .8; */
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Animation center compensation - margins should be symmetric */
|
||||
/* remove if not needed */
|
||||
margin-left: .2em;
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-fire:before { content: '\e800'; } /* '' */
|
||||
.icon-droplet:before { content: '\e801'; } /* '' */
|
||||
.icon-home:before { content: '\e802'; } /* '' */
|
||||
.icon-camera-alt:before { content: '\e803'; } /* '' */
|
||||
.icon-clock:before { content: '\e804'; } /* '' */
|
||||
.icon-menu:before { content: '\f0c9'; } /* '' */
|
||||
.icon-food:before { content: '\f0f5'; } /* '' */
|
||||
.icon-foursquare:before { content: '\f180'; } /* '' */
|
||||
.icon-google:before { content: '\f1a0'; } /* '' */
|
||||
.icon-delivery:before { content: '\f1b9'; } /* '' */
|
||||
.icon-yelp:before { content: '\f1e9'; } /* '' */
|
||||
.icon-newspaper:before { content: '\f1ea'; } /* '' */
|
||||
.icon-facebook:before { content: '\f230'; } /* '' */
|
||||
.icon-tripadvisor:before { content: '\f262'; } /* '' */
|
||||
.icon-map-signs:before { content: '\f277'; } /* '' */
|
15
_includes/footer.html
Normal file
15
_includes/footer.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<footer>
|
||||
<p class="text-center">
|
||||
<strong>This & That Cafe</strong>
|
||||
<br>Indian Restaurant / Cafe
|
||||
<br>Soap St, Manchester
|
||||
<br>M4 1EW
|
||||
{% if site.phone_number %}
|
||||
<br>
|
||||
<a href="tel:{{site.phone_number|replace: ' ', ''}}">
|
||||
{{site.phone_number}}
|
||||
</a>
|
||||
{% endif %}
|
||||
<br><a href="/news">News / Press</a> / <a href="/reviews">Reviews</a>
|
||||
</p>
|
||||
</footer>
|
24
_includes/head.html
Normal file
24
_includes/head.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% if page.layout == 'home' %}
|
||||
<link rel="dns-prefetch" href="https://static.xx.fbcdn.net">
|
||||
<link rel="dns-prefetch" href="https://maps.googleapis.com">
|
||||
{% endif %}
|
||||
|
||||
<title>{% if page.metaTitle %}{{ page.metaTitle | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
||||
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
||||
|
||||
{% capture styles %}
|
||||
{% include main.scss %}
|
||||
{% include fontello.css %}
|
||||
{% endcapture %}
|
||||
<style>
|
||||
{{ styles | scssify }}
|
||||
</style>
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
{% include json-ld.html %}
|
||||
</head>
|
19
_includes/header.html
Normal file
19
_includes/header.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<nav class="navbar fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">
|
||||
<i class="icon-fire"></i>
|
||||
This & That Indian Cafe<span class="hidden-sm">, Manchester</span>
|
||||
</a>
|
||||
<div class="navbar__links align--right">
|
||||
{% assign pages_list = (site.pages | sort: 'order') %}
|
||||
{% for my_page in pages_list %}
|
||||
{% assign my_page = pages_list | where: "path", path | first %}
|
||||
{% if my_page.linkText %}
|
||||
<a class="navbar__link" href="{{ my_page.url | relative_url }}">{{ my_page.linkText | escape }}
|
||||
<i class="icon-{{ my_page.icon | escape }}"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
50
_includes/json-ld.html
Normal file
50
_includes/json-ld.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Restaurant",
|
||||
"name": "This & That Cafe",
|
||||
"url": "https://www.thisandthatcafe.co.uk",
|
||||
"telephone": "+441618324971",
|
||||
"servesCuisine": "Indian",
|
||||
"priceRange": "$",
|
||||
"image": "https://www.thisandthatcafe.co.uk/assets/banner-1800.jpg",
|
||||
"sameAs": [
|
||||
"https://goo.gl/maps/XSSrN4gfz2L2",
|
||||
"https://www.facebook.com/ThisAndThatManchester",
|
||||
"https://deliveroo.co.uk/menu/manchester/northern-quarter/this-and-that-indian-cafe",
|
||||
"http://www.theskinny.co.uk/whats-on/manchester/restaurants/this-that",
|
||||
"http://www.keytothecity.co.uk/foodanddrink.php?Id=860&CityId=17&From=Key&Enabled=No",
|
||||
"https://restaurantguru.com/This-and-That-Manchester",
|
||||
"https://www.yell.com/biz/this-and-that-manchester-1136510/",
|
||||
"https://foursquare.com/v/this--that/4bacb73bf964a5204f063be3",
|
||||
"https://www.timeout.com/manchester/restaurants-and-cafes/this-that",
|
||||
"https://www.zomato.com/manchester/this-that-northern-quarter/menu",
|
||||
"https://www.happytrips.com/manchester/this-that/ps58023267.cms",
|
||||
"https://www.yelp.com/biz/this-and-that-manchester",
|
||||
"https://www.tripadvisor.com/Restaurant_Review-g187069-d732222-Reviews-This_That-Manchester_Greater_Manchester_England.html"
|
||||
],
|
||||
"description": "A family run business established in 1984, we’re one of Manchester’s favourite Indian Curry Houses. We offer a huge choice of delicious curries and are located in the heart of the Northern Quarter, tucked away on Soap Street.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "3 Soap St",
|
||||
"addressLocality": "Manchester",
|
||||
"addressRegion": "Greater Manchester",
|
||||
"postalCode": "M4 1EW",
|
||||
"addressCountry": "United Kingdom"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "53.484718",
|
||||
"longitude": "-2.238091"
|
||||
},
|
||||
"hasMap": "https://goo.gl/maps/XSSrN4gfz2L2",
|
||||
"hasMenu": "https://www.thisandthatcafe.co.uk/menu/",
|
||||
"acceptsReservations": false,
|
||||
"openingHours": ["Su-Th 11:30-20:00", "Fr, Sa 11:30-22:00"],
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "reservations",
|
||||
"telephone": "+44 (0) 161 832 4971"
|
||||
}
|
||||
}
|
||||
</script>
|
299
_includes/main.scss
Normal file
299
_includes/main.scss
Normal file
|
@ -0,0 +1,299 @@
|
|||
@charset "utf-8";
|
||||
// Define defaults for each variable.
|
||||
$highlight: #007e60 !default;
|
||||
$text: #3a3a3a !default;
|
||||
$header: #01785d !default;
|
||||
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
|
||||
@import "assets/bootstrap/functions";
|
||||
@import "assets/bootstrap/variables";
|
||||
@import "assets/bootstrap/mixins";
|
||||
//@import "assets/bootstrap/root";
|
||||
@import "assets/bootstrap/reboot";
|
||||
@import "assets/bootstrap/type";
|
||||
@import "assets/bootstrap/images";
|
||||
//@import "assets/bootstrap/code";
|
||||
@import "assets/bootstrap/grid";
|
||||
//@import "assets/bootstrap/tables";
|
||||
//@import "assets/bootstrap/forms";
|
||||
//@import "assets/bootstrap/buttons";
|
||||
//@import "assets/bootstrap/transitions";
|
||||
//@import "assets/bootstrap/dropdown";
|
||||
//@import "assets/bootstrap/button-group";
|
||||
//@import "assets/bootstrap/input-group";
|
||||
//@import "assets/bootstrap/custom-forms";
|
||||
@import "assets/bootstrap/nav";
|
||||
@import "assets/bootstrap/navbar";
|
||||
//@import "assets/bootstrap/card";
|
||||
//@import "assets/bootstrap/breadcrumb";
|
||||
//@import "assets/bootstrap/pagination";
|
||||
//@import "assets/bootstrap/badge";
|
||||
//@import "assets/bootstrap/jumbotron";
|
||||
//@import "assets/bootstrap/alert";
|
||||
//@import "assets/bootstrap/progress";
|
||||
//@import "assets/bootstrap/media";
|
||||
//@import "assets/bootstrap/list-group";
|
||||
//@import "assets/bootstrap/close";
|
||||
//@import "assets/bootstrap/modal";
|
||||
//@import "assets/bootstrap/tooltip";
|
||||
//@import "assets/bootstrap/popover";
|
||||
//@import "assets/bootstrap/carousel";@import "utilities/align";
|
||||
|
||||
// @import "assets/bootstrap/utilities/background";
|
||||
// @import "assets/bootstrap/utilities/borders";
|
||||
// @import "assets/bootstrap/utilities/clearfix";
|
||||
// @import "assets/bootstrap/utilities/display";
|
||||
@import "assets/bootstrap/utilities/embed";
|
||||
@import "assets/bootstrap/utilities/flex";
|
||||
// @import "assets/bootstrap/utilities/float";
|
||||
@import "assets/bootstrap/utilities/position";
|
||||
// @import "assets/bootstrap/utilities/screenreaders";
|
||||
// @import "assets/bootstrap/utilities/sizing";
|
||||
// @import "assets/bootstrap/utilities/spacing";
|
||||
@import "assets/bootstrap/utilities/text";
|
||||
// @import "assets/bootstrap/utilities/visibility";
|
||||
|
||||
@import "assets/bootstrap/print";
|
||||
|
||||
body {
|
||||
//background: url("/assets/background.jpg") no-repeat center center fixed;
|
||||
//background-size: cover;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
nav {
|
||||
font-family: /*iOS*/"AvenirNextCondensed-Regular", "Futura-CondensedMedium", /*MacOSX*/HelveticaNeue-CondensedBold, /*Ubuntu*/ "Ubuntu Condensed", "Liberation Sans Narrow", /*Windows*/"Franklin Gothic Demi Cond", "Arial Narrow", /*Android*/sans-serif-condensed, /*Fallback*/Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
|
||||
font-stretch: condensed;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img#alley {
|
||||
width: 100%;
|
||||
aspect-ratio: 900 / 403;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid $text;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
nav,
|
||||
footer {
|
||||
//background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkmAkAAJ8AmzsOXcYAAAAASUVORK5CYII=);
|
||||
background: #eef9ee;
|
||||
}
|
||||
|
||||
main .container {
|
||||
background: white;
|
||||
}
|
||||
|
||||
span.hidden-sm {
|
||||
@include media-breakpoint-down(sm) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3455db;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
a {
|
||||
color: $header;
|
||||
text-decoration: none;
|
||||
}
|
||||
.navbar-brand {
|
||||
font-size: 130%;
|
||||
}
|
||||
&__link {
|
||||
font-size: 1.2rem;
|
||||
margin-right: 1.5rem;
|
||||
&:hover,
|
||||
&.active,
|
||||
&:active {
|
||||
color: $highlight;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
text-align: center;
|
||||
|
||||
.container {
|
||||
display: block;
|
||||
}
|
||||
&__link {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 80px 0 90px;
|
||||
line-height: 1.8;
|
||||
color: $text;
|
||||
.container {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
padding-top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
border-bottom: 1px solid $text;
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
|
||||
&__subtitle {
|
||||
opacity: 0.7;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
text-align: center;
|
||||
|
||||
&__subtitle {
|
||||
display: block;
|
||||
font-size: 50%;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
&__subtitle {
|
||||
font-size: 60%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.margin {
|
||||
&--top {
|
||||
margin-top: 60px;
|
||||
}
|
||||
&--bottom {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top-color: #eee;
|
||||
}
|
||||
|
||||
.page {
|
||||
strong {
|
||||
color: $highlight;
|
||||
}
|
||||
h2 {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 10px;
|
||||
margin-top: 0;
|
||||
i {
|
||||
width: 3em;
|
||||
opacity: 0.3;
|
||||
text-align: center;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
&--menu {
|
||||
text-align: center;
|
||||
em {
|
||||
color: #1cb81c;
|
||||
font-style: normal;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
h2 {
|
||||
padding-top: 115px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.embed-reviews {
|
||||
iframe {
|
||||
display: block;
|
||||
border: 0;
|
||||
}
|
||||
.TA_selfserveprop {
|
||||
width: 100%;
|
||||
height: 333px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.social-links {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
||||
&__icon {
|
||||
width: 2em;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
opacity: 0.7;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&__list {
|
||||
position: relative;
|
||||
padding: 0 0 20px 40px;
|
||||
min-height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 4rem 0;
|
||||
font-size: 80%;
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.warning-notice {
|
||||
background: #f9eeee;
|
||||
padding: 10px;
|
||||
margin-bottom: 2em;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
border: 1px solid #a60000;
|
||||
color: #a60000;
|
||||
}
|
||||
|
||||
$rona: #4b5555;
|
||||
|
||||
.coronavirus {
|
||||
background: #eef9ee;
|
||||
padding: 10px;
|
||||
margin-bottom: 2em;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
border: 1px solid $rona;
|
||||
color: $rona;
|
||||
|
||||
a {
|
||||
color: $rona;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
1
_includes/phone-link.md
Normal file
1
_includes/phone-link.md
Normal file
|
@ -0,0 +1 @@
|
|||
[{{site.phone_number}}](tel:{{site.phone_number|replace:' ',''}})
|
22
_includes/right-column.md
Normal file
22
_includes/right-column.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
### Location
|
||||
|
||||
3, Soap St,
|
||||
The Northern Quarter,
|
||||
Manchester
|
||||
**M4 1EW**
|
||||
|
||||
[View on Google Maps](https://goo.gl/maps/xTNreANmJEz)
|
||||
|
||||
[Order with Deliveroo]({{site.deliveroo_url}})
|
||||
|
||||
---
|
||||
|
||||
#### Opening Times
|
||||
|
||||
**Friday & Saturday**
|
||||
11:30am to 9:00pm
|
||||
|
||||
**Sunday - Thursday**
|
||||
11:30am to 8:00pm
|
||||
|
||||
---
|
10
_includes/social-media-feeds.html
Normal file
10
_includes/social-media-feeds.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="hidden-sm">
|
||||
<div class="embed-reviews margin--bottom">
|
||||
<div id="TA_selfserveprop139" class="TA_selfserveprop">
|
||||
</div>
|
||||
<script async src="https://www.jscache.com/wejs?wtype=selfserveprop&uniq=139&locationId=732222&lang=en_UK&rating=true&nreviews=5&writereviewlink=false&popIdx=true&iswide=false&border=false&display_version=2"></script>
|
||||
</div>
|
||||
<div class="embed-reviews margin--bottom">
|
||||
<iframe title="Reviews from This and That's Facebook Page" loading="lazy" width="100%" height="400" src="https://www.facebook.com/v2.12/plugins/page.php?adapt_container_width=true&app_id=179012276202158&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Dff9c0a898e5b1c%26domain%3Dwww.thisandthatcafe.co.uk%26origin%3Dhttps%253A%252F%252Fwww.thisandthatcafe.co.uk%252Ff2a8cfc78fa4cf8%26relation%3Dparent.parent&container_width=270&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2FThisAndThatManchester%2F&locale=en_US&sdk=joey&show_facepile=true&small_header=true&tabs=timeline"></iframe>
|
||||
</div>
|
||||
</div>
|
38
_includes/social-media-links.html
Normal file
38
_includes/social-media-links.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<ul class="social-links">
|
||||
<li class="social-links__list">
|
||||
<i class="social-links__icon icon-facebook"></i>
|
||||
<a rel="noopener" class="social-links__link" href="https://www.facebook.com/ThisAndThatManchester" target="_blank">
|
||||
<strong>Like</strong> T&T on
|
||||
<strong>Facebook</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social-links__list">
|
||||
<i class="social-links__icon icon-google"></i>
|
||||
<a rel="noopener" class="social-links__link" href="https://goo.gl/maps/xTNreANmJEz" target="_blank">
|
||||
<strong>Review</strong> T&T on
|
||||
<strong>Google</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social-links__list">
|
||||
<i class="social-links__icon icon-tripadvisor"></i>
|
||||
<a rel="noopener" class="social-links__link" href="https://www.tripadvisor.com/Restaurant_Review-g187069-d732222-Reviews-This_That-Manchester_Greater_Manchester_England.html"
|
||||
target="_blank">
|
||||
<strong>Review</strong> T&T on
|
||||
<strong>TripAdvisor</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social-links__list">
|
||||
<i class="social-links__icon icon-foursquare"></i>
|
||||
<a rel="noopener" class="social-links__link" href="https://foursquare.com/v/this--that/4bacb73bf964a5204f063be3" target="_blank">
|
||||
<strong>Check in</strong> on
|
||||
<strong>FourSquare</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social-links__list">
|
||||
<i class="social-links__icon icon-delivery"></i>
|
||||
<a rel="noopener" class="social-links__link" href="{{site.deliveroo_url}}" target="_blank">
|
||||
<strong>Place an Order</strong> on
|
||||
<strong>Deliveroo</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
20
_includes/title.html
Normal file
20
_includes/title.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
<div class="header">
|
||||
<h1 class="header__text">
|
||||
{% if page.icon %}
|
||||
<i class="header__icon icon-{{page.icon}}"></i>
|
||||
{% endif %}
|
||||
{{ page.title | escape }}
|
||||
{% if page.subtitle %}
|
||||
<small class="header__subtitle">
|
||||
{{ page.subtitle }}
|
||||
</small>
|
||||
{% endif %}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
{% if page.path != 'curry-hamper-deliveries.md' %}
|
||||
<div class="coronavirus">
|
||||
<a href="/curry-hamper-deliveries">We're Deliveroo-ing our curries - click here for details.</a> We're also open for <strong>takeaways, dining in, and outdoor dining</strong> (weather permitting).
|
||||
</div>
|
||||
{% endif %}
|
13
_layouts/default.html
Normal file
13
_layouts/default.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{% include header.html %}
|
||||
<main>
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
9
_layouts/delivery-area.html
Normal file
9
_layouts/delivery-area.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include title.html %}
|
||||
|
||||
<div class="content">
|
||||
{{ content }}
|
||||
</div>
|
22
_layouts/home.html
Normal file
22
_layouts/home.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include title.html %}
|
||||
|
||||
<div class="img-thumbnail margin--bottom">
|
||||
<img id="alley" alt="A view down Soap St, Manchester - home of This & That Cafe" srcset="/assets/banner-500.jpg 500w, /assets/banner-680.jpg 680w, /assets/banner-920.jpg 920w, /assets/banner-1800.jpg 1800w" sizes="100vw" />
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8 page page--home margin--bottom">
|
||||
{{ content }}
|
||||
<div class="hidden-sm embed-responsive embed-responsive-16by9 margin--top">
|
||||
<iframe title="This and That Cafe on Google Maps" class="embed-responsive-item" loading="lazy" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2374.0902083389733!2d-2.24027968415632!3d53.48471798000824!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487bb1c30c61cde3%3A0x423b3eb199e7f3d1!2sThis+%26+That!5e0!3m2!1sen!2sbe!4v1520108311593"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{% include social-media-feeds.html %}
|
||||
{% include social-media-links.html %}
|
||||
</div>
|
||||
</div>
|
18
_layouts/page.html
Normal file
18
_layouts/page.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include title.html %}
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-sm-1 margin--bottom">
|
||||
<div class="page {{page.cssClass}}">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 order-sm-2 margin--bottom">
|
||||
{% capture rightColumn %}{% include right-column.md %}{% endcapture %}
|
||||
{{ rightColumn | markdownify }}
|
||||
<hr>
|
||||
{% include social-media-links.html %}
|
||||
</div>
|
||||
</div>
|
27
_layouts/post.html
Normal file
27
_layouts/post.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<div itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<div class="header">
|
||||
<h1 class="header__text" itemprop="heading">
|
||||
{% if page.icon %}
|
||||
<i class="header__icon icon-{{page.icon}}"></i>
|
||||
{% endif %}
|
||||
{{ page.title | escape }}
|
||||
{% if page.subtitle %}
|
||||
<small class="header__subtitle">
|
||||
{{ page.subtitle }}
|
||||
</small>
|
||||
{% endif %}
|
||||
</h1>
|
||||
</div>
|
||||
<div class="content" itemprop="articleBody">
|
||||
<p>
|
||||
<em datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
||||
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
|
||||
{{ page.date | date: date_format }}
|
||||
</em>
|
||||
</p>
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
28
_layouts/posts.html
Normal file
28
_layouts/posts.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include title.html %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-md-1 margin--bottom">
|
||||
<div class="page {{page.cssClass}}">
|
||||
<ul class="post-list">
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
|
||||
<span class="post-meta">{{ post.date | date: date_format }}</span>
|
||||
<h5>
|
||||
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
|
||||
<br><small>{{ post.subtitle | escape }}</small>
|
||||
</h5>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 order-md-2 margin--bottom">
|
||||
{% capture rightColumn %}{% include right-column.md %}{% endcapture %} {{ rightColumn | markdownify }}
|
||||
<hr> {% include social-media-links.html %}
|
||||
</div>
|
||||
</div>
|
29
_posts/2011-12-27-good-gobble.md
Normal file
29
_posts/2011-12-27-good-gobble.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: This & That
|
||||
subtitle: Good Gobble
|
||||
metaTitle: Good Gobble Review of This & That Curry Cafe, Manchester
|
||||
---
|
||||
|
||||
Last week, I took a break from my gruelling Christmas shopping schedule to meet up for lunch with the Doyles at [This & That Café](https://www.thisandthatcafe.co.uk/) - tucked down an alley in the Northern Quarter. I'd actually wanted to try This & That out for some time - if I had a quid for every time I'd had it recommended to me, I'd have, well, at least a fiver.
|
||||
|
||||
![](https://1.bp.blogspot.com/--RFzPbxBPf4/Tvl7gpfmLXI/AAAAAAAACRw/GA8P-Q_mNIE/s1600/doyle+in+this+and+that.jpg)
|
||||
|
||||
This & That is something of a Manchester institution, with many claiming its inexpensive, no-frills curries are the best in the city. Every lunchtime, the place is packed full of hungry diners of all ages, genders and professions and it can apparently get so busy you'll struggle to find a seat.
|
||||
|
||||
On this particular cold, windy and rainy Monday, I was so pleased to be going somewhere warm that the somewhat shifty exterior on the way into the somewhat shifty interior didn't bother me a jot. The place was typically busy so we joined the queue to order our Rice and 3 Veg curry deal. The menu changes daily ensuring that you literally could eat there every day of the week and today's veggie options were Lentil Daal, Mixed Veg and Cauliflower with Potatoes.
|
||||
|
||||
The three scrummy looking curries were slopped onto my plastic plate and handed to me so I could top them with a nice bit of green chilli and corriander. We helped ourselves to knives and forks and tap water from the jug and were even lucky enough to get a table to ourselves.
|
||||
|
||||
![](https://2.bp.blogspot.com/-ZJ5ZMh_x6T4/Tvl_wFB4mVI/AAAAAAAACR8/RzuPZ3jzjhs/s1600/my+curry+at+this+and+that.jpg)
|
||||
|
||||
The three curries were all very tasty - hearty, flavoursome and very well-cooked, with the chopped chillis I'd distributed to my plate adding a bit of spicy excitement. I loved the textures of the various curries mixed together with the rice - thick sauces with tender veg and soft, grainy potatoes. Doyle also ordered a large Onion Bhaji which he said was very nice too.
|
||||
|
||||
Due to its canteen-esque nature, This & That isn't really the type of place to sit around for a post-meal chat, and the chances are someone will be after your seat anyway, so we discussed our thoughts on the meal while walking through town. We were all in agreement that the food had been good and our bellies were full - very satisfied. The food was also very healthy - no visible oil or grease, and I'm pretty sure my meal provided me with one or two of my 5-a-day.
|
||||
|
||||
At £3.30 a for Rice and 3 curries with a big old bhaji a snip at 70p you really cannot argue with the price either. I thought it's no wonder so many people go to This & That when you could quite easily spend the same amount of money on a rubbish sandwich or a sub-par coffee. If I worked in the centre I would definitely be in there every day trying out different dishes - if you were a meat eater you could try out a whole range of combinations resulting in a completely different meal every time.
|
||||
|
||||
So This & That was a hit. What did I think about the claim that the serve "the best curries in Manchester"? Hmm. Best _value_ maybe, but I'm not sure if the food and overall experience were awesome enough for me to give them that coveted title. I'll just have to go back and try out a few more yummy meals before I decide - poor me!
|
||||
|
||||
![](https://3.bp.blogspot.com/-IAGlML5eTOA/TvmCV5hYOjI/AAAAAAAACSI/8NQ-7WQAdwY/s1600/jeni+in+this+and+that.jpg)
|
||||
|
||||
**[Source](https://goodgobble.blogspot.com/2011/12/this-that.html)**
|
58
_posts/2014-07-09-manchester-confidentials-reviewed.md
Normal file
58
_posts/2014-07-09-manchester-confidentials-reviewed.md
Normal file
|
@ -0,0 +1,58 @@
|
|||
---
|
||||
title: This'n'That Cafe Reviewed
|
||||
subtitle: Manchester Confidentials
|
||||
metaTitle: Jonathan Schofield goes for the original rice and three at This & That Curry Cafe, Manchester
|
||||
---
|
||||
|
||||
![](https://old.manchesterconfidential.co.uk/i/O0Y/7GR5_M.jpg)
|
||||
|
||||
> Jonathan Schofield goes for the original rice and three
|
||||
|
||||
THE first rule of This'n'That is you can't find it - unless you're a regular.
|
||||
|
||||
> It's a bit like Deborah's house in the Pulp song 'very small with woodchip on the wall.'
|
||||
|
||||
The second rule is upon leaving This'n'That you'll bump into a posh tourist saying: "I say, I read in all the magazines, FHM, The Chap, that This'n'That is quite the thing for a cheap eat Mancunian lunch. You couldn't tell me where it is? There'd be a shilling in it for you."
|
||||
|
||||
Every person who half knows anything about Manchester food knows of This'n'That.
|
||||
|
||||
National journalists are the worst using the venerable cafe as a fallback option when asked about the value-end of the food market in the city. They've been told by a friend of a friend of a friend about it ten years ago and stored it for a 'list' article. Hence its celebrity and very own tourist trade.
|
||||
|
||||
Still, it deserves its reputation for longevity alone. The place opened in a mythical time when David Bowie still wore face paint and cars were beige. It's thought of as 'the pioneer'.
|
||||
|
||||
There are plenty of other curry cafes in the area, Yagdar for example, remnants of the former Asian controlled ragtrade hereabouts, but This'n'That is the best known. Whether it actually pioneered the concept of rice'n'three is a fact lost in history but it's the cafe we all credit.
|
||||
|
||||
After the fourth time of looking you'll find This'n'That on Soap Street. The name is perverse. This is one of the few back alleys to have escaped gentrification in the Northern Quarter. The crumbling, damp, deformed little thoroughfare is the urban landscape equivalent of a human target on Channel 5's _Bodyshock_.
|
||||
|
||||
Inside This'n'That is equally raggedy-arse.
|
||||
|
||||
If Reds, the Americana food purveyor in Albert Square cost £1.5m to fit-out, This'n'That cost 30p. It's a bit like Deborah's house in the Pulp song 'very small with woodchip on the wall'. In fact you could imagine a lugubrious but insouciant Jarvis Cocker perched on one of the plastic bus shelter seats reading a curled at the corners paperback.
|
||||
|
||||
I was here on a mission.
|
||||
|
||||
We're doing a Best of MCR Cheap Eats article beginning with short reviews of places such as this. Thus I had to locate a full meal, no discounting allowed, for around a fiver in the city centre. This'n'That felt right.
|
||||
|
||||
My rice and three cost £4.90. Bingo. I had rice, two meat and one veg, but you can get the 'three' in any combination of meat and veg. I thought what the hell, live a little and got a chapati too, which was either 40p or 50p I forget - more expensive than the fit-out anyway.
|
||||
|
||||
The pile of Basmati rice was lovely, a lamb steak curry was sturdy, a chicken curry lacklustre but a spinach, potato and carrot veggie curry was heroic.
|
||||
|
||||
The food filled me. It provided spice - and all those curries and rice bunched up in a chapati sandwich was the bee's knees. The food won't win any beauty competitions and I'm not sure it's better than Yagdar but hey, it's the pioneer.
|
||||
|
||||
The staff smiled, the place even at 2pm on a Wednesday was satisfactorily full. People talked.
|
||||
|
||||
I, Billy-no-mates, people watched.
|
||||
|
||||
The wine range was extensive as Cheshire Life say, consisting of free jugs of tap water or sugary soft drinks. I had the water.
|
||||
|
||||
I left happy. And sober. For once.
|
||||
|
||||
Round the corner, upon leaving, there was a dandy chap with a monocle and a smoking jacket. He waved me over: "I say, I read in the magazines, FHM, The Chap, that This'n'That is quite the thing for a cheap eat Mancunian lunch. You couldn't tell me where it is? There'd be a shilling in it for you."
|
||||
|
||||
**This'n'That, Soap Street, off Thomas Street, City centre. 0161 832 0708**
|
||||
|
||||
**Rating: 14/20**
|
||||
Food: 7/10
|
||||
Service: 3/5
|
||||
Ambience: 4/5
|
||||
|
||||
**[Source](http://old.manchesterconfidential.co.uk/Food-and-Drink/Indian/ThisnThat-Cafe-Reviewed)**
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
title: Manchester Curry cafe This and That gets a makeover and social media isn't sure
|
||||
subtitle: Manchester Evening News
|
||||
metaTitle: Manchester Curry cafe This and That gets a makeover and social media isn't sure
|
||||
---
|
||||
|
||||
> The change at the Northern Quarter mainstay is upsetting a few people - but we reckon the new look is a step up
|
||||
|
||||
Has the last bastion of old Northern Quarter in Manchester finally gone?
|
||||
|
||||
Twitter went wild when news hit that rice and three diner and takeaway This & That was having a make over.
|
||||
|
||||
But we poked our head in and have to say, we really approve of their slightly Scandi-style canteen with its cool grey walls and friendly bench seating.
|
||||
|
||||
This & That, at 3 Soap Street behind Trof NQ, has been one of the best places for an authentic curry at lunch for a long time. And its dining approach is simple: join the queue, choose your three curries to go with your rice, and enjoy.
|
||||
|
||||
![](https://i2-prod.manchestereveningnews.co.uk/incoming/article11289922.ece/ALTERNATES/s615b/JS89079477.jpg)
|
||||
|
||||
(Image: Matt Ratcliffe)
|
||||
|
||||
But over the last few years under current owner Ismail Mallu (pictured serving above) - who took over the bijou diner in 1992 - This & That has gone from the city's best kept secret to appearing in national newspapers and tourist guide as a must stop spot.
|
||||
|
||||
And so the place decided it was time for a change, steered by long time customers Marfin and Rina - architects and interior designers M+R Studios.
|
||||
|
||||
![](https://i2-prod.manchestereveningnews.co.uk/incoming/article11289914.ece/ALTERNATES/s615b/JS89079364.jpg)
|
||||
|
||||
(Image: Matt Ratcliffe)
|
||||
|
||||
They decided the red plastic takeaway-style tables and chairs had to go, and there's even a little nod to the Hacienda with a pillar daubed in black and yellow stripes - a tribute to the club which also started in the early 1980s.
|
||||
|
||||
The new scheme has upped seating from 45 to over 60 and, says Mr Mallu, as a consequence more people have been stopping in to eat because they can sit in bigger groups.
|
||||
|
||||
![](https://i2-prod.manchestereveningnews.co.uk/incoming/article11289918.ece/ALTERNATES/s615b/JS89079378.jpg)
|
||||
|
||||
(Image: Matt Ratcliffe)
|
||||
|
||||
This & That opens from 11.30am to 4.30pm from Sunday to Thursday, and from 11.30am to 8pm on Friday and Saturday. Rice with three vegetarian options starts at £3.90, or up to £6 for three meat options. A loaded four curries and rice option is available for £6.50.
|
||||
|
||||
The menu changes daily and can be viewed on the official [This & That](https://www.thisandthatcafe.co.uk/menu/) website.
|
||||
|
||||
**[Source](https://www.manchestereveningnews.co.uk/whats-on/food-drink-news/this-that-curry-northern-quarter-11289504)**
|
31
_posts/2016-06-14-obi-property-love-letter.md
Normal file
31
_posts/2016-06-14-obi-property-love-letter.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: A Love Letter To…rice’n’three
|
||||
subtitle: OBI Properties
|
||||
metaTitle: A Love Letter to Rice n Three from OBI Properties
|
||||
---
|
||||
|
||||
> A lot has been written in recent times about Manchester’s quest for a Michelin-starred restaurant. Who cares? They can keep their stars. And if it didn’t mean
|
||||
|
||||
![](https://obiproperty.co.uk/wp-content/uploads/2016/06/Indian.jpg)
|
||||
|
||||
A lot has been written in recent times about Manchester’s quest for a Michelin-starred restaurant. Who cares? They can keep their stars. And if it didn’t mean that the places would get packed out by tourists, I’d ask Michelin to bestow a special award on that most Mancunian food treat: the rice’n’three.
|
||||
|
||||
The humble rice’n’three – for the uninitiated, that’s a helping of rice along with scoops of three different curries – is, to my mind, every bit as quintessentially Manchester as Coronation Street. As City and United. As Factory Records, the Hacienda and all that.
|
||||
|
||||
As far as I’m aware, nowhere else does this. Not Liverpool, Leeds, Edinburgh, not even London. True, Bradford, Birmingham and Leicester have some mind-meltingly great curries on offer at decent prices and each could stake a claim to being England’s curry capital. But nowhere else has wonderful food from the sub-continent combined with local entrepreneurial spirit in such a way. A budget lunchtime bundle of happiness with a catchy name.
|
||||
|
||||
The price is just part of the appeal. Generally speaking, a decent feed will cost you somewhere between £4 and £6 these days. Price-wise, you’ll pay more if you have more meat-based curries than veg, and you’ll pay a bit more at the better known places such as Kabana or Al Faisal. There are maybe ten places scattered around the Northern Quarter, plus a smattering around Strangeways.
|
||||
|
||||
Extras – samosas, bhajis etc – come in at a quid or so. No booze. Jugs of water are laid out, and it’s wise to keep one close to hand if you’re piling on the green chillies, which you’ll usually find laid out on the counter alongside coriander.
|
||||
|
||||
The range of flavours is what makes it. Lentils and chickpeas done in a way that eludes the home chef, tikka lamb chops to kill for. Marhaba, my curry caff of choice, is the only one with a proper tandoor oven, in which they’ll make your naan fresh to order. Not to have one would be an act of self-hatred. The chilli naan has been known to make my greediest friend weep with joy.
|
||||
|
||||
You don’t have to do rice’n’three of course – at Marhaba, my meal of choice is the daal gosht, lamb and lentils (with a naan of course). You make of it what you will. Each place has its own style – at the legendary This & That, the curries are thinner, less flavour-packed. They do offal on a Wednesday and have fixed options for each day of the week. Hunters BBQ do game dishes. On a Sunday, most places do a traditional nihari, big hunks of lamb in a gingery, fiery sauce.
|
||||
|
||||
Each place has its own loyal following and the experience can be as solitary or as clubbable as you like. I’ve dived into Yadgar while on the way for a train, because I know I can order, eat, take a breather and be on my way in ten minutes. Then again, I know groups of lawyers, bankers and property developers who decamp religiously to Kabana for a team lunch once a week. At Marhaba, where there are only about four tables, each seating two, you can barely help getting involved in a chat with other punters and the staff.
|
||||
|
||||
If I have visitors with me who are up for the slightly rough and ready, I’ll not hesitate in ushering them down Back Piccadilly or Thomas Street. With all due deference to the many decent restaurant operators out there, with all their Manc-music collages, daring wine lists and top notch decor, they can’t match these places for authenticity.
|
||||
|
||||
As the gentrification of the Northern Quarter continues, we should all hope and pray these oases of culinary delight remain. That’s not backing the little guy through some perverse contrariness – it’s just bloody good food. Rice’n’threesy does it every time.
|
||||
|
||||
**[Source](https://obiproperty.co.uk/a-love-letter-to-ricenthree/)**
|
19
_posts/2017-10-04-manc-union-hidden-gem.md
Normal file
19
_posts/2017-10-04-manc-union-hidden-gem.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "Review: This & That, Manchester's hidden gem"
|
||||
subtitle: The Mancunion
|
||||
metaTitle: This & That, Manchester's hidden gem - The Mancunion
|
||||
---
|
||||
|
||||
> Concealed in a Northern Quarter alleyway, this Indian canteen can be hard to find. However a visit here is well worth the search
|
||||
|
||||
At first glance, the exterior of this family-owned cafe can be misleading. Situated in a fairly shabby Northern Quarter backstreet and with only a small sign marking its entrance, it is fair to say that initial appearances were not profound. However, from the first tentative peek into its interior it became apparent that this joint was an incredibly popular, bustling establishment.
|
||||
|
||||
They have been serving customers for over thirty years and apparently, the restaurant’s design has not changed much. The décor largely resonates a school canteen. Long communal tables and chairs stretch across the room and a kitchen with a buffet style serving table occupies the far end. It is from this serving counter that the most amazing smells of spices and curries fill up the room and set eager customer’s stomachs rumbling. Impressively, the menu changes daily and encompasses a range of both vegetarian and meat curries.
|
||||
|
||||
During the busy lunch period, This & That offers its customers a range of deals including rice and three veg curries £3.90 – rice, two veg and one meat £4.50 – rice, two meat, one veg £5.50 and so on. Impressively, the curries they serve change daily which means you can visit here in any one of your lunch breaks and not grow bored of the menu.
|
||||
|
||||
I visited here on a Wednesday and chose the rice, two veg and one meat deal. The options available included a lamb and split pea curry, saag aloo, daal, vegetable biryani, keema (minced meat) and a chicken curry. Spoilt for choice, I was deliberating for quite some time, however, I finally decided on the saag aloo, lamb and carrot curry – their lamb and potato dish had proven so popular they had swapped in the carrot – and the daal. Whilst the presentation of my plate was unsurprisingly sloppy, the portion sizes blew me away! If you want to get more than your money’s worth then This & That is certainly the place to visit.
|
||||
|
||||
Before I was served my curries I had greedily also asked for a chapatti to accompany my meal, however upon eating this mound of delicious food I quickly realised that supplements were not necessary to leave feeling full. Nevertheless, the choice of ‘sundries’ the cafe offers are very cheaply priced and deliciously made, so I do recommend. I can not fault any of the curries I tried as they were all delicious and, considering my meal was under five pounds, I was very impressed with the quality. Therefore, If you are looking for somewhere cheap to eat that’s off the beaten track of the curry mile then _This & That_ is well worth the visit. They are open seven days a week and you can also have your meals to takeaway if you are on the go. Visit their website [here](https://www.thisandthatcafe.co.uk/) to find out more.
|
||||
|
||||
**[Source](https://mancunion.com/2017/10/04/review-this-that-manchesters-hidden-gem/)**
|
31
_posts/2019-02-19-the-munch-blog-review.md
Normal file
31
_posts/2019-02-19-the-munch-blog-review.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: "Review: This And That Cafe"
|
||||
subtitle: The Munch MCR
|
||||
metaTitle: The Munch's review of This & That Indian Restaurant Manchester
|
||||
---
|
||||
|
||||
> This and That Manchester restaurant review - The Munch food blog reviews the legendary Northern Quarter curry house and cheap lunch spot This & That Cafe.
|
||||
|
||||
### This and That cafe is an institution of the Manchester food scene, and its sub-£5 ‘rice and three curries’ is a legendary lunch for good reason.
|
||||
|
||||
Wandering around the Northern Quarter on a weekday lunch time, you may well spot a trail of hungry looking office workers scuttling down what – to the uninitiated – appears to be an empty, dead-end side road. Follow these grey-suited food pilgrims and you’ll find one of Manchester’s worst kept secrets, This & That Indian Cafe. From the street the only indication of its existence is a single white sign, bearing only the name, a phone number and the words ‘rice and three curries’. This & That, however, isn’t a place that needs to advertise. Established in 1984, this family-run curry house has built up a loyal following, and a reputation as one of the best spots for a cheap lunch.
|
||||
|
||||
Even at midday on a Wednesday the place was packed with curry devotees, crammed along the communal tables or jealously guarding their counter-side stools. A large menu on the wall displays the curry offerings for each day – there are typically 3 vegetarian options and 6 meat or fish – but you could just as easily have a glance over the vats of gorgeous smelling curries lined along the counter to take your pick. You can stick to just the one dish, but everyone goes for the rice and three curries deal. It’s written everywhere, so it’d be rude not to. And when it’s this cheap – £4.50 for the vegetarian selection, a little more if you want meat – you can’t go wrong.
|
||||
|
||||
![](https://www.themunchblog.com/wp-content/uploads/2019/02/thisthat1-1024x768.jpg)
|
||||
|
||||
Your eyes might not love it but your belly will.
|
||||
|
||||
With so many hungry customers, This & That is a fast moving place – before you can finish saying ‘rice and three curries’ at the counter you’re handed an enormous plate of steaming Indian goodness. Then you’re confronted with the sides. Having noticed that all the regulars had a chapati, we had to as well, like the sheeple we are. At the end of the counter there’s a small table of condiments – chillies, chopped coriander, yogurt, etc. With the speed of the service and the excitement to eat (not to mention the challenge of finding a seat), this is easily missed. But skip it and you’ll regret it – these are the finishing touches your curry deserves.
|
||||
|
||||
We went for the three veggie curries, which on a Wednesday meant spinach and potato, kidney bean and potato and a daal. The yellow, coconutty daal was a pleasant belly-warmer on what was a very cold day. It didn’t knock our socks off – some more spice wouldn’t have been amiss here – but it was deliciously creamy, hot and filling, and you can easily rectify the lack of chilli yourself. Spinach and potato curry is usually a favourite of mine, but while this one was full-bodied and well-spiced, it was somewhat let down by being oddly sweet and a little too mushy. This same problem afflicted the veg biryani, available on Wednesdays as an alternative to plain rice. It seemed like an exciting extra, but ultimately it only distracted from the curries – I’d stick to the normal rice. On the other hand, the kidney bean and potato curry really hit the spot. It packed a rich, savoury punch that was perfectly complimented by the tangy yogurt raita – we told you not to miss the condiments table – and the real star of the show, the soft, pillow-y chapati. I’ve never before liked a chapati so much that I’d happily eat it on its own, although it is the perfect method of plate-to-mouth curry transportation. Today’s lesson: watch the regulars – sometimes it pays to be sheeple.
|
||||
|
||||
All in all, these might not the very best curries in the world, but for under a fiver – and in the centre of town – you get a mountain of honest, flavourful, home-made Indian food. With over 35 years experience of fuelling Mancunians with their famous rice and three curies, these guys know what their doing. You can be pretty confident you’ll leave with that warm glow that only being stuffed full of curry can provide.
|
||||
|
||||
**Go if:** You crave a speedy dosage of warmth, flavour and fullness, or if you’ve been wondering why your colleagues keep coming back from their lunch break looking so smug.
|
||||
|
||||
**Don’t go if:** You’re easily flustered – This and That is a busy, bustling place with a quick turnaround. It’s not somewhere to sit and chat either. The people need their curry, and for that they need your seat.
|
||||
|
||||
**How much:** £4.50-£6.50 for rice and three curries
|
||||
|
||||
**[Source](https://www.themunchblog.com/2019/02/02/review-this-and-that-cafe/)**
|
29
_posts/2019-08-21-the-manc-love-letter.md
Normal file
29
_posts/2019-08-21-the-manc-love-letter.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "A Love Letter to This & That: Manchester’s greatest dinner spot"
|
||||
subtitle: The Manc
|
||||
metaTitle: "A Love Letter to This & That: Manchester’s greatest dinner spot"
|
||||
---
|
||||
|
||||
> The kings of curry!
|
||||
|
||||
**If you’ve never had the pleasure of visiting This & That then you’re missing out on one of Manchester’s ultimate hidden gems.**
|
||||
|
||||
Hidden down an unassuming back alley in the Northern Quarter near Trof, this family run business has been serving Mancs some of the best curry this side of India since 1984.
|
||||
|
||||
You’ve probably walked past it a thousand times and been none the wiser to the curry mastery that’s happening just yards away. However, once you step through that door and order your first rice ‘n’ three, you’ll be back on those communal benches for another scran as soon as is physically possible.
|
||||
|
||||
If you’re not familiar with a rice ‘n’ three, it’s pretty much exactly what it sounds like - a portion of rice served with three curries of your choice.
|
||||
|
||||
At This & That the curries rotate daily, with approximately 8-10 different options available on any given day, including plenty of vegetarian and vegan options. The food is homemade and prepared using fresh whole spices, which gives the dishes their authentic taste and flavour.
|
||||
|
||||
And they are all incredible. I must have eaten there hundreds of times and I’ve never had a bad curry, from the keema (a personal favourite) to the spinach and potato, chana (chickpea), lamb steak, fish curry, all the way to their chicken curry and beyond, it’s all 10/10.
|
||||
|
||||
Another great thing about This & That is the price, us Mancs love a bargain and you’ll find plenty of those down here. Rice and three veg curries will set you back a mere £4.50, while at the other end rice and three meat will cost you just £6.50 (different combinations of meat and veg will cost you either £5, £5.50 or £6, depending how meat-heavy you go).
|
||||
|
||||
My personal highlight is always the additional toppings you can whack on top of your curry for no extra cost, including coriander, onions and chopped fresh green chilli (the more the merrier for me).
|
||||
|
||||
This & That is located at 3 Soap Street, Manchester M4 1EW so get yourself down there - you can thank me later.
|
||||
|
||||
You can keep up to date with what they’re doing on their [Facebook page here](https://www.facebook.com/ThisAndThatManchester/), and for the full menu and opening times head over [to their website](https://www.thisandthatcafe.co.uk/menu/).
|
||||
|
||||
**[Source](https://themanc.com/news/a-love-letter-to-this-that-manchesters-greatest-dinner-spot/)**
|
15
_posts/2019-09-01-the-best-curries-in-manchester.md
Normal file
15
_posts/2019-09-01-the-best-curries-in-manchester.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "The Best Curries in Manchester"
|
||||
subtitle: HelloStudent.co.uk
|
||||
metaTitle: "The Best Curries in Manchester"
|
||||
---
|
||||
|
||||
Manchester, home to one of the top Universities in England and famous for its excellent nightlife and live music scene, also has another draw for students trying to decide which University to go to. ‘The Curry Mile’ is the nickname given to the part of Wilmslow Road that stretches from the University campus through Rusholme in South Manchester, the area bordering the popular student area Fallowfield. The name is earned from the large number of restaurants, take-aways and kebab houses specialising in South Asian cuisine, and the road is thought to be the largest concentration of South Asian restaurants outside the Indian subcontinent. Within a stretch of half a mile there are at least seventy curry houses and takeaways, giving you plenty to choose from when you are craving that Indian takeaway after a night out. As a student of Manchester University myself, I had plenty of opportunities to try a wide variety of the restaurants both on the Curry Mile and beyond in the city centre, so here is a list of what I believe are some of the best Indian restaurants in Manchester.
|
||||
|
||||
![](https://www.hellostudent.co.uk/propeller/uploads/2019/09/This-and-That-Northern-Quarter-785x486-720x486.jpg)
|
||||
|
||||
## 2. This and That
|
||||
|
||||
Located in the Northern Quarter and tucked on a side street, This and That is one of the best well known secrets in Manchester. This family run business has been well established since the 80s and offers a huge variety of fresh, homemade curries, and for extremely cheap. My favourite thing is to go in and ask for whatever they recommend. Trust me, you will leave full and extremely satisfied with the delicious plate of (budget friendly) curry that you have just wolfed down.
|
||||
|
||||
**[Source](https://www.hellostudent.co.uk/2019/09/the-best-curries-in-manchester/)**
|
54
_posts/2019-10-17-retired-martin.md
Normal file
54
_posts/2019-10-17-retired-martin.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: "THIS & THAT"
|
||||
subtitle: Retired Martin
|
||||
metaTitle: Retired Martin reviews This & That Indian Cafe
|
||||
---
|
||||
|
||||
> Think of this next post as purely for my benefit, enabling me to refer you to the exemplar curry cafe whenever the mood takes me. The Holts sunk, assorted Southworths and Mudgies headed for the Mar…
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_1306336062102497847122068.jpg?w=900)
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_130601-18490378468059138511.jpg?w=730)
|
||||
|
||||
Think of this next post as purely for my benefit, enabling me to refer you to the exemplar curry cafe whenever the mood takes me.
|
||||
|
||||
The **Holts** sunk, assorted Southworths and Mudgies headed for the Marble Arch, a pub of some repute I believe.
|
||||
|
||||
I set off for **Rochdale.** Not on foot.
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_1306336062102497847122068.jpg?w=730)
|
||||
|
||||
Just like George Michael sang in 1986, I took a different corner and ended up here:
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_124812-1143572048560766665.jpg?w=730)
|
||||
|
||||
An easy mistake.
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/screenshot_20191017_200426_com1435540289762182512.jpg?w=730)
|
||||
|
||||
**Why does your tummy always rumble when you walk past a curry cafe?**
|
||||
|
||||
It was a choice of rag pudding and turps in an hour in the ‘Dale, or Rice’n’Three _right_ now.
|
||||
|
||||
I succumbed.
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_1305395058320776431602950.jpg?w=730)
|
||||
|
||||
I’ve been coming here for 25 years on and off since Manchester’s CAMRA branches added a curry section to their guide to the best places to drink Drabs in Mancly.
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_1250207183204422918001021.jpg?w=730)
|
||||
|
||||
But even I would never claim this is the best food in town, just a warm and healthy bargain in a scary alley.
|
||||
|
||||
My lad has been regaling me with tales of it being “_better than ever_“, and I reckon there is more meat than I remember. Is this gentrification?
|
||||
|
||||
£6.50 for a massive plate of spinach, dhal and beef.
|
||||
|
||||
![](https://retiredmartin.files.wordpress.com/2019/10/img_20191014_125015-12032573901810934021.jpg?w=730)
|
||||
|
||||
£6.50 won’t buy you a half of milkshake turnip sour in the Northern Quarter these days, as Matt also knows.
|
||||
|
||||
_Only one thing could dampen my euphoria at falling in love with This & That. A faint memory of something_ **_retiredmartin_** _once wrote about_ _never_ _drinking beer after curry._
|
||||
|
||||
|
||||
**[Source](https://retiredmartin.com/2019/10/17/this-that/)**
|
11
_posts/2020-03-10-secret-manchester-most-irresistable.md
Normal file
11
_posts/2020-03-10-secret-manchester-most-irresistable.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "The Most Irresistable Indian Restaurants You Have To Try In Manchester"
|
||||
subtitle: "Secret Manchester"
|
||||
metaTitle: T&T in The Most Irresistable Indian Restaurants You Have To Try In Manchester
|
||||
---
|
||||
|
||||
![](https://offloadmedia.feverup.com/secretmanchester.com/wp-content/uploads/2020/03/17095556/46913726_1152455674909205_3942717979875082240_o.jpg)
|
||||
|
||||
A little hidden gem tucked away behind Trof NQ, This & That is a family-run restaurant that’s not to be overlooked. The classic menu has a huge choice of curries, from Biryani to Tikka dishes. Each day features a different menu, with a variety of meaty options and three vegetarian options available daily. The small and simple restaurant has been running since the 80s, making it one of the longest-running favourites in the city. Long wooden tables and stripped back decor allow for social seating, while the focus remains on the flavours. All dishes are homemade with fresh, whole spices and meats such as lamb, chicken and fish consistently featuring throughout the week. This & That, 3 Soap St, Manchester, M4 1EW.
|
||||
|
||||
**[Source](https://secretmanchester.com/best-indian-restaurants-manchester/)**
|
37
_posts/2020-04-14-confidentials-lockdown-rice-three.md
Normal file
37
_posts/2020-04-14-confidentials-lockdown-rice-three.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
title: You can still get your rice & three during lockdown
|
||||
subtitle: Manchester Confidentials
|
||||
metaTitle: You can still get your rice & three during lockdown
|
||||
---
|
||||
|
||||
> One popular NQ curry caff is now doing deliveries
|
||||
|
||||
We all miss going out to restaurants, but many of our favourite places have adapted quickly in setting up [takeaway and delivery options](https://confidentials.com/manchester/delivering-food-and-drink-in-greater-manchester-2020). Curry caff favourite This & That have now created special ‘curry hampers’ for collection or delivery to addresses ‘within the M60.’
|
||||
|
||||
The family-run curry canteen, tucked away down Soap Street in Manchester’s Northern Quarter, opened back in 1984 and has since become an institution to [those in the know](https://confidentials.com/manchester/rice-n-three-a-manchester-cheap-eats-institution). "Even if you look for it, you won’t find it," says owner Ismail Mallu, who runs the tiny restaurant with his son Mohsin (or Mo as he’s better known.) "You have to first come with someone who knows us."
|
||||
|
||||
The This & That team has been cooking up home-style curries for the residents and workers of Manchester for decades - they even cooked for Tom Parker Bowles, who wrote [a favourable review.](https://confidentials.com/manchester/tom-parker-bowles-in-manchester-the-impossible-dream-is-old-news) Even during the immediate aftermath of the [Manchester Arena bombing](https://confidentials.com/manchester/manchester-arena-terror-attack-captured-in-video) in 2017, they kept their doors open so they could feed the police and emergency services for free.
|
||||
|
||||
![This N That Staff](https://confidentials.com/uploads/imager/299deb39facbb0c50fa0371390d9cd0c/2808/bdee9d24b349283c6e9a0e5ea88ff228.jpg)
|
||||
|
||||
**The This & That staff with owner Ismail Mallu (2nd L) and his son Mohsu (R)**
|
||||
|
||||
![This And That Inside](https://confidentials.com/uploads/imager/299deb39facbb0c50fa0371390d9cd0c/2807/a28805f2deb515acfe3c51b2c0425268.JPG)
|
||||
|
||||
**Rice and three curries are usually served canteen style**
|
||||
|
||||
The canteen style menu changes daily in a weekly rota and many loyal customers have their favourite day – our editor loves it on Tuesdays for the ‘triple C’ of chicken, chickpea and cabbage curries, although she swears that the Sunday lamb nihari will banish any hangover.
|
||||
|
||||
Although the café is closed to sit-in diners, they are still open for take aways (social distancing measures taken into consideration) and now, by popular request, they are offering deliveries of special curry hampers to anywhere 'reasonably' close to their city centre cafe in the Northern Quarter. It isn’t possible to order individual curries, they are only offering the hampers – but as all This & That curries are freshly made, it’s a great opportunity to full your freezer so you can have that authentic curry caff experience at home.
|
||||
|
||||
![This N That 1](https://confidentials.com/uploads/imager/299deb39facbb0c50fa0371390d9cd0c/2922/b784ac92f95bc1b68eaf54091b6515e1.JPG)
|
||||
|
||||
**This & That is hidden down Soap Street in Mancheser's Northern Quarter**
|
||||
|
||||
This & That are offering 50% off all food for public workers (NHS / public workers need to show their ID on delivery/collection). You need to call the cafe to order on 0161 832 4971 (it's best to call in the afternoon). As a rough guide the delivery area covers within the M60 but the cafe team will confirm if the delivery is possible, and when. The driver will accept cash (in a safe manner) on arrival.
|
||||
|
||||
‘We're really happy to be able to keep our wonderful customers fed and to be able to show our appreciation to frontline workers,’ says Mo in a [Facebook](https://www.facebook.com/ThisAndThatManchester) post, ‘and we really appreciate your custom - it's keeping us afloat (just about!) during these trying times.'
|
||||
|
||||
Call This & That on 0161 832 4971 to check your delivery area and place your order today for delivery tomorrow.
|
||||
|
||||
**[Source](https://confidentials.com/manchester/you-can-still-get-your-rice-three-during-lockdown)**
|
26
_posts/2020-04-28-manchesters-finest-now-delivering.md
Normal file
26
_posts/2020-04-28-manchesters-finest-now-delivering.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: "NOW DELIVERING: The city's best Rice & Three are offering 'Curry Hampers'"
|
||||
subtitle: Manchester's Finest
|
||||
metaTitle: Manchester's Finest on T&T's Curry Hamper Deliveries
|
||||
---
|
||||
|
||||
> Correct - This & That are doing deliveries baby!
|
||||
|
||||
Correct - This & That are doing deliveries baby!
|
||||
|
||||
![](https://manchestersfinest.com.temp.link/wp-content/uploads/2020/04/this-that-alley.jpg)
|
||||
|
||||
By extremely popular demand, one of the city’s best Rice & Three venues is now offering up ‘**Curry Hampers**‘ for all of us stuck in our houses during the COVID-19 pandemic.
|
||||
|
||||
City favourite This & That will be delivering the hampers anywhere that is ‘reasonably close’ to the Northern Quarter cafe, with the cash accepting cash upon arrival.
|
||||
|
||||
![](https://manchestersfinest.com.temp.link/wp-content/uploads/2020/04/this-n-that.jpg)
|
||||
|
||||
|
||||
The cafe remains open for takeaway ONLY and they’re also offering up 50% off for public workers (which applies to the hampers too)
|
||||
|
||||
…………………….
|
||||
|
||||
[Keep Up To Date](https://www.facebook.com/ThisAndThatManchester/)
|
||||
|
||||
**[Source](https://www.manchestersfinest.com/eating-and-drinking/now-delivering-citys-best-rice-three-offering-curry-hampers/)**
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: "This & That: A Culturally Diverse Mixing Pot Where Everyone is Welcome"
|
||||
subtitle: Blue Shoes Productions
|
||||
metaTitle: "This & That: A Culturally Diverse Mixing Pot Where Everyone is Welcome"
|
||||
---
|
||||
|
||||
Hidden away amongst the backstreets of Manchester’s vibrant Northern Quarter lies This & That, a small Indian café owned by Ismail Mallu and his son Mohsin. Ismail is a first-generation Indian migrant who came to the UK in 1966 during the peak years of migration from the subcontinent, and has since gone on to run a number of successful takeaways across Greater Manchester.
|
||||
|
||||
From the outset, it was clear in our minds that we wanted Ismail to dictate his own story in our film, and we were keen to display that the migratory experience continues throughout the life of a migrant and into subsequent generations of their family. _A Bit of This & A Bit of That_ provides an insight into the integration and assimilation of Ismail into Mancunian society, but it also illustrates the loyalty and diversity of his clientele, who continually return to consume his delectable cuisine. It highlights the perpetuation of his home culture through culinary dissemination, but it also represents how both Ismail and Mo hold dual identities; they are partly Indian and partly Mancunian, a bit of this and a bit of that.
|
||||
|
||||
![this & that](https://static.wixstatic.com/media/c1d732_e69d8359412b451aa9c529b232942cf0~mv2.png/v1/fit/w_300,h_300,al_c,q_5/file.png)
|
||||
|
||||
_The famous This & That mural_
|
||||
|
||||
Through their culinary artistry, Ismail and Mo have been able to enrich the culture of Manchester to the point where the ‘rice and three’ has effectively become a staple of the city. Cooking links Ismail to his homeland, but it also gives him the opportunity to share his culture with friends, acquaintances, neighbours, guests and tourists. Within the spatial confines of the restaurant, you can find visitors that hail from a wide variety of different races, religions, genders and ages, but they all come together to break bread (or naan!) and share the delicious food on offer. In other words, everyone is made to feel welcome at This & That.
|
||||
|
||||
![ismail cooking](https://static.wixstatic.com/media/c1d732_5f0b99c270d04bdca22f998819a124ef~mv2.png/v1/fit/w_300,h_300,al_c,q_5/file.png)
|
||||
|
||||
_Ismail hard at work in the kitchen_
|
||||
|
||||
Throughout Manchester, there have been significant strides to illuminate the stories, cultures and histories of South Asia in museums and galleries across the city. The influence of South Asian migration in Manchester has been substantial, and the heritage sector has begun to embrace these cultural and diasporic identities within their collections.
|
||||
|
||||
Our project was commissioned by Manchester Museum, an organisation with a current collecting theme based on migration, and we felt that our film could help to raise awareness about the influence of migrant populations on British culture. The role of a museum as a cultural centre for discussion makes it essential to represent the wide histories, both macro and micro, that make up Mancunian society. Through our film, we hoped to complement the stimulating dialogue on South Asian diaspora in Manchester by providing an insightful narrative for Manchester Museum’s collection as they push ahead in their plan to open their South Asian gallery in 2022. The story of Ismail and Mo provides a fascinating and heartwarming tale of shared culture and community spirit at the heart of Mancunian society.
|
||||
|
||||
**[Source](https://www.blueshoesproductions.com/post/this-and-that)**
|
24
_posts/2021-01-27-secret-manchester-curry-hampers.md
Normal file
24
_posts/2021-01-27-secret-manchester-curry-hampers.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: One Of Manchester’s Best Indian Restaurants Has Created Giant ‘Curry Hampers’ For Home Delivery
|
||||
subtitle: Secret Manchester
|
||||
metaTitle: One Of Manchester’s Best Indian Restaurants Has Created Giant ‘Curry Hampers’ For Home Delivery
|
||||
---
|
||||
|
||||
> Manchester Indian restaurant This & That has created a number of curry hampers to help feed the city during the UK lockdown.
|
||||
|
||||
![](https://offloadmedia.feverup.com/secretmanchester.com/wp-content/uploads/2020/04/17094416/this-and-taht-1024x576.png)
|
||||
|
||||
Curry every day? Yes, please.
|
||||
-----------------------------
|
||||
|
||||
This & That Café is often fondly described as a Manchester institution, and it’s no surprise either, given they’ve been providing the city with tasty, homely curries for over 30 years now. Their ‘rice and three’ offering is incredibly popular, too, serving up a giant spoonful of rice topped with three curries of your choice.
|
||||
|
||||
![](https://offloadmedia.feverup.com/secretmanchester.com/wp-content/uploads/2020/04/17094417/75223706_1390547101100060_1605232473417973760_o-1024x576.jpg)
|
||||
|
||||
Credit: This & That Café
|
||||
|
||||
And now, the much-loved restaurant is making sure we’re well-fed during lockdown, with their fantastic curry hampers which are jam-packed with hearty dishes. Perfect for feeding the whole house, there’s a variety of hampers to choose from – including one vegetarian choice and three meat options in different sizes. And the portions are hefty, too, with the smallest hamper likely to feed just one person for a couple of days.
|
||||
|
||||
Delivery is available for addresses within the M60, and NHS workers can benefit from 50% off their orders by simply showing their ID upon delivery. To make your order, call the restaurant on 0161 832 4971.
|
||||
|
||||
**[Source](https://secretmanchester.com/this-and-that-manchester-curry-hampers/)**
|
20
_posts/2021-06-11-secret-manchester-cheapest-best-places.md
Normal file
20
_posts/2021-06-11-secret-manchester-cheapest-best-places.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: The Cheapest And Best Places To Eat In Manchester City Centre
|
||||
subtitle: Secret Manchester
|
||||
metaTitle: The Cheapest And Best Places To Eat In Manchester City Centre
|
||||
---
|
||||
|
||||
> Catching up with mates doesn’t have to hurt your pocket…
|
||||
|
||||
Bank account taken a blow post-lockdown? Enjoying everything Manchester has to offer doesn’t have to cost the Earth – including going out for some good old grub with your pals. If you’re keeping your wallet under lock and key this month, check out our guide to the best and cheapest restaurants in Manchester.
|
||||
|
||||
[...]
|
||||
|
||||
![](https://offloadmedia.feverup.com/secretmanchester.com/wp-content/uploads/2020/04/17094416/this-and-taht.png)
|
||||
|
||||
## 4. This & That
|
||||
|
||||
A Manchester institution since the 80s, This & That is one of the city’s favourite spots for good Indian food, serving an ever-changing menu of homemade curries for guests to enjoy. And it’s a seriously cheap spot, too, with curries costing a maximum of £6! If you’re a veggie, even better, with prices of just £4.50 for a serving of rice with three different curries. The menu changes every day, so be sure to check what’s on next time you fancy a bit of spice in your life. This & That, Soap St, M4 1EW.
|
||||
|
||||
|
||||
**[Source](https://secretmanchester.com/cheapest-restaurants-in-manchester/)**
|
15
_posts/2021-11-09-squaremeal-best-indian-manchester.md
Normal file
15
_posts/2021-11-09-squaremeal-best-indian-manchester.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Best Indian Manchester: Our favourite curry houses in the capital of the north"
|
||||
subtitle: Squaremeal
|
||||
metaTitle: "Best Indian Manchester: Our favourite curry houses in the capital of the north"
|
||||
---
|
||||
|
||||
> This city has a "curry mile". Enough said.
|
||||
|
||||
![](https://images.squaremeal.co.uk/cloud/article/9321/images/best-indian-manchester-this-and-that_09112021034205.jpg?w=1000)
|
||||
|
||||
## This & That
|
||||
|
||||
What: This & That has got to be one of Manchester's most affordable curry houses and is known for its ‘rice and three’ menu. Essentially, customers receive a portion of rice along with three curries of their choice, all for a maximum price of £6 (it’s £4.50 if you go fully veggie).
|
||||
|
||||
**[Source](https://www.squaremeal.co.uk/restaurants/best-for/best-indian-manchester_9321)**
|
BIN
assets/background.jpg
Normal file
BIN
assets/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
BIN
assets/banner-1800.jpg
Normal file
BIN
assets/banner-1800.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
BIN
assets/banner-500.jpg
Normal file
BIN
assets/banner-500.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
assets/banner-680.jpg
Normal file
BIN
assets/banner-680.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
assets/banner-920.jpg
Normal file
BIN
assets/banner-920.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
52
assets/bootstrap/_alert.scss
Normal file
52
assets/bootstrap/_alert.scss
Normal file
|
@ -0,0 +1,52 @@
|
|||
//
|
||||
// Base styles
|
||||
//
|
||||
|
||||
.alert {
|
||||
position: relative;
|
||||
padding: $alert-padding-y $alert-padding-x;
|
||||
margin-bottom: $alert-margin-bottom;
|
||||
border: $alert-border-width solid transparent;
|
||||
@include border-radius($alert-border-radius);
|
||||
}
|
||||
|
||||
// Headings for larger alerts
|
||||
.alert-heading {
|
||||
// Specified to prevent conflicts of changing $headings-color
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
// Provide class for links that match alerts
|
||||
.alert-link {
|
||||
font-weight: $alert-link-font-weight;
|
||||
}
|
||||