Skip to content

Commit 49ecf98

Browse files
committed
Initial commit
0 parents  commit 49ecf98

File tree

66 files changed

+1322
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1322
-0
lines changed

.gitattributes

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
###############################
2+
# Git Line Endings #
3+
###############################
4+
5+
# Set default behaviour to automatically normalize line endings.
6+
* text=auto
7+
8+
# Force batch scripts to always use CRLF line endings so that if a repo is accessed
9+
# in Windows via a file share from Linux, the scripts will work.
10+
*.{cmd,[cC][mM][dD]} text eol=crlf
11+
*.{bat,[bB][aA][tT]} text eol=crlf
12+
13+
# Force bash scripts to always use LF line endings so that if a repo is accessed
14+
# in Unix via a file share from Windows, the scripts will work.
15+
*.sh text eol=lf
16+
17+
###############################
18+
# Git Large File System (LFS) #
19+
###############################
20+
21+
# Archives
22+
*.7z filter=lfs diff=lfs merge=lfs -text
23+
*.br filter=lfs diff=lfs merge=lfs -text
24+
*.gz filter=lfs diff=lfs merge=lfs -text
25+
*.tar filter=lfs diff=lfs merge=lfs -text
26+
*.zip filter=lfs diff=lfs merge=lfs -text
27+
28+
# Documents
29+
*.pdf filter=lfs diff=lfs merge=lfs -text
30+
31+
# Images
32+
#*.gif filter=lfs diff=lfs merge=lfs -text
33+
#*.ico filter=lfs diff=lfs merge=lfs -text
34+
#*.jpg filter=lfs diff=lfs merge=lfs -text
35+
#*.pdf filter=lfs diff=lfs merge=lfs -text
36+
#*.png filter=lfs diff=lfs merge=lfs -text
37+
#*.psd filter=lfs diff=lfs merge=lfs -text
38+
#*.webp filter=lfs diff=lfs merge=lfs -text
39+
40+
# Fonts
41+
#*.woff2 filter=lfs diff=lfs merge=lfs -text
42+
43+
# Other
44+
#*.exe filter=lfs diff=lfs merge=lfs -text

.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 boxbot6
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### This GitHub repository is being used to host the website:
2+
3+
# cigarette-cards-john-player-and-sons-a-nature-calendar-paired
4+
5+
* [Click this link to view the full github-pages version of this website which is being created from this repository here: (https://boxbot6.github.io/cigarette-cards-john-player-and-sons-a-nature-calendar-paired).](https://boxbot6.github.io/cigarette-cards-john-player-and-sons-a-nature-calendar-paired)
6+
7+
8+
<br>
9+
10+
![cigarette-cards-john-player-and-sons-a-nature-calendar-paired-sample.png](images/cigarette-cards-john-player-and-sons-a-nature-calendar-paired-sample.png)
11+
12+
<br>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:361a0ed078819a09efb85d7595a4d89496fde19d815b43fc5374291205a386f3
3+
size 57854325

googleadef9b63e43ca9f0.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googleadef9b63e43ca9f0.html

images/banner-background.jpg

438 KB
Loading

images/banner-image.png

310 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

images/demo-logo.png

45.8 KB
Loading

images/download-icon-1.png

13.1 KB
Loading

images/search-icon-1.png

11.9 KB
Loading

images/search-icon-gray.png

10.6 KB
Loading

index.html

+281
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,281 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
5+
<head>
6+
<!-- |title below best if less than 64 characters - - - - - - - - - | -->
7+
<title>Cigarette Cards | A Nature Calendar | John Player and Sons | Paired Images | Home Page</title>
8+
9+
<!-- |description below best if less than 165 characters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -->
10+
<meta name="description" content="">
11+
12+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13+
<meta charset="utf-8" />
14+
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16+
<link rel="stylesheet" type="text/css" href="style.css" />
17+
<link rel="canonical" href="https://boxbot6.github.io/cigarette-cards-john-player-and-sons-a-nature-calendar-paired/" />
18+
</head>
19+
20+
21+
<body>
22+
<div class="box">
23+
24+
<div class="row header">
25+
26+
<div class="header-banner"><!-- The banner background image is shown here from the style.css class="header-banner" where its location is specified so that it works across multiple pages without having to be updated on each page every time a change is made. (a good size is 1600 x 400 - cropable patterns and images work best to allow for different sized displays) -->
27+
28+
29+
<div class="logo-button">
30+
<a href="images/demo-logo.png" download style="color: lightgray; text-decoration:none">
31+
<img style="vertical-align:top" src="images/demo-logo.png" alt="logo image" height="60px" >
32+
</a>
33+
</div>
34+
35+
36+
<nav class="header-menu">
37+
<ul class="tab-container">
38+
<li><a style="text-decoration: none; color: gray; font-weight: 700; padding-left: 0px; margin-left: -24px;" href="index.html">Home</a></li>
39+
<li><a style="text-decoration: none; color: gray;" href="page-about/index.html">About</a></li>
40+
<li><a style="text-decoration: none; color: gray;" href="page-downloads/index.html">Downloads</a></li>
41+
42+
<!-- Code for expanding search box below (google is used as a default - add homepage link to search your own site) -->
43+
<li class="search-wrapper">
44+
<form action="https://www.google.com/search" class="search">
45+
<input class="search" type="search" name="q" placeholder="Search Google" required />
46+
<button type="submit"><i class="search-icon-gray"></i></button>
47+
<!-- or you could use: <img src="images/search-icon-gray.png" height="18px"/> instead of css base64 <i> -->
48+
</form>
49+
</li>
50+
</ul>
51+
</nav>
52+
53+
54+
<div><!-- Add your banner image here -->
55+
<img style="margin-top: -5px;" src="images/banner-image.png" width="100%" />
56+
</div>
57+
58+
59+
<!-- You can also add a div here for some heading text
60+
<div style="margin-top:38px;">
61+
<h1 style="color: black; font-family: georgia, garamond, serif; font-size: 40px; text-align: left; margin-left: 50px; margin-right: 50px;">
62+
Heading (h1) - THIS IS A SIMPLE HTML/CSS WEBSITE TEMPLATE WITH A BANNER FOR HOSTING ON GITHUB
63+
</h1>
64+
</div> -->
65+
66+
67+
</div>
68+
69+
</div><!-- row header closing -->
70+
71+
72+
<div class="row content">
73+
74+
<br />
75+
76+
<!-- You can also add an image here to float right
77+
<div class="float-right">
78+
<content-image>
79+
<a href="images/test-image-1.jpg">
80+
<img src="thumbnails/test-image-1-thumb.jpg" alt="Familiar Trees By G. S. Boulger" width="300" />
81+
</a>
82+
</content-image>
83+
</div>
84+
-->
85+
86+
87+
<div class="content-text">
88+
89+
<div style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: x-large">
90+
<p>A series of 24 collectable Player's Cigarette Cards depicting British Nature throughout the year, includes high-res image scans of the trading cards issued by John Player and Sons in 1930. Natural history. (Paired images).</p>
91+
</div>
92+
93+
<br />
94+
95+
<h2>Illustrations:</h2>
96+
97+
<p>Click on each of the images below to open a high-res version. Visit the downloads page for a .zip file containing all of the hi-res images.</p>
98+
</div>
99+
100+
101+
<hr><!-- this makes a line -->
102+
<br />
103+
<br />
104+
105+
106+
<div class="center">
107+
108+
<div class="grid-container-2-1">
109+
110+
111+
<div>
112+
<a href="images/card-1-january-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
113+
<img src="thumbnails/card-1-january-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
114+
<br /><br />January No. 1.</a>
115+
</div>
116+
117+
<div>
118+
<a href="images/card-2-january-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
119+
<img src="thumbnails/card-2-january-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
120+
<br /><br />January No. 2.</a>
121+
</div>
122+
123+
<div>
124+
<a href="images/card-3-february-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
125+
<img src="thumbnails/card-3-february-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
126+
<br /><br />February No. 1.</a>
127+
</div>
128+
129+
<div>
130+
<a href="images/card-4-february-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
131+
<img src="thumbnails/card-4-february-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
132+
<br /><br />February No. 2.</a>
133+
</div>
134+
135+
<div>
136+
<a href="images/card-5-march-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
137+
<img src="thumbnails/card-5-march-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
138+
<br /><br />March No. 1.</a>
139+
</div>
140+
141+
<div>
142+
<a href="images/card-6-march-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
143+
<img src="thumbnails/card-6-march-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
144+
<br /><br />March No. 2.</a>
145+
</div>
146+
147+
<div>
148+
<a href="images/card-7-april-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
149+
<img src="thumbnails/card-7-april-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
150+
<br /><br />April No. 1.</a>
151+
</div>
152+
153+
<div>
154+
<a href="images/card-8-april-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
155+
<img src="thumbnails/card-8-april-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
156+
<br /><br />April No. 2.</a>
157+
</div>
158+
159+
<div>
160+
<a href="images/card-9-may-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
161+
<img src="thumbnails/card-9-may-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
162+
<br /><br />May No. 1.</a>
163+
</div>
164+
165+
<div>
166+
<a href="images/card-10-may-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
167+
<img src="thumbnails/card-10-may-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
168+
<br /><br />May No. 2.</a>
169+
</div>
170+
171+
<div>
172+
<a href="images/card-11-june-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
173+
<img src="thumbnails/card-11-june-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
174+
<br /><br />June No. 1.</a>
175+
</div>
176+
177+
<div>
178+
<a href="images/card-12-june-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
179+
<img src="thumbnails/card-12-june-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
180+
<br /><br />June No. 2.</a>
181+
</div>
182+
183+
<div>
184+
<a href="images/card-13-july-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
185+
<img src="thumbnails/card-13-july-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
186+
<br /><br />July No. 1.</a>
187+
</div>
188+
189+
<div>
190+
<a href="images/card-14-july-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
191+
<img src="thumbnails/card-14-july-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
192+
<br /><br />July No. 2.</a>
193+
</div>
194+
195+
<div>
196+
<a href="images/card-15-august-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
197+
<img src="thumbnails/card-15-august-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
198+
<br /><br />August No. 1.</a>
199+
</div>
200+
201+
<div>
202+
<a href="images/card-16-august-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
203+
<img src="thumbnails/card-16-august-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
204+
<br /><br />August No. 2.</a>
205+
</div>
206+
207+
<div>
208+
<a href="images/card-17-september-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
209+
<img src="thumbnails/card-17-september-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
210+
<br /><br />September No. 1.</a>
211+
</div>
212+
213+
<div>
214+
<a href="images/card-18-september-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
215+
<img src="thumbnails/card-18-september-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
216+
<br /><br />September No. 2.</a>
217+
</div>
218+
219+
<div>
220+
<a href="images/card-19-october-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
221+
<img src="thumbnails/card-19-october-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
222+
<br /><br />October No. 1.</a>
223+
</div>
224+
225+
<div>
226+
<a href="images/card-20-october-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
227+
<img src="thumbnails/card-20-october-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
228+
<br /><br />October No. 2.</a>
229+
</div>
230+
231+
<div>
232+
<a href="images/card-21-november-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
233+
<img src="thumbnails/card-21-november-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
234+
<br /><br />November No. 1.</a>
235+
</div>
236+
237+
<div>
238+
<a href="images/card-22-november-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
239+
<img src="thumbnails/card-22-november-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
240+
<br /><br />November No. 2.</a>
241+
</div>
242+
243+
<div>
244+
<a href="images/card-23-december-1-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
245+
<img src="thumbnails/card-23-december-1-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
246+
<br /><br />December No. 1.</a>
247+
</div>
248+
249+
<div>
250+
<a href="images/card-24-december-2-cigarette-cards-john-player-and-sons-a-nature-calendar.jpg">
251+
<img src="thumbnails/card-24-december-2-cigarette-cards-john-player-and-sons-a-nature-calendar-thumb.jpg" width="100%" />
252+
<br /><br />December No. 2.</a>
253+
</div>
254+
255+
<br />
256+
<br />
257+
<br />
258+
<br />
259+
260+
</div><!-- grid-container-2-1 closing -->
261+
262+
</div><!-- center closing -->
263+
264+
</div><!-- row content closing -->
265+
266+
267+
<div class="row footer">
268+
269+
<div class="footer">
270+
<a style=" font-weight: 700;" href="index.html">Home</a> |
271+
<a href="page-about/index.html">About</a> |
272+
<a href="page-downloads/index.html">Downloads</a> &nbsp;
273+
<p>Copyright © none for this page. No Rights Reserved.</p>
274+
</div>
275+
276+
</div><!-- row footer closing -->
277+
278+
279+
</div><!-- box closing -->
280+
</body>
281+
</html>

0 commit comments

Comments
 (0)