mirror of
https://github.com/konpa/devicon.git
synced 2025-08-09 08:06:32 +02:00
Add contact info and more legal details
This commit is contained in:
@@ -211,25 +211,24 @@ header {
|
||||
header > h2 {
|
||||
font-weight: 400;
|
||||
font-size: 1.3rem; }
|
||||
header .download {
|
||||
header .buttonLink {
|
||||
margin: 2rem 0 0;
|
||||
font-weight: 900;
|
||||
font-size: 1.3rem;
|
||||
text-align: center; }
|
||||
header .download i {
|
||||
header .buttonLink i {
|
||||
position: relative;
|
||||
top: 12px;
|
||||
left: -10px;
|
||||
font-size: 3rem; }
|
||||
header .download a {
|
||||
header .buttonLink > a {
|
||||
padding: 1.3rem 1.8rem;
|
||||
border: 6px solid var(--primaryColor);
|
||||
color: var(--primaryColor);
|
||||
background: whitesmoke;
|
||||
text-decoration: none;}
|
||||
header .download a:hover {
|
||||
border-color: whitesmoke;
|
||||
color: var(--primaryColor); }
|
||||
header .buttonLink a:hover {
|
||||
border-color: whitesmoke; }
|
||||
header > h3 {
|
||||
margin: 4rem 0 0;
|
||||
font-size: 3rem;
|
||||
@@ -327,7 +326,7 @@ header {
|
||||
position: absolute;
|
||||
font-size: 1rem;
|
||||
background-color: var(--primaryColor);
|
||||
border-radius: 1em;
|
||||
border-radius: 0.2em;
|
||||
border: 2px solid var(--grey);
|
||||
transform: translate(0, -30%);
|
||||
padding: 0.5em;
|
||||
@@ -466,6 +465,6 @@ input[type='color']:hover {
|
||||
color: var(--grey);
|
||||
opacity: .5; }
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
margin-top: 6rem;
|
||||
text-align: center; }
|
@@ -57,6 +57,7 @@
|
||||
<header class="clearfix">
|
||||
<h1>Devicon <span><a href="https://github.com/devicons/devicon/releases">{{ latestReleaseTagging }}</a></span></h1>
|
||||
<h2>Devicon is a set of icons representing programming languages, designing & development tools. You can use it as a font or directly copy/paste the svg code into your project.</h2>
|
||||
<i>*Please read the legal conditions of using the logos here at the bottom of this header</i>
|
||||
<h3>(Super) Quick Setup</h3>
|
||||
<h5>First select an icon on the right, then select the version below and copy/paste the code into your project.</h5>
|
||||
<ul>
|
||||
@@ -171,28 +172,31 @@
|
||||
|
||||
<h3>GitHub repository</h3>
|
||||
<h5>If you prefer a local install, you can download all the files on the GitHub repository.</h5>
|
||||
<p class="download">
|
||||
<p class="buttonLink">
|
||||
<a href="https://github.com/devicons/devicon/archive/master.zip"><i class="devicon-github-original"></i>DOWNLOAD</a>
|
||||
</p>
|
||||
<p class="download">
|
||||
<p class="buttonLink">
|
||||
<a href="https://github.com/devicons/devicon/" target="blank"><i class="devicon-github-original"></i>GO TO THE REPOSITORY</a>
|
||||
</p>
|
||||
<p class="download">
|
||||
<p class="buttonLink">
|
||||
<a href="https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md" target="blank"><i class="devicon-github-original"></i>CONTRIBUTE</a>
|
||||
</p>
|
||||
<p class="download">
|
||||
<p class="buttonLink">
|
||||
<a href="https://discord.gg/hScy8KWACQ" target="blank"><i class="discord-logo"></i>DISCORD SERVER</a>
|
||||
</p>
|
||||
|
||||
<p class="footer">
|
||||
<h3>Contact</h3>
|
||||
<h5>If you have any legal concerns regarding copyrights, please reach out to us at <b><a>info@devicon.dev</a></b>. Any code/logo contributions should be made through our GitHub repo listed above.</h5>
|
||||
|
||||
<footer>
|
||||
Originally created by <a href="https://github.com/konpa">Konpa</a> (under <a href="https://github.com/devicons/devicon/blob/master/LICENSE">MIT License</a>) and <br />
|
||||
supported by various <a href="https://github.com/devicons/devicon/graphs/contributors">contributors</a>.<br />
|
||||
Copyright © 2015 <a href="https://github.com/konpa">Konpa</a><br />
|
||||
<br />
|
||||
Final font build with <a href="https://icomoon.io/">Icomoon</a><br />
|
||||
<br />
|
||||
<i>All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.</i>
|
||||
</p>
|
||||
<br>
|
||||
<i>*All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Usage of these names, logos, and brands does not imply endorsement of Devicon or its members. All icons/SVGs in this project are not monetized in anyway. It is up to the user to use the logo properly according to the company/group's brand policy. Usage of this site or any icons/SVGs from Devicon means acknowledgement of these conditions.</i>
|
||||
</footer>
|
||||
</header>
|
||||
|
||||
<div class="main">
|
||||
|
Reference in New Issue
Block a user