Skip to content

Commit

Permalink
Merge pull request #3 from mikeirvingweb/add-venues
Browse files Browse the repository at this point in the history
Add venues
  • Loading branch information
mikeirvingweb authored Apr 7, 2024
2 parents beeb0f2 + c70c3da commit 37932c1
Show file tree
Hide file tree
Showing 10 changed files with 187 additions and 7 deletions.
10 changes: 5 additions & 5 deletions code-of-conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
gtag('config', 'G-48MT94PRBG');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Macc Tech</title>
<meta name="Description" content="Macc Tech is a regular meetup group for the IT / Tech / Digital Community in Macclesfield, Cheshire." />
<meta name="Keywords" content="Macc, Tech, Macclesfield, Digital, Meetup" />
<title>Code of Conduct</title>
<meta name="Description" content="Macc Tech - Code of Conduct" />
<meta name="Keywords" content="Macc, Tech, Code of Conduct" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=yes" />
<meta name="HandheldFriendly" content="true" />
<meta name="Author" content="Mike Irving - www.mike-irving.co.uk" />
Expand Down Expand Up @@ -44,14 +44,14 @@
<section id="content">
<header></header>
<nav>
<a href="/">Home</a> &nbsp; <a href="/code-of-conduct">Code of Conduct</a>
<a href="/">Home</a> &bull; <a href="/venues">Venues</a> &bull; <a href="/code-of-conduct">Code of Conduct</a>
</nav>
<section id="contentDiv">
<h1>
Code of Conduct
</h1>

<h2>In our meetings we ask everyone to:</h2>
<h2>In our meetings we ask everyone to:</h2>

<p>Be aware of others</p>
<p>Be friendly and patient</p>
Expand Down
19 changes: 19 additions & 0 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,17 @@ input[type=text], textarea {border: 1px solid black; }

textarea {height:100px;}

section.venues .venue { clear: both; }
section.venues .venue>div { margin-bottom: 2em }
section.venues .venue .details { width: 50%; float: left; padding-right: 8px; box-sizing: border-box; text-align: left; font-size: 0.7em; line-height: 1.5em; }
section.venues .venue .details h2 { margin: 0 !important; padding: 0 !important; }
section.venues .venue .details address { margin: 0 0 16px 0; }
section.venues .venue .images { width: 50%; float: left; padding-left: 8px; box-sizing: border-box; }
section.venues .venue .image img { width: 100%; }

section.venues .venue-split { padding: 1em 0 0 0; clear: both; }


