Skip to content

Add awesome list link #36

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

Closed
wants to merge 2 commits into from
Closed
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
35 changes: 35 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,41 @@ a.examples-block:hover {
border-radius: 0 0 10px 10px;
}

.awesome-list {
display: block;
color: #fff;
margin: 0 auto;
padding: 1rem;
background-color: #4C4F5A;
border-radius: 10px;
margin: 2rem auto;

text-decoration: none;
max-width: 370px;

align-items: center;
border-radius: 10px;
color: #fff;
/* cursor: pointer; */
display: flex;
padding: 1rem;
position: relative;
text-decoration: none;
}

.awesome-list:hover {
background: #FDA703;
color: #1D1D22;
}

.awesome-list:visited {
color: inherit;
}

.awesome-list p {
font-size: 0.85rem;
}

/* dropdown content */
.dropdown .dropdown-content {
background: #FEA703;
Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,21 @@ <h2>Install</h2>
</div>
<!-- end dialog content -->

<!-- begin awesome List-->
<a href="https://github.com/pyscript/pyscript-collective/blob/main/awesome-pyscript.md" target="_blank" rel="noreferrer noopener" class="awesome-list">
<div class="glyph">
<svg width="16px" height="16px" viewBox="300 0 400 600" xmlns="http://www.w3.org/2000/svg">
<path d="m642.5 120.5-21.1 23 125 114.6h-492.7l125-114.7-21.1-23-150 137.7h-.1v43.9l585 1v-44.9z"/><g><path d="m524 302.4v47.8c0 41 39.5 74.4 88 74.4h92.5c48.5 0 88-33.4 88-74.4v-47.8z"/><path d="m207.5 301.4v48.8c0 41 39.5 74.4 88 74.4h92.5c48.5 0 88-33.4 88-74.4v-47.8"/></g>
</svg>
</div>
<div>
<h2>Awesome List</h2>
<p>Click here to see the PyScript awesome list</p>
</div>

</a>
<!-- end awesome List-->

<p class="disclaimer">Please be advised that PyScript is very alpha and under heavy development. There are many known issues, from usability to loading times, and you should expect things to change often. We encourage people to play and explore with PyScript, but at this time we do not recommend using it for production.</p>

<div class="social">
Expand Down