@@ -106,37 +106,50 @@ function gtag() {
106
106
</form>
107
107
</div>
108
108
109
- <div class="output">
110
- <h2>Preview</h2>
111
-
112
- <img alt="Readme Typing SVG" src="/?lines=The+five+boxing+wizards+jump+quickly" onload="this.classList.remove('loading')" onerror="this.classList.remove('loading')" />
113
- <div class="loader">Loading...</div>
114
-
115
- <label class="show-border">
116
- <input type="checkbox">
117
- Show border
118
- </label>
119
-
120
- <div>
121
- <h2>Markdown</h2>
122
- <div class="code-container md">
123
- <code></code>
109
+ <div class="output top-bottom-split">
110
+ <div class="top">
111
+ <h2>Preview</h2>
112
+
113
+ <img alt="Readme Typing SVG" src="/?lines=The+five+boxing+wizards+jump+quickly" onload="this.classList.remove('loading')" onerror="this.classList.remove('loading')" />
114
+ <div class="loader">Loading...</div>
115
+
116
+ <label class="show-border">
117
+ <input type="checkbox">
118
+ Show border
119
+ </label>
120
+
121
+ <div>
122
+ <h2>Markdown</h2>
123
+ <div class="code-container md">
124
+ <code></code>
125
+ </div>
126
+
127
+ <button class="copy-button btn tooltip" onclick="clipboard.copy(this);" onmouseout="tooltip.reset(this);" disabled>
128
+ Copy To Clipboard
129
+ </button>
124
130
</div>
125
131
126
- <button class="copy-button btn tooltip" onclick="clipboard.copy(this);" onmouseout="tooltip.reset(this);" disabled>
127
- Copy To Clipboard
128
- </button>
129
- </div>
132
+ <div>
133
+ <h2>HTML</h2>
134
+ <div class="code-container html">
135
+ <code></code>
136
+ </div>
130
137
131
- <div>
132
- <h2>HTML</h2>
133
- <div class="code-container html">
134
- <code></code>
138
+ <button class="copy-button btn tooltip" onclick="clipboard.copy(this);" onmouseout="tooltip.reset(this);" disabled>
139
+ Copy To Clipboard
140
+ </button>
135
141
</div>
136
-
137
- <button class="copy-button btn tooltip" onclick="clipboard.copy(this);" onmouseout="tooltip.reset(this);" disabled>
138
- Copy To Clipboard
139
- </button>
142
+ </div>
143
+ <div class="bottom">
144
+ <a href="https://github.com/DenverCoder1/readme-typing-svg/blob/main/docs/faq.md" target="_blank" class="underline-hover faq">
145
+ Frequently Asked Questions
146
+ <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
147
+ <g>
148
+ <path fill="none" d="M0 0h24v24H0z"></path>
149
+ <path d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v9l-3.794-3.793-5.999 6-1.414-1.414 5.999-6L12 3h9z"></path>
150
+ </g>
151
+ </svg>
152
+ </a>
140
153
</div>
141
154
</div>
142
155
</div>
0 commit comments