1.0.11 • Published 5 years ago

g0v-banner v1.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

banner

Code for a header that states that a website was made by the g0v team.

Here is the code, included as a raw, html component.

<div className="g0vbar" style="background: #343A40">
    <div classname="g0vbar-content" style="color: white; 
                                       font-size: 12px; 
                                       padding-top: 5px; 
                                       padding-bottom: 5px; 
                                       text-align: left; 
                                       max-width: 1137px; 
                                       margin-left: auto; 
                                       margin-right: auto">
        <img src="g0v.ico"> 這是一個
        <a style="text-decoration: underline; color: white" href="https://hack.g0v.tw">
            台灣g0v公民科技社群
        </a> 開發的網站。
    </div>
</div>

and the same code, on the same line.
<div className="g0vbar" style="background: #343A40"><div className="g0vbar-content" style="color: white; font-size: 12px; padding-top: 5px; padding-bottom: 5px; text-align: left; max-width: 1137px; margin-left: auto; margin-right: auto"><img src="g0v.ico" />這是一個<a style="text-decoration: underline; color: white" href="https://hack.g0v.tw">台灣g0v公民科技社群</a> 開發的網站。</div></div>

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago