-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
85 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,6 +127,7 @@ rr0-dual-range { | |
position: fixed; | ||
left: 0; | ||
right: 0; | ||
display: none; | ||
} | ||
|
||
#main-nav ul { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
{ | ||
"birthTime": "~1922", | ||
"deathTime": "2008-04-16", | ||
"title": "Phyllis Inez McGuire", | ||
"gender": "female", | ||
"occupations": [ | ||
"ufoWitness2" | ||
], | ||
"countries": [ | ||
"us" | ||
], | ||
"events": [ | ||
{ | ||
"type": "birth", | ||
"time": "~1922" | ||
}, | ||
{ | ||
"type": "death", | ||
"time": "2008-04-16" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"birthTime": "1940", | ||
"occupations": [ | ||
"ufologist", | ||
"writer" | ||
], | ||
"countries": [ | ||
"fr" | ||
], | ||
"events": [ | ||
{ | ||
"type": "birth", | ||
"tile": "1940" | ||
} | ||
] | ||
} |
Binary file renamed
BIN
+64 KB
people/m/MonnerieMichel/Portrait.jpg → people/m/MonnerieMichel/portrait.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 not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!--#include virtual="/header-start.html" --> | ||
<title>George Matt Wilcox</title> | ||
<!--#include virtual="/header-end.html" --> | ||
<figure class="left side"> | ||
<img alt="George Wilcox" src="portrait.webp"> | ||
</figure> | ||
<p>Avec sa femme Inez, Wilcox a 2 filles : <span class="people">Phyllis McGuire</span> et <span class="people">Elizabeth Tulk</span>. | ||
</p> | ||
<p>En <time>1947</time>, Wilcox est Sheriff de <a href="/org/us/region/nm/roswell">Roswell</a>.</p> | ||
<!--#include virtual="/header.html" --> | ||
<p>Frère de R.A. Wilcox de <span class="place">Carlsbad</span>.</p> | ||
<p>Il tient un drugstore à <span class="place">Dexter</span> pendant 25 ans.</p> | ||
<p>Il épouse Inez Holland le <time>1921-10-05</time>, avec qui il a 2 filles : <span | ||
class="people">Phyllis McGuire</span> et <span | ||
class="people">Emily Elizabeth Tulk</span>.</p> | ||
<p>Il devient commissaire du comté de Chaves, puis sheriff du comté pendand 4 ans. En 1947 il emménge à <a | ||
href="/org/us/region/nm/roswell">Roswell</a> et est sheriff dans la ville en <time>1947</time>, lors de <a | ||
href="/science/crypto/ufo/enquete/dossier/Roswell">l'incident de Roswell</a>.</p> | ||
<!--#include virtual="/footer.html" --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
{ | ||
"birthTime": "1894", | ||
"deathTime": "1961", | ||
"title": "George Matt Wilcox", | ||
"occupations": [ | ||
"policeman" | ||
], | ||
"countries": [ | ||
"us" | ||
], | ||
"events": [ | ||
{ | ||
"type": "birth", | ||
"time": "1894", | ||
"place": "Lakewood" | ||
}, | ||
{ | ||
"type": "death", | ||
"time": "1961-02-27", | ||
"sources": [ | ||
{ | ||
"url": "https://fr.findagrave.com/memorial/37237010/george-matt-wilcox" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.