Created
August 30, 2021 13:49
-
-
Save fatihtoprak/329cfa1d74437f40cd06cd75419f59fc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div class="row"> | |
<div class="col-md-4"> | |
[text* your-name class:form-control placeholder "Adınız, Soyadınız (Zorunlu)"] | |
</div> | |
<div class="col-md-4"> | |
[email* your-email class:form-control placeholder "E-Posta (Zorunlu)"] | |
</div> | |
<div class="col-md-4"> | |
[text your-subject class:form-control placeholder "Konu"] | |
</div> | |
</div> <!-- end of .row --> | |
<hr /> | |
<div class="row"> | |
<div class="col-md-12"> | |
[textarea* your-message class:form-control placeholder "Mesajınız (Zorunlu)"] | |
</div> | |
</div> | |
<hr /> | |
<div class="row"> | |
<div class="col-sm-12"> | |
[submit class:btn-block class:btn class:btn-demillus class:btn-lg "Mesajımı Gönder" ] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment