Update home_en.html
This commit is contained in:
+4
-4
@@ -250,19 +250,19 @@
|
|||||||
<p>For a fee quote for your project, to ask a question, or to say 'Hello!' contact me through my e-mail addresses or write to me through my social media addresses! I will get back to you as soon as possible.</div>
|
<p>For a fee quote for your project, to ask a question, or to say 'Hello!' contact me through my e-mail addresses or write to me through my social media addresses! I will get back to you as soon as possible.</div>
|
||||||
<div id='form'>
|
<div id='form'>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="text" name="person" style="width: 300px;height: 40px;" maxlength="41" placeholder="Name Surname" aria-label="Name Entry"/></td>
|
<td><input type="text" name="person" style="width: 300px;height: 40px;padding-left: 10px;" maxlength="41" placeholder="Name Surname" aria-label="Name Entry"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr></tr>
|
<tr></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="email" name="email" style="width: 300px;height: 40px;" maxlength="41" placeholder="Mail Adress" aria-label="Mail Entry"/></td>
|
<td><input type="email" name="email" style="width: 300px;height: 40px;padding-left: 10px;" maxlength="41" placeholder="Mail Adress" aria-label="Mail Entry"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr></tr>
|
<tr></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="text" name="konu" style="width: 300px;height: 50px;" maxlength="41" placeholder="Subject" aria-label="Subject Entry"/></td>
|
<td><input type="text" name="konu" style="width: 300px;height: 50px;padding-left: 10px;" maxlength="41" placeholder="Subject" aria-label="Subject Entry"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td><textarea name="message" style="width: 300px;height: 160px;resize: none;" maxlength="280" placeholder="Message" aria-label="Message Entry"></textarea></td>
|
<td><textarea name="message" style="width: 300px;height: 160px;resize: none;padding: 5px 10px 5px;" maxlength="280" placeholder="Message" aria-label="Message Entry"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr></tr><tr></tr>
|
<tr></tr><tr></tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user