-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed placeholders values, added _blank state to addresses,
- Loading branch information
1 parent
747a142
commit 335484c
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -312,14 +312,14 @@ <h2 class="section-title">Contact us</h2> | |
<input | ||
type="email" | ||
class="contact-us__input" | ||
placeholder="Email" | ||
placeholder="[email protected]" | ||
required | ||
> | ||
<textarea | ||
name="Message" | ||
id="Message" | ||
class="contact-us__input contact-us__input--message" | ||
placeholder="Message" | ||
placeholder="Your message" | ||
required | ||
></textarea> | ||
<button type="submit" class="button contact-us__button">Send</button> | ||
|
@@ -346,6 +346,7 @@ <h2 class="section-title">Contact us</h2> | |
<a | ||
href="https://maps.app.goo.gl/7rhnNTHApdY5cbBr7" | ||
class="contact-us__link" | ||
target="_blank" | ||
>400 first ave.<br>suite 700<br>Minneapolis, MN 55401</a> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters