İndex'e Form

İNDEX'e FORM GETİRİR

<section class="whatmakesusdifferent">
    <div class="container contain" style="padding-bottom: 0px;">
        <div class="col-md-offset-2 col-md-8">
            <div class="col-sm-4">
                <img src="/Resim/Upload/kiz1.png" class="img-responsive" />
            </div>
            <div class="col-sm-8 text-center">
                <h3 style="color: #790101;"> @Partial.Translate("SizSorun", dilk) </h3>
                <form class="form-iletisim" action="/tr/form/1/25" method="post">
                    <div class="row">
                        <div class="col-md-6 bs-narrow-nopadding">
                            <input id="form_1" name="form_1" type="text" placeholder="@Partial.Translate("isimSoyisim", dilk)" class="form-control input-md mt5 mb5" required="">
                        </div>
                        <div class="col-md-6 bs-narrow-nopadding">
                            <input id="form_2" name="form_2" type="text" placeholder="@Partial.Translate("Telefon", dilk)" class="form-control input-md mt5 mb5" required="">
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-12 bs-narrow-nopadding">
                            <input id="form_3" name="form_3" type="text" placeholder="@Partial.Translate("Konu", dilk)" class="form-control input-md mt5 mb5" required="">
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-12 bs-narrow-nopadding">
                            <textarea class="form-control mt5 mb5" id="form_4" name="form_4" placeholder="@Partial.Translate("Mesajiniz", dilk)" required></textarea>
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-12 bs-narrow-nopadding">
                            <button style="width: 50%;" id="singlebutton" name="singlebutton" class="btn btn-danger mt5 mb5">@Partial.Translate("MesajiGonder", dilk)</button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>
</section>

CSS

.whatmakesusdifferent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

© 2024, ASP.NET MVC CMS (Content Management System / İçerik Yönetim Sistemi). Tüm Hakları Saklıdır.