Skip to content

Commit d7a9d20

Browse files
authored
Added image-denoising-texonomy
Text to sahre in static web
1 parent b487985 commit d7a9d20

File tree

7 files changed

+708
-0
lines changed

7 files changed

+708
-0
lines changed

image-denoising-taxonomy/LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

image-denoising-taxonomy/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# image-denoising-taxonomy
2+
A web dedicated to the taxonomy of 2D image denoising methods
3+
4+
- Create a CSS automatically: https://webcode.tools/css-generator
5+
- How to see your website at the same time you code in VSCode: https://www.youtube.com/watch?v=QmQFVghf0H4
6+
- Free online toolkit of fonts and icons: https://fontawesome.com/search?m=free&o=r
2.55 MB
Loading
Lines changed: 15 additions & 0 deletions
Loading

image-denoising-taxonomy/ccs/style.css

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- HTML template generated in VSCode with html:5 command -->
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<!-- <meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
8+
<title>Website title</title>
9+
</head>
10+
<body>
11+
<h1 style="color: rgb(235, 47, 47); font-size: 25px; font-family:'Times New Roman', Times, serif">Body text</h1>
12+
</body>
13+
</html>

image-denoising-taxonomy/js/utils.js

Whitespace-only changes.

0 commit comments

Comments
 (0)