Skip to content
Open
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
2 changes: 0 additions & 2 deletions CNAME

This file was deleted.

10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ <h1>

<p class="ps">PS: Your phone call or email will go directly to me, not to a salesperson. That’s how we do things at Madriska, and we’re proud of it.
</p>

<hr style="margin-top: 0px; margin-bottom: 30px; color: #3f5b76;">

<form action="https://formspree.io/info@madriska.com" method="POST">
<input class="contact" type="email" name="_replyto" placeholder="Email address"
style="width: 100%">
<textarea class="contact" rows="6" name="message" placeholder="Message"
style="width: 100%;"></textarea>
<input class="contact" type="submit" value="Send">
</form>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions stylesheets/site.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
html {
font-family: "Lato", sans-serif; }

.contact {
font-size: 18px;
font-family: "Lato", sans-serif;
margin-bottom: 10px;
}

.orange {
background-color: #3f5b76;
color: white;
Expand Down