|
97 | 97 | </main> |
98 | 98 |
|
99 | 99 | <footer class="px-6 py-4"> |
100 | | - <div |
101 | | - class="mx-auto flex max-w-5xl flex-col items-center gap-2 text-xs text-neutral-400 dark:text-neutral-600 sm:flex-row sm:flex-wrap sm:justify-center sm:gap-x-3 sm:gap-y-1" |
102 | | - > |
| 100 | + <div class="mx-auto flex max-w-5xl flex-wrap items-center justify-center gap-x-3 gap-y-1 text-[10px] text-neutral-400 dark:text-neutral-600"> |
| 101 | + <a href="/privacy" class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400">Privacy</a> |
| 102 | + <span aria-hidden="true">·</span> |
103 | 103 | <a |
104 | | - href="/privacy" |
| 104 | + href="https://github.com/kellenmurphy/samlguy/security" |
| 105 | + target="_blank" |
| 106 | + rel="noopener noreferrer" |
105 | 107 | class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400" |
106 | | - >Privacy</a |
| 108 | + >Security</a |
| 109 | + > |
| 110 | + <span aria-hidden="true">·</span> |
| 111 | + <span>Made with ♥ by <a href="https://kellenmurphy.com" class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400">The SAML Guy</a></span> |
| 112 | + <span aria-hidden="true">·</span> |
| 113 | + <a |
| 114 | + href="https://github.com/kellenmurphy/samlguy" |
| 115 | + target="_blank" |
| 116 | + rel="noopener noreferrer" |
| 117 | + class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400" |
| 118 | + >Source</a |
| 119 | + > |
| 120 | + <span aria-hidden="true">·</span> |
| 121 | + <a |
| 122 | + href="https://github.com/kellenmurphy/samlguy/blob/main/LICENSE" |
| 123 | + target="_blank" |
| 124 | + rel="noopener noreferrer" |
| 125 | + class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400" |
| 126 | + >MIT License</a |
107 | 127 | > |
108 | | - <span aria-hidden="true" class="hidden sm:inline">·</span> |
109 | | - <span> |
110 | | - Made with ♥ by <a |
111 | | - href="https://kellenmurphy.com" |
112 | | - class="transition-colors hover:text-neutral-600 dark:hover:text-neutral-400" |
113 | | - >The SAML Guy</a |
114 | | - > |
115 | | - </span> |
116 | | - <span aria-hidden="true" class="hidden sm:inline">·</span> |
117 | | - <span class="flex items-center gap-2"> |
118 | | - <a |
119 | | - href="https://github.com/kellenmurphy/samlguy" |
120 | | - target="_blank" |
121 | | - rel="noopener noreferrer" |
122 | | - aria-label="GitHub repository" |
123 | | - > |
124 | | - <svg |
125 | | - viewBox="0 0 16 16" |
126 | | - fill="currentColor" |
127 | | - class="h-4 w-4 text-neutral-900 dark:text-neutral-100" |
128 | | - aria-hidden="true" |
129 | | - > |
130 | | - <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z" /> |
131 | | - </svg> |
132 | | - </a> |
133 | | - <a |
134 | | - href="https://github.com/kellenmurphy/samlguy/actions/workflows/ci.yml" |
135 | | - target="_blank" |
136 | | - rel="noopener noreferrer" |
137 | | - aria-label="CI status" |
138 | | - > |
139 | | - <img |
140 | | - src="https://img.shields.io/github/actions/workflow/status/kellenmurphy/samlguy/ci.yml?branch=main&style=flat-square&label=CI&labelColor=404040" |
141 | | - alt="CI status" |
142 | | - class="h-4" |
143 | | - /> |
144 | | - </a> |
145 | | - <a |
146 | | - href="https://app.codecov.io/gh/kellenmurphy/samlguy" |
147 | | - target="_blank" |
148 | | - rel="noopener noreferrer" |
149 | | - aria-label="Code coverage" |
150 | | - > |
151 | | - <img |
152 | | - src="https://img.shields.io/codecov/c/github/kellenmurphy/samlguy?style=flat-square&label=coverage&labelColor=404040" |
153 | | - alt="Code coverage" |
154 | | - class="h-4" |
155 | | - /> |
156 | | - </a> |
157 | | - </span> |
158 | 128 | </div> |
159 | 129 | </footer> |
160 | 130 | </div> |
0 commit comments