diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-22 00:09:16 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-22 00:09:16 +0200 |
| commit | 335632435e450d0e9ccafcdc71bd4357c1fc3f46 (patch) | |
| tree | 6680d997a32d99620a3a67507c2c749417b1181a | |
| parent | 49fe2db915794b3f2e3c3412199f02092981ea86 (diff) | |
Lint and fix priori job description
| -rw-r--r-- | app/assets/index.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 6913c1c..331ac4d 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -6,13 +6,13 @@ <link href="/base.css" rel="stylesheet" media="all" /> <link href="/print.css" rel="stylesheet" media="print" /> <link rel="shortcut icon" href="/favicon.ico" /> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> - <link rel="manifest" href="/site.webmanifest"> - <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000"> - <meta name="msapplication-TileColor" content="#da532c"> - <meta name="theme-color" content="#ffffff"> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> + <link rel="manifest" href="/site.webmanifest" /> + <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000" /> + <meta name="msapplication-TileColor" content="#da532c" /> + <meta name="theme-color" content="#ffffff" /> <meta name="author" content="Ahmed AbdelHalim" /> <meta name="description" content="A14M ยท Software Developer/DevOps" /> @@ -165,8 +165,8 @@ </li> <li> Reimplemented the “Extract” step in the - <abbr title="Extract, Transform, Load">ETL</abbr> process (using an API based crawler approach instead of - phantom browser). + <abbr title="Extract, Transform, Load">ETL</abbr> process (using an API based crawler instead of + phantomJS browser). </li> </ul> </article> @@ -256,7 +256,6 @@ </article> </article> </main> - <footer> - </footer> + <footer></footer> </body> </html> |
