Skip to content

Commit d417d36

Browse files
committed
Moved assets to individual directories
1 parent 3771c22 commit d417d36

20 files changed

+17
-17
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="assets/modern-fortran-logo.svg" width=800/>
2+
<img src="assets/svg/modern-fortran-logo.svg" width=800/>
33
</p>
44

55
<div align="center">
@@ -26,7 +26,7 @@
2626
</div>
2727

2828
<p align="center">
29-
<img src="assets/intro-demo.gif"/>
29+
<img src="assets/gif/intro-demo.gif"/>
3030
</p>
3131

3232
## Key Features
@@ -44,17 +44,17 @@
4444
## Get Started & Seek Support
4545

4646
<p float="left">
47-
<a href="https://fortran-lang.org/learn/"><img src="./assets/readme.tutorial.svg"/></a>
48-
<a href="https://github.com/fortran-lang/vscode-fortran-support/discussions"><img src="./assets/readme.github.svg"/></a>
49-
<a href="https://fortran-lang.discourse.group/"><img src="./assets/readme.discourse.svg"/></a>
47+
<a href="https://fortran-lang.org/learn/"><img src="./assets/svg/readme.tutorial.svg"/></a>
48+
<a href="https://github.com/fortran-lang/vscode-fortran-support/discussions"><img src="./assets/svg/readme.github.svg"/></a>
49+
<a href="https://fortran-lang.discourse.group/"><img src="./assets/svg/readme.discourse.svg"/></a>
5050
</p>
5151

5252
### Useful Tools
5353

5454
<p float="center">
55-
<a href="https://gnikit.github.io/fortls"><img src="./assets/readme.fortls.svg"/></a>
56-
<a href="https://fpm.fortran-lang.org"><img src="./assets/readme.fpm.svg"/></a>
57-
<a href="https://github.com/fortran-lang/stdlib"><img src="./assets/readme.stdlib.svg"/></a>
55+
<a href="https://gnikit.github.io/fortls"><img src="./assets/svg/readme.fortls.svg"/></a>
56+
<a href="https://fpm.fortran-lang.org"><img src="./assets/svg/readme.fpm.svg"/></a>
57+
<a href="https://github.com/fortran-lang/stdlib"><img src="./assets/svg/readme.stdlib.svg"/></a>
5858
</p>
5959

6060
## Language Server integration
@@ -83,11 +83,11 @@ without the user having to compile.
8383

8484
Using an invalid if expression
8585

86-
![alt](assets/lint-demo.gif)
86+
![alt](assets/gif/lint-demo.gif)
8787

8888
Using incorrect type and rank as function argument
8989

90-
![alt](assets/lint-demo2.gif)
90+
![alt](assets/gif/lint-demo2.gif)
9191

9292
| 📝️ Note | Save your file to generate linting results |
9393
| -------- | ------------------------------------------ |
@@ -150,7 +150,7 @@ you can point the extension to another linter with the `fortran.linter.compilerP
150150

151151
## Debugging
152152

153-
![alt](assets/gdb_ani.gif)
153+
![alt](assets/gif/gdb_ani.gif)
154154

155155
The extension uses the debugger from Microsoft's
156156
[C/C++ extension](https://github.com/Microsoft/vscode-cpptools)
@@ -213,9 +213,9 @@ installed with `pip` automatically through the extension.
213213
<details>
214214
<summary><b>Demo: formatters in action</b></summary>
215215

216-
| findent | fprettify |
217-
| :-------------------------------: | :---------------------------------: |
218-
| ![alt](./assets/findent-demo.gif) | ![alt](./assets/fprettify-demo.gif) |
216+
| findent | fprettify |
217+
| :-----------------------------------: | :-------------------------------------: |
218+
| ![alt](./assets/gif/findent-demo.gif) | ![alt](./assets/gif/fprettify-demo.gif) |
219219

220220
</details>
221221

@@ -302,8 +302,8 @@ For debugging you need to have one of the following debuggers installed:
302302

303303
You can support further development of the extension by fiscal donations:
304304

305-
<a href="https://numfocus.org/donate-to-lfortran"><img src="./assets/readme.lfortran.svg" width=90></a> to our [**LFortan**](https://numfocus.org/donate-to-lfortran) project on NumFOCUS
305+
<a href="https://numfocus.org/donate-to-lfortran"><img src="./assets/svg/readme.lfortran.svg" width=90></a> to our [**LFortan**](https://numfocus.org/donate-to-lfortran) project on NumFOCUS
306306

307307
Or
308308

309-
<a href="https://github.com/fortran-lang/vscode-fortran-support"><img src="./assets/readme.github.sponsor.svg" width=120></a> directly sponsoring developers through [**GitHub Sponsors**](https://github.com/fortran-lang/vscode-fortran-support)
309+
<a href="https://github.com/fortran-lang/vscode-fortran-support"><img src="./assets/svg/readme.github.sponsor.svg" width=120></a> directly sponsoring developers through [**GitHub Sponsors**](https://github.com/fortran-lang/vscode-fortran-support)
File renamed without changes.

0 commit comments

Comments
 (0)