Skip to content

Commit

Permalink
Adding to github for safe keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
markmac99 committed Sep 2, 2018
0 parents commit b6bf086
Show file tree
Hide file tree
Showing 131 changed files with 5,113 additions and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Options +Includes
Binary file added CourseListMaintenance.xlsm
Binary file not shown.
12 changes: 12 additions & 0 deletions apc-v2.cpf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
APC-V2
Version=3
C:\Users\Mark\Documents\projects\astrophotographycourses
http://


13/06/2018 23:20:36
NO
NO
YES
YES
*.html;*.htm;*.vtm;*.vtml;*.asp;*.css;*.shtml;*.phtml;*.php;*.php3;*.xml;*.xsl;*.cfm;*.cfml;*.txt;*.pl;*.cgi;*.snp;*.js;*.vb;*.vbs;*.bas*.mid;*.wav;*.au;*.ra;*.ram;*.bmp;*.gif;*.jpg;*.jpeg;*.png;*.exe;
Binary file added apc-v2.cpfs
Binary file not shown.
48 changes: 48 additions & 0 deletions apc_menu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}

// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {

var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}

function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
}
127 changes: 127 additions & 0 deletions astrocourses.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
.header {
color: #087019;
font-family: Arial, Helvetica, sans-serif, Trebuchet, MS;
font-size: 26px;
}

.maintxt {
color: #000000;
font-family: Trebuchet, MS, Arial, Helvetica, sans-serif;
font-size: 20px;
}

.maintxtsmall {
color: #74120e;
font-family: Trebuchet, MS, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.maintxt2 {
color: #0033FF;
font-family: Trebuchet, MS, Arial, Helvetica, sans-serif;
font-size: 18px;
}

.container {
position: relative;
text-align: center;
color: white;
}

.bottom-left {
position: absolute;
bottom: 8px;
left: 16px;
}

.top-left {
position: absolute;
top: 8px;
left: 16px;
}

.top-right {
position: absolute;
top: 8px;
right: 16px;
}

.bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
}

.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#headertxt {
font-size: 72px;
}

/* Dropdown Button */
.dropbtn {
background-color: #3498DB;
color: white;
padding: 8px;
font-size: 16px;
border: none;
cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 4px 4px;
font-family: Tahoma, Arial, Helvetica, sans-serif ;
text-decoration: none;
display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/* menu line style for three-bar menu */
.menuline {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
}

.middlebkgrd {
top: 0;
background-image: url('images/APC_Middle_Bkgd.jpg');
/* background-color: rgba(255,255,255,0.4);
background-blend-mode: lighten;*/
background-repeat: no-repeat;
}
101 changes: 101 additions & 0 deletions astrophotography_photoshop_ess.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<title>Dave Eagle</title>
<link href="astrocourses.css" rel="stylesheet" />
<script src="./apc_menu.js"></script>
</head>
<body>
<table align="center" width="945" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr width="945" style="background: url(images/APC_Top_Banner.jpg) top left repeat scroll;"
align="center" valign="top">
<script src="menu.js"></script> </tr>
<tr class="middlebkgrd">
<td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top">
<blockquote>
<div align="left"><span class="header"> Photoshop
Essentials: £35</span> <span class="maintxt2"><br />
</span></div>
<div align="left"><span class="maintxt2"><br />
With Dave Eagle</span> <span class="maintxt2"><br />
</span></div>
<div align="left"><span class="maintxt2"><br />
Saturday 16th Feb 2019 10am – 4.30pm at Tooley's Boat
Yard, Banbury
<p></p>
</span></div>
<p></p>
<br />
<a href="https://www.ticketsource.co.uk/astrophotographycourses"
target="_new"><img src="images/book.gif" alt="book" height="50"
width="345" border="0" /></a></blockquote>
</td>
<td valign="middle">
<p></p>
<img src="images/dave.jpg" alt="Dave" /></td>
</tr>
<tr>
<td colspan="2">
<blockquote><span class="maintxt"> This course will
incorporate: <br />
A hands-on workshop to introduce the delegate to the
essential processing tools, techniques and plug-ins
using Adobe Photoshop to get the very best out of your
hard-earned images.<br />
<br />
</span>
<p class="MsoNormal" style="margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:&quot;Calibri&quot;,sans-serif"><span
class="gmail-5yl5 maintxt">Photoshop has long been an
essential tool for processing astronomical images, but
with so many tools available within it, beginners
often find it quite daunting to use. The learning
curve can be very steep. <br />
</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:&quot;Calibri&quot;,sans-serif"><span
class="gmail-5yl5 maintxt">Dave's hands-on Workshop
takes you through the essential tools used in the
package to get you over the most difficult learning
curves to help you get the very best out of your
astronomy images. <br />
</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:&quot;Calibri&quot;,sans-serif"><span
class="gmail-5yl5 maintxt">NB: Please  bring in your
laptop with a working copy of Photoshop, (Elements
does not have all the functions required)as after
covering the theory, the bulk of the day will be very
much hands-on, doing lots of practical work processing
your own pre-stacked images, or some that will be
bought in for you. <br />
</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:&quot;Calibri&quot;,sans-serif"><span
class="gmail-5yl5 maintxt"><br />
</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 8pt;line-height:107%;font-size:11pt;font-family:&quot;Calibri&quot;,sans-serif"><span
class="gmail-5yl5 maintxt">We will be covering,
Curves, Levels, Flat fielding, Layers, Layer Masking
and Saturation. The day will also cover some of the
most useful Photoshop plug-ins Dave considers
essential to help you get the very best results.<span></span></span></p>
<br />
</blockquote>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"> <img src="images/davepics.jpg" alt="images" height="240"
width="945" /><br />
</td>
</tr>
</tbody>
</table>
</body>
</html>
Expand Down
48 changes: 48 additions & 0 deletions backup/apc_menu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}

// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {

var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}

function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
}
Loading

0 comments on commit b6bf086

Please sign in to comment.