@media screen and (min-width: 1000px) {
body { }
.page {border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; border-bottom: 2px solid #cccccc; }
Expand All @@ -209,6 +220,14 @@ textarea {height:100px;}
div.rooms{ width: 200px; height:120px; margin : 0 auto 0 auto;}
div.rooms div {float: left;}
div.rooms div:last-of-type{margin-right: 0px;}

section.venues .venue { clear: unset !important; }
section.venues .venue { width: 50%; float: left; padding: 16px; box-sizing: border-box; }
section.venues .venue .details { width: 50%; font-size: 1em; line-height: inherit; }
section.venues .venue .details address { font-size: 0.8em; }
section.venues .venue .images { width: 50%; }

section.venues .venue-split { display: none; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
Expand Down
Binary file added images/blue-beck-external.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blue-beck-meeting-space.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nexer-digital-external.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nexer-digital-meeting-space.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<section id="content">
<header></header>
<nav>
<a href="/">Home</a> &nbsp; <a href="/code-of-conduct">Code of Conduct</a>
<a href="/">Home</a> &bull; <a href="/venues">Venues</a> &bull; <a href="/code-of-conduct">Code of Conduct</a>
</nav>
<section id="contentDiv">
<h1>
Expand Down
4 changes: 3 additions & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
User-agent: *
Disallow:
Disallow:

Sitemap: https://www.macctech.co.uk/sitemap.xml
19 changes: 19 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: sitemap
permalink: /sitemap.xml
---
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.macctech.co.uk/</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
</url>
<url>
<loc>https://www.macctech.co.uk/venues</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
</url>
<url>
<loc>https://www.macctech.co.uk/code-of-conduct</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
</url>
</urlset>
140 changes: 140 additions & 0 deletions venues.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48MT94PRBG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-48MT94PRBG');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Venues</title>
<meta name="Description" content="Macc Tech - Venues: Blue Beck and Nexer Digital" />
<meta name="Keywords" content="Macc, Tech, Venues, Blue Beck, Nexer Digital, George Street House, The Ropewalks" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=yes" />
<meta name="HandheldFriendly" content="true" />
<meta name="Author" content="Mike Irving - www.mike-irving.co.uk" />
<meta name="Copyright" content="&copy; 2016 - 2022 Macc Tech" />
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MaccTech">
<meta name="twitter:creator" content="@MaccTech">
<meta name="twitter:title" content="Macc Tech">
<meta name="twitter:description" content="A monthly meetup group for the IT / Tech / Digital Community in Macclesfield, Cheshire.">
<meta name="twitter:image:src" content="/images/macc-tech-logo-1000.png">
<meta property="og:title" content="Macc Tech" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://macctech.co.uk/" />
<meta property="og:image" content="https://macctech.co.uk/images/macc-tech-logo-1000.png" />
<meta property="og:description" content="A monthly meetup group for the IT / Tech / Digital Community in Macclesfield, Cheshire." />
<meta property="og:site_name" content="Macc Tech" />
<meta property="fb:admins" content="930155763784117" />
<meta itemprop="name" content="Macc Tech">
<meta itemprop="description" content="A monthly meetup group for the IT / Tech / Digital Community in Macclesfield, Cheshire.">
<meta itemprop="image" content="https://macctech.co.uk/images/macc-tech-logo-1000.png">
</head>
<body>
<div class="page">
<section id="main">
<section id="content">
<header></header>
<nav>
<a href="/">Home</a> &bull; <a href="/venues">Venues</a> &bull; <a href="/code-of-conduct">Code of Conduct</a>
</nav>
<section id="contentDiv">
<h1>
Venues
</h1>

<p>Our current venues, kindly provided by <a href="https://www.bluebeck.co.uk/" rel="nofollow" target="_blank">Blue Beck</a> and <a href="https://www.nexerdigital.com/" rel="nofollow" target="_blank">Nexer Digital</a>.</p>
<hr />

<section class="venues">
<section class="venue">
<div>
<div class="details">
<h2>Blue Beck</h2>
<address>
Second Floor,<br />
George Street House,<br />
George Street,<br />
Macclesfield<br />
SK11 6HS<br />
</address>
<p><a href="https://maps.app.goo.gl/eGDrjJbwLhrnBMvDA" rel="nofollow" target="_blank">View on Google Maps</a></p>
</div>
<div class="images">
<img alt="Blue Beck meeting space" src="/images/blue-beck-meeting-space.jpg" />
</div>
</div>
<div class="clear"></div>
<div>
<div class="details">
<p><strong>How to find us</strong></p>
<p>Located above The Silklife Centre Church and Foodbank.</p>
<p>The entrance is to the right, marked George Street House.</p>
</div>
<div class="images">
<img alt="George Street House, Macclesfield" src="/images/blue-beck-external.jpg" />
</div>
</div>
</section>

<div class="venue-split"><hr /></div>

<section class="venue">
<div>
<div class="details">
<h2>Nexer Digital</h2>
<address>
The Ropewalks,<br />
Newton Street,<br />
Macclesfield<br />
SK11 6QJ<br />
<br />
</address>
<p><a href="https://maps.app.goo.gl/up1jpZuK3Xwu3JrD8" rel="nofollow" target="_blank">View on Google Maps</a></p>
</div>
<div class="images">
<img alt="Nexer Digital meeting space" src="/images/nexer-digital-meeting-space.jpg" />
</div>
</div>
<div class="clear"></div>
<div>
<div class="details">
<p><strong>How to find us</strong></p>
<p>Find us on Newton Street, parallel to Bond Street.</p>
<p>The entrance is to the left, from the main Car Park.</p>
</div>
<div class="images">
<img alt="The Ropewalks, Macclesfield" src="/images/nexer-digital-external.jpg" />
</div>
</div>
</section>
</section>

<div class="clear"></div>

<hr>

<div class="clear"></div>
<a href="https://park-tavern.co.uk/" rel="nofollow" target="_blank"><img alt="The Park Tavern, Macclesfield" src="/images/the-park-tavern.jpg" /></a>
<p>Special Thanks to <a href="https://park-tavern.co.uk/" rel="nofollow" target="_blank">The Park Tavern</a>, where we started out back in 2016.</p>
</section>
<footer>
&copy; 2016 - <span id="spanCurrentYear"></span> Macc Tech
</footer>
</section>
</section>
</div>
<script>
document.getElementById("pEmailAddress").innerHTML = "<a href=\"" + String.fromCharCode(109) + "" + String.fromCharCode(97) + "" + String.fromCharCode(105) + "" + String.fromCharCode(108) + "" + String.fromCharCode(116) + "" + String.fromCharCode(111) + ":social" + String.fromCharCode(64) + "macctech.co.uk\" class=\"mainLink\">social" + String.fromCharCode(64) + "macctech.co.uk<\/a>";
document.getElementById("spanCurrentYear").innerText = new Date().getFullYear();
</script>
</body>
</html>

0 comments on commit 37932c1

Please sign in to comment.