Skip to content

Commit

Permalink
nolooking
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Oct 11, 2022
1 parent e20bdf8 commit 3c37b0c
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 43 deletions.
88 changes: 45 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0)
arel (9.0.0)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
bootsnap (1.9.1)
msgpack (~> 1.0)
bootsnap (1.13.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
capistrano (3.11.0)
Expand All @@ -80,15 +80,15 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
childprocess (3.0.0)
concurrent-ruby (1.1.9)
childprocess (4.1.0)
concurrent-ruby (1.1.10)
crass (1.0.6)
ed25519 (1.2.4)
erubi (1.10.0)
ed25519 (1.3.0)
erubi (1.11.0)
erubis (2.7.0)
execjs (2.8.1)
ffi (1.15.4)
globalid (0.5.2)
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
haml (5.2.2)
temple (>= 0.8.0)
Expand All @@ -99,45 +99,45 @@ GEM
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
html2haml (2.2.0)
html2haml (2.3.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
haml (>= 4.0)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
kramdown (2.1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.12.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mini_mime (1.1.1)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.14.4)
msgpack (1.4.2)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
minitest (5.16.3)
msgpack (1.6.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (7.0.1)
nio4r (2.5.8)
nokogiri (1.13.6)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (1.2.3)
public_suffix (4.0.6)
pg (1.4.4)
public_suffix (5.0.0)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racc (1.6.0)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.4.6)
actioncable (= 5.2.4.6)
actionmailer (= 5.2.4.6)
Expand All @@ -154,7 +154,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (5.2.4.6)
actionpack (= 5.2.4.6)
Expand All @@ -163,12 +163,13 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
ruby_dep (1.5.0)
ruby_parser (3.17.0)
sexp_processor (~> 4.15, >= 4.15.1)
ruby_parser (3.19.1)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -178,33 +179,34 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sexp_processor (4.15.3)
sexp_processor (4.16.1)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.2)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
sshkit (1.21.2)
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.2)
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.11)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
resources :users
root to: 'static_pages#home'
get '/words/*essay', to: 'words#show'
get '/nolooking', to: redirect('/index.html')
end
198 changes: 198 additions & 0 deletions public/nolooking/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
<!DOCTYPE html>
<html>
<head>
<title>nolooking</title>
<meta description="Armin, Dan and Nick assembled for the Legends of Lightning Hackathon" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</head>

<div class="row vertical-center cover-container fill vh-100 h-100 w-100">
<div class="col-lg-5 mx-auto g-0 p-4 text-break">
<h1>nolooking</h1>
<h3>
Assembled for the
<a
href="https://makers.bolt.fun/tournaments/1/overview"
target="_blank"
>
Legends of Lightning
</a>
Hackathon.
</h3>
<div>
<nav class="navbar navbar-expand-sm">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a
class="nav-link"
href="https://github.com/nolooking"
target="blank"
>Github</a
>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="https://makers.bolt.fun/tournaments/1/overview" target="blank"
>Maker.fun</a
>
</li>
</ul>
</div>
</nav>
</div>
<br />
<h3>Members:</h3>
<p id="members"></p>
<br />
<br />
<p>
<b> Making Lightning Channels Easier and More Private </b>
<br />
<code>
> Building a lightning channel generator which uses
collaborative bitcoin transactions called payjoins.
<br />
<br />
> Queue up lightning channels, a new one opens whenever you
recieve an onchain bitcoin payment.
</code>
</p>
<br />
<p>
<b> Building the E-Cash Economy </b>
<br />
<code>
> Creating privacy services for various forms of bitcoin.
<br />
<br />
> Focus on developing the economies which use blinded ecash
from federated chaumian mints.
</code>
</p>
</div>
</div>

<script>
function shuffleArray(array) {
for (var i = array.length - 1; i > 0; i--) {
var j = Math.floor(Math.random() * (i + 1));
var temp = array[i];
array[i] = array[j];
array[j] = temp;
}
}
function rotate_members() {
var members_arr = [
'Dan <small>aka</small> <a href="https://github.com/DanGould">BITGOULD</a>',
'Nick <small>aka</small> <a href="https://github.com/nickfarrow">UTXOCLUB</a>',
'Armin <small>aka</small> <a href="https://github.com/0xBEEFCAF3">0xBEEFCAF3</a>',
];
var shuff_members = shuffleArray(members_arr);
document.getElementById("members").innerHTML =
members_arr.join("<br>");
}

rotate_members();
rotate_interval = setInterval(function () {
rotate_members();
}, 1000);
</script>
<style>
html,
body {
background: conic-gradient(from 0deg at 0% 0%, rgb(5, 0, 2), rgb(0, 56, 73));
color: rgb(220, 220, 220);
text-align: left;
width: 100%;
}

.vertical-center {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
}

h1 {
font-weight: 1000;
font-size: 4em;
background-image: conic-gradient(from 0deg at 0% 0%, rgb(255, 174, 0), rgb(0, 255, 242));
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}

h2 {
font-weight: 600;
background-image: conic-gradient(from 0deg at 0% 0%, rgb(255, 174, 0), rgb(0, 255, 242));
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}

h3 {
font-weight: 600;
background-image: conic-gradient(from 0deg at 0% 0%, rgb(255, 174, 0), rgb(0, 255, 242));
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}

p {
font-size: 1.5em;
font-weight: 400;
background-image: conic-gradient(from 0deg at 0% 0%, rgb(175, 26, 26), rgba(208, 255, 0, 0.986));
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}

a {
text-decoration-color: rgb(0, 255, 234);
color:#016cc4
}

li {
font-size: 1.5em;
font-weight: 400;
}

code {
color: rgb(166, 219, 18);
}
</style>
</html>

0 comments on commit 3c37b0c

Please sign in to comment.