Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL Links & Button updates #2

Merged
merged 3 commits into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

*.codekit3
resources/scss/main.css.map
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<link rel="icon" type="image/png" href="resources/img/favicon.png" />
<link rel="stylesheet" type="text/css" href="resources/css/main.css" />

<title>Solid</title>

</head>
Expand All @@ -42,7 +42,7 @@
<g id="Solid-2.0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Splash-Page---Light" transform="translate(-543.000000, -233.000000)">
<g id="Logo/Solid" transform="translate(566.000000, 240.000000)">
<g id="solid-logo" transform="translate(0.000000, 17.386364)">
<g id="solid-logo" transform="translate(0.000000, 17.386364)">
<path d="M64.9729592,257.966327 L4.24132653,152.635714 C-1.37908163,142.878061 -1.37908163,130.856633 4.24132653,121.09898 L64.9729592,15.8464286 C70.6193878,6.0627551 81.0535714,0.0520408163 92.2943878,0.0520408163 L213.679592,0.0520408163 C224.946429,0.0520408163 235.406633,6.0627551 241.00102,15.8464286 L301.758673,121.15102 C307.379082,130.908673 307.379082,142.930102 301.758673,152.687755 L241.027041,258.018367 C235.380612,267.802041 224.946429,273.812755 213.705612,273.812755 L92.372449,273.812755 C81.0535714,273.760714 70.6454082,267.72398 64.9729592,257.966327 Z" id="XMLID_7_" fill="#FFFFFF" fill-rule="nonzero" style="filter:url(#dropshadow)"></path>
<path d="M64.9729592,257.966327 L4.24132653,152.635714 C-1.37908163,142.878061 -1.37908163,130.856633 4.24132653,121.09898 L64.9729592,15.8464286 C70.6193878,6.0627551 81.0535714,0.0520408163 92.2943878,0.0520408163 L213.679592,0.0520408163 C224.946429,0.0520408163 235.406633,6.0627551 241.00102,15.8464286 L301.758673,121.15102 C307.379082,130.908673 307.379082,142.930102 301.758673,152.687755 L241.027041,258.018367 C235.380612,267.802041 224.946429,273.812755 213.705612,273.812755 L92.372449,273.812755 C81.0535714,273.760714 70.6454082,267.72398 64.9729592,257.966327 Z" id="XMLID_7_" fill="#FFFFFF" fill-rule="nonzero" ></path>
<path d="M70.1510204,250.810714 L13.0362245,151.75102 C7.72806122,142.565816 7.72806122,131.246939 13.0362245,122.087755 L70.1510204,23.0020408 C75.4852041,13.7908163 85.294898,8.14438776 95.8852041,8.14438776 L210.114796,8.14438776 C220.705102,8.14438776 230.540816,13.7908163 235.84898,23.0020408 L293.015816,122.035714 C298.32398,131.220918 298.32398,142.539796 293.015816,151.69898 L235.875,250.836735 C230.540816,260.047959 220.731122,265.694388 210.140816,265.694388 L95.9372449,265.694388 C85.294898,265.694388 75.4852041,260.021939 70.1510204,250.810714 Z" id="XMLID_1_" fill="#7C4DFF" fill-rule="nonzero"></path>
Expand All @@ -59,9 +59,12 @@
</div>


<div class="CTA-block ">
<a class="button fadeInDelay" href="https://github.com/solid/information" target="_blank"><span class="icon"><img src="resources/img/icons/github.svg" alt="Github icon" title="Github icon" /></span>View Solid on Github</a>

<div class="cta-block">
<a class="button button__purple fadeInDelay" href="https://solid.github.io/information/" target="_blank"><span class="icon"><img src="resources/img/icons/github.svg" alt="Github icon" title="Github icon" /></span>View Solid on Github</a>
<a class="button button__blue fadeInDelay" href="https://github.com/solid/information/blob/master/documentation/documentation.md" target="_blank"><span class="icon"><img src="resources/img/icons/tutorial.svg" alt="Tutorial icon" title="Tutorial Icon" /></span>Tutorials</a>
<a class="button button__orange fadeInDelay" href="https://forum.solidproject.org/" target="_blank"><span class="icon"><img src="resources/img/icons/chat.svg" alt="Forum icon" title="Forum icon" /></span>Forum</a>
<a class="button button__teal fadeInDelay" href="https://solid.community/" target="_blank"><span class="icon"><img src="resources/img/icons/pod.svg" alt="Pod Icon" title="Pod Icon" /></span>Get a Pod</a>

</div>

<footer class="footer fadeInDelay">
Expand All @@ -81,6 +84,3 @@


</html>



35 changes: 33 additions & 2 deletions resources/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions resources/img/icons/chat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/img/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions resources/img/icons/pod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading