Custom logging
[wsti_pai.git] / Projects / Views / Home / Contact.cshtml
index 0f4327e7f1fb1aea19027c2228120e104aaa56d9..918511f01e2fcdd46d5c97323158dbb996c81c6f 100644 (file)
@@ -1,17 +1,39 @@
 @{
-    ViewBag.Title = "Contact";
+    ViewBag.Title = "Kontakt";
 }
 <h2>@ViewBag.Title.</h2>
-<h3>@ViewBag.Message</h3>
+<h3>Skontaktuj się ze mną!</h3>
 
-<address>
-    One Microsoft Way<br />
-    Redmond, WA 98052-6399<br />
-    <abbr title="Phone">P:</abbr>
-    425.555.0100
-</address>
+<form>
+    <address>
+        <strong>Email:</strong> <a href="mailto:kontakt@dlugolecki.net.pl">kontakt@dlugolecki.net.pl</a>
+    </address>
 
-<address>
-    <strong>Support:</strong>   <a href="mailto:Support@example.com">Support@example.com</a><br />
-    <strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
-</address>
\ No newline at end of file
+    <address>
+        Rafał Długołęcki<br />
+        ABCDEFGHIJ 1/2<br />
+        Warszawa
+    </address>
+
+    <div class="form-horizontal">
+        <div class="form-group">
+            <label class="control-label col-md-2" for="email">Twój adres email</label>
+            <div class="col-md-10">
+                <input class="form-control text-box single-line" id="email" name="email" type="email" value="" />
+            </div>
+        </div>
+        <div class="form-group">
+            <label class="control-label col-md-2" for="message">Wiadomość</label>
+            <div class="col-md-10">
+                <textarea class="form-control text-box multi-line" id="message" name="message"></textarea>
+            </div>
+        </div>
+
+        <div class="form-group">
+            <div class="col-md-offset-2 col-md-10">
+                <input type="submit" value="Wyślij" class="btn btn-default" />
+            </div>
+        </div>
+
+    </div>
+</form>
\ No newline at end of file