Skip to content

Commit 1c5c509

Browse files
committed
badideas font
1 parent 6ea32fd commit 1c5c509

4 files changed

Lines changed: 89 additions & 1 deletion

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
<h1>RSCG nr 215 : BadIdeas.Icons.FontAwesome</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/BadIdeas.Icons.FontAwesome/" target="_blank">https://www.nuget.org/packages/BadIdeas.Icons.FontAwesome/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/phil-scott-78/Icons/" target="_blank"> https://github.com/phil-scott-78/Icons/</a></p>
8+
9+
<p>Author :Phil Scott</p>
10+
11+
<p>Source: <a href="https://github.com/phil-scott-78/Icons/" target="_blank">https://github.com/phil-scott-78/Icons/</a> </p>
12+
13+
<h2>About</h2>
14+
15+
generate font awesome icons
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/BadIdeas.Icons.FontAwesome/" target="_blank">BadIdeas.Icons.FontAwesome</a> in the csproj
22+
</h3>
23+
<img src="images/BadIdeas.Icons.FontAwesome/DemoBlazor.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Home.razor
29+
<br />
30+
<img src="images/BadIdeas.Icons.FontAwesome/csFiles/Home.razor.png" width="580" height="580" />
31+
<hr />
32+
<h3>And here are the <i>generated</i> files</h3>
33+
34+
<br />
35+
The file <i>generated</i> is App_razor.g.cs
36+
<br />
37+
<img src="images/BadIdeas.Icons.FontAwesome/generated/App_razor.g.cs.png" width="580" height="580" />
38+
39+
<br />
40+
The file <i>generated</i> is Layout_MainLayout_razor.g.cs
41+
<br />
42+
<img src="images/BadIdeas.Icons.FontAwesome/generated/Layout_MainLayout_razor.g.cs.png" width="580" height="580" />
43+
44+
<br />
45+
The file <i>generated</i> is Layout_NavMenu_razor.g.cs
46+
<br />
47+
<img src="images/BadIdeas.Icons.FontAwesome/generated/Layout_NavMenu_razor.g.cs.png" width="580" height="580" />
48+
49+
<br />
50+
The file <i>generated</i> is Pages_Counter_razor.g.cs
51+
<br />
52+
<img src="images/BadIdeas.Icons.FontAwesome/generated/Pages_Counter_razor.g.cs.png" width="580" height="580" />
53+
54+
<br />
55+
The file <i>generated</i> is Pages_Home_razor.g.cs
56+
<br />
57+
<img src="images/BadIdeas.Icons.FontAwesome/generated/Pages_Home_razor.g.cs.png" width="580" height="580" />
58+
59+
<br />
60+
The file <i>generated</i> is Pages_Weather_razor.g.cs
61+
<br />
62+
<img src="images/BadIdeas.Icons.FontAwesome/generated/Pages_Weather_razor.g.cs.png" width="580" height="580" />
63+
64+
<br />
65+
The file <i>generated</i> is _Imports_razor.g.cs
66+
<br />
67+
<img src="images/BadIdeas.Icons.FontAwesome/generated/_Imports_razor.g.cs.png" width="580" height="580" />
68+
69+
<p>
70+
You can download the code and this page as pdf from
71+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/BadIdeas.Icons.FontAwesome'>
72+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/BadIdeas.Icons.FontAwesome
73+
</a>
74+
</p>
75+
76+
77+
<p>
78+
You can see the whole list at
79+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
80+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
81+
</a>
82+
</p>
83+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 214 RSCG with examples =>
20+
This is the list of 215 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -882,6 +882,10 @@ <h1>
882882
<td>214</td>
883883
<td><a href="examples/Genbox.FastEnum.html">Genbox.FastEnum</a></td>
884884
</tr>
885+
<tr>
886+
<td>215</td>
887+
<td><a href="examples/BadIdeas.Icons.FontAwesome.html">BadIdeas.Icons.FontAwesome</a></td>
888+
</tr>
885889
</table>
886890

887891

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ input-files:
228228
- examples/StackXML.html
229229
- examples/Blazor.TSRuntime.html
230230
- examples/Genbox.FastEnum.html
231+
- examples/BadIdeas.Icons.FontAwesome.html
231232

232233
# or you may use input-file: with a single value
233234
# defaults:
Binary file not shown.

0 commit comments

Comments
 (0)