-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
executable file
·344 lines (289 loc) · 24.8 KB
/
about.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- SimpleITK Favicon -->
<link rel="icon" type="image/png" href="images/favicon/favicon.png">
<title>SimpleITK - About</title>
<!-- Feather Icons - Used for main menu dropdown arrows -->
<script src="https://unpkg.com/feather-icons"></script>
<!-- Google fonts CSS - Used for all site fonts -->
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<!-- Font Awesome CSS - Used for site icons e.g. Github, Discourse -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- Bootstrap core CSS - Base CSS framework for site -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles for SimpleITK -->
<link href="css/styles.css" rel="stylesheet">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N38XC8T');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N38XC8T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<button onclick="topFunction()" id="myBtn" class="topBtn fa fa-chevron-up" title="Go to top" aria-label="Move to the top"></button>
<!-- Main navigation -->
<nav class="navbar navbar-expand-xl navbar-light bg-white">
<!-- Site branding -->
<a class="navbar-brand main-logo" href="index.html">
<div class="">
<img src="images/SimpleITK-Icons/s-name-full-transparent.png" class="align-self-center mr-3 product-logo" alt="SimpleITK logo">
</div>
</a>
<!-- Main navigation social media icons -->
<div class="d-flex order-xl-1 social-media-icons">
<ul class="navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link mx-2 mx-xl-4" href="https://github.com/SimpleITK/SimpleITK" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Github SimpleITK" aria-label="Github SimpleITK"><i class="fab fa-github fa-2x text-dark" alt="Github SimpleITK"></i></a>
</li>
<li class="nav-item">
<a class="nav-link mx-3" href="https://discourse.itk.org" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Discourse ITK" aria-label="Discourse ITK"><i class="fab fa-discourse fa-2x text-dark" alt="Discourse ITK"></i></a>
</li>
</ul>
</div>
<!-- Main navigation navbar toggler -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="true" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
<span class="sr-only">Toggle navigation</span>
</button>
<!-- Main navigation items -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item mx-2">
<a class="nav-link font-weight-bold" href="about.html">About</a>
</li>
<li class="nav-item dropdown mx-2">
<a class="nav-link dropdown-toggle font-weight-bold" href="#" id="navbarDropdown1" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Getting Started<span data-feather="chevron-down" class="ml-1"></span>
</a>
<div class="dropdown-menu px-3 py-4" aria-labelledby="navbarDropdown">
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/master/gettingStarted.html#python-binary-files" target="_blank">Python</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/master/gettingStarted.html#c-binary-files" target="_blank">C#</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/master/gettingStarted.html#java-binary-files" target="_blank">Java</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/master/gettingStarted.html#r-binary-files" target="_blank">R</a>
</div>
</li>
<li class="nav-item dropdown mx-2">
<a class="nav-link dropdown-toggle font-weight-bold" href="#" id="navbarDropdown2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
User Guide<span data-feather="chevron-down" class="ml-1"></span>
</a>
<div class="dropdown-menu px-3 py-4" aria-labelledby="navbarDropdown">
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v2.4.0" target="_blank">Version 2.4.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v2.3.0" target="_blank">Version 2.3.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v2.2.0" target="_blank">Version 2.2.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v2.1.0" target="_blank">Version 2.1.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v2.0.0" target="_blank">Version 2.0.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v1.2.4" target="_blank">Version 1.2.4</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/v1.1.0" target="_blank">Version 1.1.0</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/latest" target="_blank">Latest</a>
</div>
</li>
<li class="nav-item dropdown mx-2">
<a class="nav-link dropdown-toggle font-weight-bold" href="#" id="navbarDropdown3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
API<span data-feather="chevron-down" class="ml-1"></span>
</a>
<div class="dropdown-menu px-3 py-4" aria-labelledby="navbarDropdown">
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v2_4/html/" target="_blank">Version 2.4</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v2_3/html/" target="_blank">Version 2.3</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v2_2/html/" target="_blank">Version 2.2</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v2_1/html/" target="_blank">Version 2.1</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v2_0/html/" target="_blank">Version 2.0</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v1_2/html/" target="_blank">Version 1.2</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v1_1/html/" target="_blank">Version 1.1</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/v1_0/html/" target="_blank">Version 1.0</a>
<a class="dropdown-item pl-2 text-secondary" href="doxygen/latest/html/" target="_blank">Latest</a>
</div>
</li>
<li class="nav-item dropdown mx-2">
<a class="nav-link dropdown-toggle font-weight-bold" href="#" id="navbarDropdown4" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Examples<span data-feather="chevron-down" class="ml-1"></span>
</a>
<div class="dropdown-menu px-3 py-4" aria-labelledby="navbarDropdown">
<a class="dropdown-item pl-2 text-secondary" href="https://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/" target="_blank">Jupyter Notebook</a>
<a class="dropdown-item pl-2 text-secondary" href="https://simpleitk.readthedocs.io/en/master/link_examples.html" target="_blank">Examples</a>
</div>
</li>
<li class="nav-item dropdown mx-2">
<a class="nav-link dropdown-toggle font-weight-bold" href="#" id="navbarDropdown5" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community<span data-feather="chevron-down" class="ml-1"></span>
</a>
<div class="dropdown-menu px-3 py-4" aria-labelledby="navbarDropdown">
<a class="dropdown-item pl-2 text-secondary" href="https://github.com/SimpleITK" target="_blank">Github</a>
<a class="dropdown-item pl-2 text-secondary" href="https://github.com/SimpleITK/SimpleITK/releases" target="_blank">Releases</a>
<a class="dropdown-item pl-2 text-secondary" href="https://discourse.itk.org" target="_blank">Discussion Form</a>
<a class="dropdown-item pl-2 text-secondary" href="https://github.com/SimpleITK/SimpleITK/issues" target="_blank">Report Issue</a>
<a class="dropdown-item pl-2 text-secondary" href="https://open.cdash.org/index.php?project=SimpleITK" target="_blank">Quality Dashboard</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- About -->
<div class="jumbotron jumbotron-fluid bg-white border-bottom about-hero">
<div class="container">
<div class="row">
<div class="col-12 text-center p-5">
<h2 class="text-brand font-weight-bold mb-5">About SimpleITK</h2>
<p class="">SimpleITK is a simplified programming interface to the algorithms and data structures of the <a class="about-link" href="https://github.com/InsightSoftwareConsortium/ITK" target="_blank">Insight Toolkit</a> (ITK). It supports interfaces for multiple programming languages including C++, Python, R, Java, C#, Lua, Ruby and TCL. These bindings enable scientists to develop image analysis workflows in the programming language they are most familiar with. The toolkit supports more than 15 different image file formats, provides over 280 image analysis filters, and implements a unified interface to the ITK intensity-based registration framework.</p>
</div>
</div>
</div>
</div>
<!-- Applications and History -->
<div class="container">
<div class="row no-gutters">
<div class="col-12 col-md-6 p-5">
<h3 class="text-brand font-weight-bold">Applications</h3>
<p>The SimpleITK community includes researchers from a variety of domains that require image analysis capabilities without requiring extensive expertise in software development. Originally the community consisted primarily of researchers from the biomedical sciences, though it has since expanded to many other disciplines. In the context of bio-medicine, the toolkit has been used in the analysis of anatomical structures imaged with CT, MR, and PET, and analysis of cellular structures imaged using dual photon microscopy, focused ion beam scanning electron microscopy and focal plane array microscopy.</p>
<p>Outside of bio-medicine the toolkit has been used in a broad range of applications, from <a class="about-link" href="https://link.springer.com/article/10.1007/s00216-018-1156-x" target="_blank">identification of microplastics</a> in micro-Fourier transform infrared microscopy, to <a class="about-link" href="https://www.sciencedirect.com/science/article/pii/S0378775316312381" target="_blank">analysis of fuel cells</a> using X-ray tomography, and for <a class="about-link" href="https://www.sciencedirect.com/science/article/pii/S0034425718304115" target="_blank">alignment of remote sensing images</a> acquired by unmanned aerial systems. Outside of the research setting, the toolkit is used in medical image analysis courses at multiple academic institutions, allowing students to focus more on the algorithms and less on learning complex software interfaces.</p>
</div>
<div class="col-12 col-md-6 p-5">
<h3 class="text-brand font-weight-bold">History</h3>
<p>SimpleITK was created as part of a concerted effort to simplify the use of the Insight Toolkit, making it more accessible to a wider audience. The initial funding for the toolkit was provided by the United States National Library of Medicine (NLM) under the American Recovery and Reinvestment Act (ARRA), with the initial version of the toolkit developed as a collaboration between The Mayo Clinic, Kitware Inc, The University of Iowa and NLM's intramural research program. The first major release of the toolkit was announced in April-May 2017.</p>
<p>Between 2013 and 2019, development was supported by the NLM intramural research program with collaborators at The University of Iowa and Monash University. Since 2019, SimpleITK development is supported by the Office of Cyber Infrastructure and Computational Biology at the National Institute of Allergy and Infectious Diseases.</p>
</div>
</div>
</div>
<!-- License -->
<div class="jumbotron jumbotron-fluid bg-white border-top about-hero">
<div class="container">
<div class="row">
<div class="col-12 p-5">
<h2 class="text-brand font-weight-bold">License</h2>
<p class="">The SimpleITK project is part of the <a class="about-link" href="http://www.insightsoftwareconsortium.org" target="_blank">Insight Software Consortium </a> a non-profit educational consortium dedicated to promoting and maintaining open-source, freely available software for medical image analysis. The copyright is held by <a class="about-link" href="https://numfocus.org" target="_blank">NumFOCUS</a>. The SimpleITK software is distributed under the <a class="about-link" href="https://github.com/SimpleITK/SimpleITK/blob/master/LICENSE" target="_blank">Apache License 2.0</a>.</p>
</div>
</div>
</div>
</div>
<!-- Citations -->
<div class="jumbotron jumbotron-fluid bg-white border-top about-hero">
<div class="container">
<div class="row">
<div class="col-12 p-5">
<h2 class="text-brand font-weight-bold">Citation</h2>
<p class="">If you found SimpleITK useful in your research, support our efforts by citing the relevant publication(s):</p>
<ul class="">
<li>R. Beare, B. C. Lowekamp, Z. Yaniv, “Image Segmentation, Registration and Characterization in R with SimpleITK”, J Stat Softw, 86(8), <a class="about-link" target="_blank" href="https://www.jstatsoft.org/article/view/v086i08">doi: 10.18637/jss.v086.i08</a>, 2018.</li>
<li>Z. Yaniv, B. C. Lowekamp, H. J. Johnson, R. Beare, “SimpleITK Image-Analysis Notebooks: a Collaborative Environment for Education and Reproducible Research”, J Digit Imaging., <a class="about-link" target="_blank" href="https://link.springer.com/article/10.1007%2Fs10278-017-0037-8">doi: 10.1007/s10278-017-0037-8, 31(3): 290-303</a>, 2018.</li>
<li>B. C. Lowekamp, D. T. Chen, L. Ibáñez, D. Blezek, “The Design of SimpleITK”, Front. Neuroinform., 7:45. <a class="about-link" target="_blank" href="https://www.frontiersin.org/articles/10.3389/fninf.2013.00045/full">doi: 10.3389/fninf.2013.00045</a>, 2013.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- logos -->
<div class="jumbotron jumbotron-fluid bg-white border-top about-hero">
<div class="container">
<div class="row">
<div class="col-12 p-5">
<h2 class="text-brand font-weight-bold mb-5 text-center">SimpleITK Logos</h2>
<div class="row">
<div class="col-md-12 mb-4">
<div class="card about-card">
<div class="about-full-logos align-self-center">
<img src="images/SimpleITK-Icons/s-name-full-transparent.png" class=" about-full-logos-img" alt="S-full-Transparent">
</div>
<div class="card-body border-top text-center">
<h5 class="card-title">Download</h5>
<p> <a role="button" class="btn btn-about-logos" href="images/SimpleITK-Icons/s-name-full-transparent.png" target="_blank"> S Full + Name Transparent (PNG), 1798 × 364, 20KB </a></p>
<p><a href="images/SimpleITK-Icons/s-name-full-white.jpg" target="_blank" role="button" class="btn btn-about-logos"> S Full + Name White (JPG), 1798 × 364, 81KB </a></p>
<p><a href="images/SimpleITK-Icons/s-name-full.svg" target="_blank" role="button" class="btn btn-about-logos"> S Full + Name (SVG), 5KB </a></p>
</div>
</div>
</div>
<div class="col-md-12 mb-4">
<div class="card about-card">
<img src="images/SimpleITK-Icons/s-full-transparent.png" class="align-self-center about-s-logo my-3" alt="S-full-Transparent">
<div class="card-body border-top text-center">
<h5 class="card-title">Download</h5>
<p><a href="images/SimpleITK-Icons/s-full-transparent.png" target="_blank" role="button" class="btn btn-about-logos"> S Full Transparent (PNG), 229 × 337, 6KB </a></p>
<p><a href="images/SimpleITK-Icons/s-small-transparent.png" target="_blank" role="button" class="btn btn-about-logos"> S Small Transparent (PNG), 115 × 169, 3KB </a></p>
<p><a href="images/SimpleITK-Icons/s-small-white.jpg" target="_blank" role="button" class="btn btn-about-logos"> S Small White (JPG), 115 × 169, 27KB </a></p>
<p><a href="images/SimpleITK-Icons/s-small.svg" target="_blank" role="button" class="btn btn-about-logos"> S Small (SVG), 884 bytes </a></p>
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-12 col-md-6 ">
<img src="images/SimpleITK-Icons/s-full-transparent.png" alt="S-full-Transparent" width="40" height="auto">
</div>
<br>
<div class="col-12 col-md-6">
<h6>S Full Transparent (PNG) - <a href="images/SimpleITK-Icons/s-full-transparent.png"> Download </a></h6>
<h6>S Small Transparent (PNG) - <a href="images/SimpleITK-Icons/s-small-transparent.png"> Download </a></h6>
<h6>S Small White (JPG) - <a href="images/SimpleITK-Icons/s-small-white.jpg"> Download </a></h6>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 col-md-6 ">
<img src="images/SimpleITK-Icons/s-name-full-transparent.png" alt="S-full-Transparent" width="300" height="auto">
</div>
<br>
<div class="col-12 col-md-6">
<h6>S Full Name Transparent (PNG) - <a href="images/SimpleITK-Icons/s-name-full-transparent.png"> Download </a></h6>
<h6>S Full Name White (JPG) - <a href="images/SimpleITK-Icons/s-name-full-white.jpg"> Download </a></h6>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- Site footer -->
<div class="footer site-footer">
<div class="jumbotron jumbotron-fluid mb-0 bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h6 class="mb-3 font-weight-bold text-white">Connect</h6>
<ul class="list-inline">
<li class="list-inline-item mr-4"><a class="text-white-50" href="https://stackoverflow.com/questions/tagged/simpleitk" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Stack Overflow SimpleITK" aria-label="Stack Overflow SimpleITK"><i class="fab fa-stack-overflow fa-2x" alt="Stack Overflow SimpleITK"></i></a></li>
<li class="list-inline-item mr-4"><a class="text-white-50" href="https://github.com/SimpleITK/SimpleITK" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Github SimpleITK" aria-label="Github SimpleITK"><i class="fab fa-github fa-2x" alt="Github SimpleITK"></i></a></li>
<li class="list-inline-item mr-4"><a class="text-white-50" href="https://discourse.itk.org" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Discourse ITK" aria-label="Discourse ITK"><i class="fab fa-discourse fa-2x" alt="Discourse ITK"></i></a></li>
<li class=""><a class="small text-white-50" href="privacy_policy.html" target="_blank">Privacy Policy</a></li>
</ul>
<hr class="footer-divider border-secondary d-sm-none">
</div>
<div class="col-sm-6">
<h6 class="mb-3 font-weight-bold text-white">Related Sites</h6>
<ul class="list-unstyled">
<li class=""><a class="small text-white-50" href="https://www.insightsoftwareconsortium.org" target="_blank">Insight Software Consortium</a></li>
<li class=""><a class="small text-white-50" href="https://itk.org" target="_blank">The Insight Toolkit</a></li>
<li class=""><a class="small text-white-50" href="https://numfocus.org" target="_blank">NumFOCUS</a></li>
<li class=""><a class="small text-white-50" href="https://www.niaid.nih.gov/" target="_blank">National Institute of Allergy & Infectious Diseases</a></li>
<li class=""><a class="small text-white-50" href="https://bioinformatics.niaid.nih.gov/" target="_blank">bioinformatics @NIAID</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Main.js -->
<script src="js/main.js"></script>
<!-- Feather icons -->
<script>
feather.replace()
</script>
</body>
</html>