generated from nhcarrigan/template
feat: style updates, add link to app landing
All checks were successful
Node.js CI / Lint and Test (push) Successful in 46s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 46s
This commit is contained in:
parent
e53db48154
commit
02a453259f
@ -35,6 +35,28 @@ export const html = `
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
input, button {
|
||||||
|
background-color: var(--foreground);
|
||||||
|
color: var(--background);
|
||||||
|
border: none;
|
||||||
|
font-family: "OpenDyslexic";
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
display: block;
|
||||||
|
margin: 5px auto;
|
||||||
|
border: 2px solid #c69ff9;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
display: block;
|
||||||
|
margin: 5px auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
@ -43,10 +65,13 @@ export const html = `
|
|||||||
<p id="result">Mommy loves you~!</p>
|
<p id="result">Mommy loves you~!</p>
|
||||||
</section>
|
</section>
|
||||||
<form>
|
<form>
|
||||||
<label>Tell mommy your name?</label>
|
<label for="name">Tell mommy your name?</label>
|
||||||
<input id="name" type="text" placeholder="optional"/>
|
<input id="name" type="text" placeholder="optional"/>
|
||||||
<button onclick="getMommy(event)" type="text">I need some love...</button>
|
<button onclick="getMommy(event)" type="text">I need some love...</button>
|
||||||
</form>
|
</form>
|
||||||
|
<a href="https://mommy-bot.nhcarrigan.com" target="_blank" style="display: inline-block; background-color: var(--foreground); color: var(--background); padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
|
||||||
|
<i class="fas fa-robot"></i> Get the App
|
||||||
|
</a>
|
||||||
<section>
|
<section>
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user