diff --git a/index.html b/index.html index 4ec631a..bded69c 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,20 @@ - + - Rick Cogley Current Events - + Julie Cogley Current Events + - - + + - + - + @@ -24,14 +24,14 @@
@@ -39,7 +39,7 @@

- Rick Cogley has been sticking out like a sore thumb in Japan since 1987! 日本語もOK. CEO & Founder, eSolia.
I family, our Shiba "Maru", coding & scripting, moving.
Yokohama ⇆ Tokyo + Julie Cogley has been sticking out like a sore thumb in Japan since 1987! 日本語もOK. CEO & Founder, eSolia.
I family, our Shiba "Maru", coding & scripting, moving.
Yokohama ⇆ Tokyo

Last Modified: 2024 May 05

@@ -51,7 +51,7 @@

IdentityProven.lol Proof
  • PGP Public Key
  • -
  • Git Repo for This Site
  • +
  • Git Repo for This Site
  • @@ -243,18 +243,18 @@

    Wise { "@context" : "http://schema.org", "@type" : "Person", - "name" : "Rick Cogley", + "name" : "Julie Cogley", "image" : { "@type" : "ImageObject", - "author" : "Rick Cogley", + "author" : "Julie Cogley", "contentLocation" : "Yokohama, Japan", "contentUrl" : "https://micro.blog/rickcogley/avatar.jpg", "thumbnailUrl" : "https://micro.blog/rickcogley/avatar.jpg", "datePublished" : "2020-10-25T09:27:27JST", - "description" : "Photo of Rick Cogley taken by Akiko Cogley at MOMA in NYC, USA.", - "name" : "Rick Cogley Summer 2018" + "description" : "Photo of Julie Cogley taken by Akiko Cogley at MOMA in NYC, USA.", + "name" : "Julie Cogley Summer 2018" }, - "description" : "Rick Cogley: helping people in Japan since 1987. Experienced technology manager. CEO and co-owner of eSolia Inc. Jogger and cyclist. Fluent in Japanese. Family man with Japanese wife and daughters. Pun-smith puzzle solver.", + "description" : "Julie Cogley: helping people in Japan since 1987. Experienced technology manager. CEO and co-owner of eSolia Inc. Jogger and cyclist. Fluent in Japanese. Family man with Japanese wife and daughters. Pun-smith puzzle solver.", "nationality" : "USA", "jobTitle" : "CEO", "telephone" : "+81-3-4577-3380", @@ -278,7 +278,7 @@

    Wise "postalCode" : "105-7105", "streetAddress" : "Shiodome City Center 5F (Work Styling), Higashi-Shimbashi 1-5-2" }, - "url" : "http://rick.cogley.info", + "url" : "http://julie.cogley.info", "sameAs" : [ "http://twitter.com/rickcogley", "http://www.linkedin.com/in/rickcogley", "http://flickr.com/rickcogley/", diff --git a/index_assets/style.css b/index_assets/style.css index 6b60bfa..6cdfef1 100644 --- a/index_assets/style.css +++ b/index_assets/style.css @@ -3,27 +3,34 @@ /* .sitefont {font-family: 'IBM Plex Mono', monospace;} */ /* : Use a unique and descriptive class name */ -/* : Use a value from 400 to 900 */ +/* : Use a value from 100 to 900 */ -.sitefont-400 { - font-family: "Alegreya", serif; +.sitefont-100 { + font-family: "M PLUS 2", sans-serif; font-optical-sizing: auto; - font-weight: 400; + font-weight: 100; font-style: normal; } +.sitefont-400 { +font-family: "M PLUS 2", sans-serif; +font-optical-sizing: auto; +font-weight: 400; +font-style: normal; +} + .sitefont-700 { - font-family: "Alegreya", serif; - font-optical-sizing: auto; - font-weight: 700; - font-style: normal; +font-family: "M PLUS 2", sans-serif; +font-optical-sizing: auto; +font-weight: 700; +font-style: normal; } h1, h2, h3, h4, h5, h6 { - font-family: "Alegreya", serif; - font-optical-sizing: auto; - font-weight: 700; - font-style: normal; +font-family: "M PLUS 2", sans-serif; +font-optical-sizing: auto; +font-weight: 700; +font-style: normal; }