index.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta
  6. name="description"
  7. content="The Atlanta Chapter of The Satanic Temple"
  8. />
  9. <meta name="keywords" content="atlanta tst the satanic temple georgia" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  11. <meta name="author" content="Justin Gilman" />
  12. <title>The Satanic Temple Atlanta</title>
  13. <meta property="og:title" content="The Satanic Temple Atlanta" />
  14. <meta
  15. property="og:description"
  16. content="The Atlanta Chapter of The Satanic Temple"
  17. />
  18. <link rel="preconnect" href="https://fonts.googleapis.com">
  19. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  20. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap" rel="stylesheet">
  21. <style type="text/css">
  22. html,
  23. body {
  24. background-color: black;
  25. font-family: 'Montserrat', sans-serif;
  26. }
  27. a {
  28. color: white;
  29. transition: color 0.5s ease-in;
  30. position: relative;
  31. }
  32. a:before {
  33. content: "";
  34. position: absolute;
  35. width: 100%;
  36. height: 4px;
  37. bottom: 0;
  38. left: 0;
  39. background-color: crimson;
  40. visibility: hidden;
  41. transform: scaleX(0);
  42. transition: all 0.5s ease-in-out;
  43. }
  44. a:hover {
  45. color: crimson;
  46. background-size: 20px 2px, 0 2px, 100% 2px;
  47. background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
  48. }
  49. a:hover:before {
  50. visibility: visible;
  51. transform: scaleX(1);
  52. }
  53. .hero {
  54. padding-top: 66px;
  55. margin-left: auto;
  56. margin-right: auto;
  57. display: block;
  58. width: 640px;
  59. height: 640px;
  60. }
  61. .hero img {
  62. width: 100%;
  63. }
  64. .links {
  65. margin-left: auto;
  66. margin-right: auto;
  67. display: block;
  68. width: 100%;
  69. text-align: center;
  70. font-size: 34px;
  71. }
  72. .donate {
  73. margin-left: auto;
  74. margin-right: auto;
  75. display: block;
  76. width: 100%;
  77. text-align: center;
  78. font-size: 34px;
  79. margin-bottom: 66px;
  80. }
  81. @media screen and (max-width: 639px) {
  82. .hero {
  83. width: 100%;
  84. height: auto;
  85. }
  86. .links {
  87. font-size: 24px;
  88. }
  89. .donate {
  90. font-size: 24px;
  91. }
  92. }
  93. </style>
  94. </head>
  95. <body>
  96. <section class="hero">
  97. <img
  98. src="atlanta_tst.jpg"
  99. alt="An image of an inverted pentacle with a phoenix emerging from the flames in the center. It reads Atlanta curved over the top and The Satanic Temple curved beneath. At the top of the image it says Fight for your rights. At the bottom of the image it says Donate to support reproductive rights and separation of Church and State."
  100. />
  101. </section>
  102. <section class="links">
  103. <a href="https://www.flowcode.com/page/tstatl">Community Page</a>
  104. </section>
  105. <section class="donate">
  106. <a href="https://square.link/u/ObTjvqSg">Donate</a>
  107. </section>
  108. <!-- Domain owner: eyeofmidas (at) gmail.com -->
  109. </body>
  110. </html>