Skip to content

Commit

Permalink
Merge pull request #48 from elidyweaver/main
Browse files Browse the repository at this point in the history
nostr nontech week 1: coracle explore tab
  • Loading branch information
elidyweaver authored Sep 8, 2023
2 parents 42652cd + b2329ce commit 411875e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3,039 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,038 changes: 0 additions & 3,038 deletions backup.html

This file was deleted.

4 changes: 4 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ body, html {
background-color: var(--offblack);
}

.n-no-border, .n-no-border a, .n-no-border:hover {
border: none !important;
}


/* Full height image header */
.bgimg-1 {
Expand Down
29 changes: 28 additions & 1 deletion nostr-nontech/newsletter/week1.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,34 @@ <h2 class="w3-bar-item w3-left w3-xxlarge">coracle</h2>
<!--- 1 --->
<div class="w3-row-padding">
<div class="w3-col">

<h3 class="w3-xlarge">Explore Tab</h3>
<div class="w3-bar w3-margin-bottom">
<div class="w3-bar-item w3-padding hashtag-margin w3-deep-purple w3-border w3-hover-deep-purple w3-round-xxlarge w3-medium w3-block"><i class="fa fa-globe fa-lg"></i> discovery</div>
</div>
<p class="w3-large">Coracle's explore tab is a space to see curated recommendations from your follows based on their content tagging (labeling NIP-32).</p>
<p class="w3-large"></p>
<br>
</div>
</div>
<!--- NIPs--->
<div class="w3-row-padding">
<div class="w3-col w3-padding">
<h3 class="w3-large n-underline"><a href="https://github.com/nostr-protocol/nips" target="new" alt="Nostr protocol GitHub">NIPS (nostr implementation possibilities)</a></h3>
<div class="w3-bar">
<div class="w3-bar-item w3-padding hashtag-margin w3-black w3-border w3-hover-purple w3-round-xxlarge w3-medium"><a href="https://github.com/nostr-protocol/nips/blob/master/32.md" target="new" alt="Nostr implementation possibility 32 tech specs" class="n-no-border">32</a>
</div>
</div>
<br>
</div>
</div>
<!--- images --->
<div class="w3-row-padding">
<div class="w3-col w3-padding">
<img src="../../assets/images/nostr-nontech/newsletter-1-coracle-explore-tab.jpg" alt="screenshot of explore tab" class="w3-image">
</div>
<div class="w3-col w3-padding">
<img src="../../assets/images/nostr-nontech/newsletter-1-coracle-explore-tab-add-tags.jpg" alt="screenshot of adding tag" class="w3-image">

</div>
</div>
<!--- pagination --->
Expand Down
2 changes: 2 additions & 0 deletions nostrverse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ <h3 class="w3-large n-underline"><a href="https://github.com/nostr-protocol/nips
<div class="w3-bar">
<div class="w3-bar-item w3-padding hashtag-margin w3-black w3-border w3-hover-black w3-round-xxlarge w3-medium w3-block">1
</div>
<div class="w3-bar-item w3-padding hashtag-margin w3-black w3-border w3-hover-purple w3-round-xxlarge w3-medium w3-block"><a href="https://github.com/nostr-protocol/nips/blob/master/32.md" target="new" alt="NIP-32 tech specs" class="n-no-border">32</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -645,6 +646,7 @@ <h3 class="w3-large n-underline"><a href="https://github.com/nostr-protocol/nips
<div class="w3-bar-item w3-padding hashtag-margin w3-black w3-border w3-hover-black w3-round-xxlarge w3-medium w3-block">1
</div>
</div>
</div>
</div>
</div>
<!--- links --->
Expand Down

0 comments on commit 411875e

Please sign in to comment.