-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheconf-styling.html
More file actions
458 lines (397 loc) · 20.5 KB
/
econf-styling.html
File metadata and controls
458 lines (397 loc) · 20.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-W11-4 02:13 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Econf Styling</title>
<meta name="author" content="Inanna" />
<meta name="description" content="A configuration file for the style of my emacs config." />
<meta name="generator" content="Org Mode" />
<link href="/site.css" rel="stylesheet" type="text/css" /><link href="images/website-icon.png" rel="icon" />
</head>
<body>
<div id="preamble" class="status">
<div><a href="/index.html"><img alt="An abstract logo representing a series of three assembly line stamping machines with the words CONS, DEV, and embalzoned in white on each machine." id="site-logo" src="/images/website-logo.png" /></a></div>
</div>
<div id="content" class="content">
<h1 class="title">Econf Styling</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org252d244">Introduction</a></li>
<li><a href="#orgc4f9500">Dependencies</a></li>
<li><a href="#org7871767">UI Features</a></li>
<li><a href="#org416fa81">Basic Customizations</a></li>
<li><a href="#org7635e20">Startup Configuration</a>
<ul>
<li><a href="#org71ee62b">Scratch Buffer</a></li>
<li><a href="#orgeea0de9">Initial Buffer</a></li>
</ul>
</li>
<li><a href="#orgab5a6c4">Theme Config</a>
<ul>
<li><a href="#orgc820513">Bell</a></li>
<li><a href="#org0fd387c">Vars</a></li>
<li><a href="#orga4fe155">Theme Loading</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-org252d244" class="outline-2">
<h2 id="org252d244">Introduction</h2>
<div class="outline-text-2" id="text-org252d244">
<p>
This is how I define my theme in Emacs. It's probably not the best way to go about it, but it's how I have it set up.
</p>
</div>
</div>
<div id="outline-container-orgc4f9500" class="outline-2">
<h2 id="orgc4f9500">Dependencies</h2>
<div class="outline-text-2" id="text-orgc4f9500">
<table id="org7590405" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Dependency</th>
<th scope="col" class="org-left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left"><a href="https://github.com/doomemacs/themes">doom-themes</a></td>
<td class="org-left">A package for creating and using themes.</td>
</tr>
</tbody>
</table>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span>ec-load-deps deps<span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-org7871767" class="outline-2">
<h2 id="org7871767">UI Features</h2>
<div class="outline-text-2" id="text-org7871767">
<p>
This is a temporary thing, but basically this places everything in posframes. These will be moved to other files and I will probably include a fork of <code>hydra-posframe</code>.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">use-package</span> <span style="color: #E53935;">ivy-posframe</span>
<span style="color: #E53935;">:custom</span>
<span style="color: #bbb;">(</span>ivy-posframe-min-height nil<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-height nil<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-min-width 200<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-width 200<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-border-width 5<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-display-functions-alist
'<span style="color: #494949;">(</span><span style="color: #bbb;">(</span>swiper-isearch . ivy-posframe-display-at-window-bottom-left<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ec-search-interactively . ivy-posframe-display-at-window-bottom-left<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>w3m-browse-url . ivy-posframe-display-at-window-bottom-left<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>flyspell-correct-ivy . ivy-posframe-display-at-point<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>t . ivy-posframe-display<span style="color: #bbb;">)</span><span style="color: #494949;">)</span><span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>ivy-posframe-height-alist
'<span style="color: #494949;">(</span><span style="color: #bbb;">(</span>flyspell-correct-ivy . 20<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>t . 10<span style="color: #bbb;">)</span><span style="color: #494949;">)</span><span style="color: #bbb;">)</span>
<span style="color: #E53935;">:config</span> <span style="color: #bbb;">(</span>ivy-posframe-mode<span style="color: #bbb;">)</span><span style="color: #494949;">)</span>
<span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">use-package</span> <span style="color: #E53935;">hydra-posframe</span>
<span style="color: #E53935;">:straight</span> <span style="color: #bbb;">(</span>hydra-posframe <span style="color: #E53935;">:type</span> git <span style="color: #E53935;">:host</span> github <span style="color: #E53935;">:repo</span> <span style="color: #494949;">"Ladicle/hydra-posframe"</span><span style="color: #bbb;">)</span>
<span style="color: #E53935;">:custom</span> <span style="color: #bbb;">(</span>hydra-posframe-border-width 5<span style="color: #bbb;">)</span>
<span style="color: #E53935;">:config</span> <span style="color: #bbb;">(</span>hydra-posframe-mode<span style="color: #bbb;">)</span><span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-org416fa81" class="outline-2">
<h2 id="org416fa81">Basic Customizations</h2>
<div class="outline-text-2" id="text-org416fa81">
<p>
To make the Emacs configuration a little more modern (and minimal) I remove the scrollbar, splash screens, and set the mini-window height.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Remove Scrollbar</span>
<span style="color: #494949;">(</span>scroll-bar-mode -1<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Remove Tool Bar</span>
<span style="color: #494949;">(</span>tool-bar-mode -1<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Remove Menubar</span>
<span style="color: #494949;">(</span>menu-bar-mode -1<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Remove Tooltips</span>
<span style="color: #494949;">(</span>tooltip-mode -1<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">y or n instead of yes or no</span>
<span style="color: #494949;">(</span>fset 'yes-or-no-p 'y-or-n-p<span style="color: #494949;">)</span>
</pre>
</div>
<table id="orge8d55ed" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Variable</th>
<th scope="col" class="org-left">Value</th>
<th scope="col" class="org-left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">max-mini-window-height</td>
<td class="org-left">1.0</td>
<td class="org-left">Make minibuffer height reasonable.</td>
</tr>
<tr>
<td class="org-left">inhibit-startup-message</td>
<td class="org-left">t</td>
<td class="org-left">Clear away startup nonsense.</td>
</tr>
<tr>
<td class="org-left">inhibit-startup-screen</td>
<td class="org-left">t</td>
<td class="org-left">''</td>
</tr>
<tr>
<td class="org-left">inhibit-splash-screen</td>
<td class="org-left">t</td>
<td class="org-left">''</td>
</tr>
<tr>
<td class="org-left">inhibit-compacting-font-caches</td>
<td class="org-left">t</td>
<td class="org-left">I have the RAM, I can take more memory usage.</td>
</tr>
<tr>
<td class="org-left">mouse-yank-at-point</td>
<td class="org-left">t</td>
<td class="org-left">Make mouse paste at point.</td>
</tr>
<tr>
<td class="org-left">widget-image-enable</td>
<td class="org-left">nil</td>
<td class="org-left">No more ugly buttons.</td>
</tr>
<tr>
<td class="org-left">x-underline-at-descent-line</td>
<td class="org-left">t</td>
<td class="org-left">Underline line at descent position, not baseline position.</td>
</tr>
<tr>
<td class="org-left">left-fringe-width</td>
<td class="org-left">1</td>
<td class="org-left">Make fringes more manageable.</td>
</tr>
<tr>
<td class="org-left">right-fringe-width</td>
<td class="org-left">1</td>
<td class="org-left">''</td>
</tr>
<tr>
<td class="org-left">window-divider-default-right-width</td>
<td class="org-left">5</td>
<td class="org-left">Make dividers drag-able but small.</td>
</tr>
<tr>
<td class="org-left">line-spacing</td>
<td class="org-left">nil</td>
<td class="org-left">Eliminate line spacing, I don't like it.</td>
</tr>
<tr>
<td class="org-left">use-dialog-box</td>
<td class="org-left">nil</td>
<td class="org-left">Kill the dialog boxes, I don't like them.</td>
</tr>
<tr>
<td class="org-left">find-file-visit-truename</td>
<td class="org-left">t</td>
<td class="org-left">Remove absurd file names.</td>
</tr>
<tr>
<td class="org-left">mouse-wheel-scroll-amount</td>
<td class="org-left">'(1 ((shift) . 1))</td>
<td class="org-left">Make scrolling consistent.</td>
</tr>
<tr>
<td class="org-left">mouse-wheel-progressive-speed</td>
<td class="org-left">t</td>
<td class="org-left">''</td>
</tr>
<tr>
<td class="org-left">mouse-wheel-follow-mouse</td>
<td class="org-left">t</td>
<td class="org-left">''</td>
</tr>
<tr>
<td class="org-left">scroll-step</td>
<td class="org-left">1</td>
<td class="org-left">''</td>
</tr>
</tbody>
</table>
<p>
Now I just set some more vars and other things
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span>ec-set-variables vars<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">have cursor look nicer</span>
<span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq-default</span> cursor-type '<span style="color: #bbb;">(</span>bar . 2<span style="color: #bbb;">)</span><span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">indent without tabs</span>
<span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq-default</span> line-spacing 0<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Indent without tabs</span>
<span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq-default</span> indent-tabs-mode nil<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">Make words wrap and remove ugly arrows</span>
<span style="color: #494949;">(</span>global-visual-line-mode 1<span style="color: #494949;">)</span>
<span style="color: #a4a4a4; font-style: italic;">;; </span><span style="color: #a4a4a4; font-style: italic;">display window dividers</span>
<span style="color: #494949;">(</span>window-divider-mode t<span style="color: #494949;">)</span>
</pre>
</div>
<p>
Display line numbers in various modes where I want to have line numbers, but don't display them in <i>all</i> modes since that kind of sucks.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span>add-hook 'prog-mode-hook 'display-line-numbers-mode<span style="color: #494949;">)</span>
<span style="color: #494949;">(</span>add-hook 'conf-mode-hook 'display-line-numbers-mode<span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-org7635e20" class="outline-2">
<h2 id="org7635e20">Startup Configuration</h2>
<div class="outline-text-2" id="text-org7635e20">
<p>
Now I also like to have my
</p>
</div>
<div id="outline-container-org71ee62b" class="outline-3">
<h3 id="org71ee62b">Scratch Buffer</h3>
<div class="outline-text-3" id="text-org71ee62b">
<p>
This makes a nice scratch buffer with links to the documentation for saving it, has some code for elisp, and so on. <label class="sidenote-number" for="1"><sup>1</sup></label><input checked="checked" id="1" style="display:none" type="checkbox" /><span class="sidenote"><span class="sidenote-number"> 1</span> This is what the <a href="emacs-configuration.html#ID-b44b68b2-0ac3-4fc5-9237-c02de46a1459">org-bable-execute:org</a> function I defined earlier is for, making it easier to template things and display them nicely.</span>
</p>
<div class="org-src-container">
<pre class="src src-org" id="org174d510"><span style="color: #a4a4a4;">#+TITLE:</span> <span style="color: #fff; background-color: #E53935; font-size: 180%;">Scratch Buffer</span>
This is the scratch buffer, write whatever you want here. It won't be saved unless you enter the <span style="color: #E53935; font-weight: bold; text-decoration: underline;"><a href="help:save-buffer">save-buffer</a></span> command using \[save-buffer].
<span style="color: #a4a4a4; background-color: #f5f5f5;">#+BEGIN_SRC emacs-lisp</span>
<span style="color: #a4a4a4; background-color: #f5f5f5; font-style: italic;">;; </span><span style="color: #a4a4a4; background-color: #f5f5f5; font-style: italic;">You can also write code here.</span>
<span style="color: #a4a4a4; background-color: #f5f5f5;">#+END_SRC</span>
</pre>
</div>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq</span> initial-scratch-message scratch-buffer<span style="color: #494949;">)</span>
<span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq</span> initial-major-mode 'org-mode<span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-orgeea0de9" class="outline-3">
<h3 id="orgeea0de9">Initial Buffer</h3>
<div class="outline-text-3" id="text-orgeea0de9">
<p>
Here I just set the initial buffer to the main index I have set up for my configuration.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">setq</span> initial-buffer-choice ec-main-index<span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
</div>
<div id="outline-container-orgab5a6c4" class="outline-2">
<h2 id="orgab5a6c4">Theme Config</h2>
<div class="outline-text-2" id="text-orgab5a6c4">
</div>
<div id="outline-container-orgc820513" class="outline-3">
<h3 id="orgc820513">Bell</h3>
<div class="outline-text-3" id="text-orgc820513">
<p>
I like both having a visual bell and an auditory bell, so I have this function which makes a nice beep and blinks the modeline.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">defun</span> <span style="font-weight: bold; font-style: italic;">ec-bell-function</span> <span style="color: #bbb;">()</span>
<span style="color: #bbb;">(</span>exec-shell-command <span style="color: #494949;">"play -n synth 0.1 sin 500 chorus 1 0.9 55 0.4 0.1 2 -t"</span><span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>doom-themes-visual-bell-fn<span style="color: #bbb;">)</span><span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-org0fd387c" class="outline-3">
<h3 id="org0fd387c">Vars</h3>
<div class="outline-text-3" id="text-org0fd387c">
<p>
Here some variables are set.
</p>
<table id="orgccc1e60" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Variable</th>
<th scope="col" class="org-left">Value</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">doom-themes-enable-bold</td>
<td class="org-left">t</td>
</tr>
<tr>
<td class="org-left">doom-themes-enable-italic</td>
<td class="org-left">t</td>
</tr>
<tr>
<td class="org-left">doom-themes-org-fontify-special-tags</td>
<td class="org-left">nil</td>
</tr>
<tr>
<td class="org-left">ring-bell-function</td>
<td class="org-left">#'ec-bell-function</td>
</tr>
<tr>
<td class="org-left">custom-theme-directory</td>
<td class="org-left">(f-expand "./")</td>
</tr>
</tbody>
</table>
<p>
Now finally I load my theme which is located <a href="econf-theme.html#ID-ee3f7df2-c7bc-4d98-8720-448833e4012e">here</a>. This function tangles it and then loads it.
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span>ec-set-variables var-themes<span style="color: #494949;">)</span>
<span style="color: #494949;">(</span>doom-themes-org-config<span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-orga4fe155" class="outline-3">
<h3 id="orga4fe155">Theme Loading</h3>
<div class="outline-text-3" id="text-orga4fe155">
<p>
This is just a bit of code to create the theme file, load it, and then remove it so it doesn't clutter up my directory.<label class="sidenote-number" for="2"><sup>2</sup></label><input checked="checked" id="2" style="display:none" type="checkbox" /><span class="sidenote"><span class="sidenote-number"> 2</span> Yes, all of this is probably somewhat slow, so I probably should consider optimizing it someday, maybe pre-tangling and pre-compiling it.</span>
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #494949;">(</span><span style="color: #E53935; font-style: italic;">let</span> <span style="color: #bbb;">(</span><span style="color: #494949;">(</span>econf-out <span style="color: #494949;">"econf-theme.el"</span><span style="color: #494949;">)</span><span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>org-babel-tangle-file <span style="color: #494949;">"econf-theme.org"</span> econf-out <span style="color: #494949;">"emacs-lisp</span><span style="color: #000; font-weight: bold;">\\</span><span style="color: #000; font-weight: bold;">|</span><span style="color: #494949;">elisp"</span><span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>load-theme 'econf t<span style="color: #bbb;">)</span>
<span style="color: #bbb;">(</span>delete-file econf-out<span style="color: #bbb;">)</span><span style="color: #494949;">)</span>
</pre>
</div>
</div>
</div>
</div>
<!-- Footnotes --><!--
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1" role="doc-backlink">1</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">This is what the <a href="emacs-configuration.html#ID-b44b68b2-0ac3-4fc5-9237-c02de46a1459">org-bable-execute:org</a> function I defined earlier is for, making it easier to template things and display them nicely.</p></div></div>
<div class="footdef"><sup><a id="fn.2" class="footnum" href="#fnr.2" role="doc-backlink">2</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Yes, all of this is probably somewhat slow, so I probably should consider optimizing it someday, maybe pre-tangling and pre-compiling it.</p></div></div>
--></div>
<div id="postamble" class="status">
<p class="date">Last Modified: 2022-W05-1 22:09</p><p class="creator">Generated Using: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 27.2 (<a href="https://orgmode.org">Org</a> mode 9.4.6)</p><p class="license">Except where otherwise noted content on <a href="https://cons.dev">cons.dev</a> is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div>
</body>
</html>