| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>hmjStudios llc</title>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-128069421-1"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'UA-128069421-1');
- </script>
- <link href="https://fonts.googleapis.com/css?family=Raleway|Pacifico" rel="stylesheet">
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png" />
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png" />
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png" />
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png" />
- <link rel="apple-touch-icon-precomposed" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png" />
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png" />
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png" />
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png" />
- <link rel="icon" type="image/png" href="/favicons/favicon-196x196.png" sizes="196x196" />
- <link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
- <link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32" />
- <link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16" />
- </head>
- <body>
- <style>
- #studio {
- font-family: 'Pacifico', cursive;
- font-size: 4vw;
- text-color: black;
- text-decoration: none;
- text-position: center;
- }
- #logo {
- font-family: 'Raleway', sans-serif;
- content: "";
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: -1;
- position: absolute;
- background: url(/background-light.jpg);
- background-attachment: fixed;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: 40%;
- }
- #text {
- opacity: 1.0;
- text-color: black;
- }
- </style>
- <div id=logo>
- <center>
- <br>
- <h1 id=studio>hmjStudios, llc</h1>
- <br>
- Heather Johnston<br>
- <a href="mailto:hmjstudiosllc@gmail.com">hmjstudiosllc@gmail.com</a><br>
- </center>
|