Licenses.html
This commit is contained in:
parent
2a9baf9f13
commit
018fe40f10
@ -380,9 +380,6 @@ nav ul li {
|
|||||||
#logo {
|
#logo {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
animation: fadeInAnimation ease 3s;
|
|
||||||
animation-iteration-count: 1;
|
|
||||||
animation-fill-mode: forwards;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-info {
|
#header-info {
|
||||||
@ -478,7 +475,7 @@ main {
|
|||||||
|
|
||||||
section {
|
section {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-top: 70px;
|
padding-top: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -501,6 +498,10 @@ section {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#license-list ul {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.license-entry {
|
.license-entry {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
@ -694,6 +694,7 @@
|
|||||||
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
||||||
<li><a class="link" onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7">Signup Form</a></li>
|
<li><a class="link" onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7">Signup Form</a></li>
|
||||||
<li><a class="link" target="_blank" href="https://sccl.bibliocommons.com/events/62acbe100685eb4200c37c48" title="Gilroy Library Event">Library Event Entry</a></li>
|
<li><a class="link" target="_blank" href="https://sccl.bibliocommons.com/events/62acbe100685eb4200c37c48" title="Gilroy Library Event">Library Event Entry</a></li>
|
||||||
|
<li><a class="link" target="_blank" href="licenses.html" title="Licenses">Licenses</a></li>
|
||||||
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Email Us</a></li>
|
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Email Us</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
2
js/jquery-3.6.0.min.js
vendored
2
js/jquery-3.6.0.min.js
vendored
File diff suppressed because one or more lines are too long
129
licenses.html
129
licenses.html
@ -92,7 +92,133 @@
|
|||||||
<hr class="line">
|
<hr class="line">
|
||||||
<div id="license-list">
|
<div id="license-list">
|
||||||
<article class="license-entry">
|
<article class="license-entry">
|
||||||
img/bars.png
|
<a class="link" href="https://gilroyhacks.com/img/bars.png">https://gilroyhacks.com/img/bars.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: MIT License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://fontawesome.com/icons/bars?s=solid">Font Awesome</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/bronze-laurel.png">https://gilroyhacks.com/img/bronze-laurel.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/silver-laurel.png">https://gilroyhacks.com/img/silver-laurel.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/gold-laurel.png">https://gilroyhacks.com/img/gold-laurel.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[Summer].png">https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[Summer].png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[Summer-wide-2].png">https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[Summer-wide-2].png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[icon-tp-podium].png">https://gilroyhacks.com/img/Gilroy%20Hacks%20Logo%20[icon-tp-podium].png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/jd.png">https://gilroyhacks.com/img/jd.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Pro Content License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.canva.com/">Canva</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/SCCLD_logo.png">https://gilroyhacks.com/img/SCCLD_logo.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://sccld.org/">SCCLD</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/leaflet/marker-icon.png">https://gilroyhacks.com/img/leaflet/marker-icon.png</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: CC BY-SA 2.0</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/font/GlacialIndifference-Regular.otf">https://gilroyhacks.com/font/GlacialIndifference-Regular.otf</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: SIL Open Font License v1.10</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.fontsquirrel.com/fonts/glacial-indifference">Font Squirrel</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
<a class="link" href="https://gilroyhacks.com/img/mountains-1.jpg">https://gilroyhacks.com/img/mountains-1.jpg</a>
|
||||||
|
<ul>
|
||||||
|
<li>License: Personal Use</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://wallpaperaccess.com/blue-firewatch">WallpaperAccess</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
Font Awesome Icons
|
||||||
|
<ul>
|
||||||
|
<li>License: CC BY 4.0 License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://fontawesome.com/license/free">Font Awesome</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
IconSVG Icons
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://iconsvg.xyz/#">ICONSVG</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
Timeline
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://codepen.io/cjl750/pen/MXvYmg">CodePen</a></li>
|
||||||
|
<li>Author: <a class="link" href="https://codepen.io/cjl750">Clay Larson</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
Signup Checklist
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://codepen.io/milanraring/pen/QWbqBGo">CodePen</a></li>
|
||||||
|
<li>Author: <a class="link" href="https://codepen.io/milanraring">Milan Raring</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
Leaflet
|
||||||
|
<ul>
|
||||||
|
<li>License: BSD 2-Clause License</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://leafletjs.com/">Leaflet</a></li>
|
||||||
|
<li>Author: <a class="link" href="https://agafonkin.com/">Volodymyr Agafonkin</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article class="license-entry">
|
||||||
|
Timer
|
||||||
|
<ul>
|
||||||
|
<li>License: Unknown</li>
|
||||||
|
<li>Attribution: <a class="link" href="https://www.w3schools.com/howto/howto_js_countdown.asp">w3schools</a></li>
|
||||||
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -120,6 +246,7 @@
|
|||||||
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
||||||
<li><a class="link" onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7">Signup Form</a></li>
|
<li><a class="link" onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7">Signup Form</a></li>
|
||||||
<li><a class="link" target="_blank" href="https://sccl.bibliocommons.com/events/62acbe100685eb4200c37c48" title="Gilroy Library Event">Library Event Entry</a></li>
|
<li><a class="link" target="_blank" href="https://sccl.bibliocommons.com/events/62acbe100685eb4200c37c48" title="Gilroy Library Event">Library Event Entry</a></li>
|
||||||
|
<li><a class="link" target="_blank" href="licenses.html" title="Licenses">Licenses</a></li>
|
||||||
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Email Us</a></li>
|
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Email Us</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user