mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add logo
This commit is contained in:
parent
940b7ac98a
commit
bcbd60bde2
3 changed files with 15 additions and 6 deletions
|
|
@ -7,14 +7,17 @@ export interface LayoutProps {
|
|||
export class Layout extends React.Component<LayoutProps, {}> {
|
||||
render() {
|
||||
return <div className="container">
|
||||
<div className="row" style={{ margin: 1 }}>
|
||||
<div className="row">
|
||||
<h1>
|
||||
FilterLists
|
||||
<sub>
|
||||
<em>beta</em>
|
||||
</sub>
|
||||
<img src="logo_filterlists.png" alt="FilterLists" style={{
|
||||
width: "40%",
|
||||
display: "block",
|
||||
height: "auto"
|
||||
}}/>
|
||||
</h1>
|
||||
<p>The independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.</p>
|
||||
<p style={{ margin: 10 }}>
|
||||
The independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.
|
||||
</p>
|
||||
</div>
|
||||
<div className="row">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,12 @@
|
|||
<Content Remove="ClientApp\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="wwwroot\logo_filterlists.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="DebugRunWebpack" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') ">
|
||||
<!-- Ensure Node.js is installed -->
|
||||
<Exec Command="node --version" ContinueOnError="true">
|
||||
|
|
|
|||
BIN
src/FilterLists.Web/wwwroot/logo_filterlists.png
Normal file
BIN
src/FilterLists.Web/wwwroot/logo_filterlists.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Loading…
Reference in a new issue