Skip to content

Commit c614503

Browse files
Update feedback.html
1 parent 7435dbf commit c614503

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/feedback.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ <h1 class="text-xl font-bold">Seminar Answers</h1>
1919
</header>
2020

2121
<main class="max-w-xl mx-auto mt-12 p-8 bg-white shadow-lg rounded-lg">
22-
<h2 class="text-4xl font-extrabold text-gray-800 mb-4">Send Me Your Feedback</h2>
22+
<h2 class="text-4xl font-extrabold text-gray-800 mb-4">Feel free to send me some marking!</h2>
2323
<p class="text-md text-gray-600 mb-6">
24-
I'd love to hear your thoughts on my work! Please use the form below to share any feedback, suggestions, or comments you may have.
24+
This space is here, so that having looked at my work, you can send me any feeback on what I have done. I look forward to hearing form you!
2525
</p>
2626

27-
<form action="mailto:your-email@example.com?subject=Feedback%20for%20My%20Work" method="post" enctype="text/plain">
27+
<form action="mailto:mkiers300@caledonian.ac.uk?subject=Feedback%20for%20My%20Work" method="post" enctype="text/plain">
2828
<div class="mb-4">
2929
<label for="feedback" class="block text-gray-700 font-bold mb-2">Your Feedback:</label>
30-
<textarea id="feedback" name="feedback" rows="6" class="shadow-sm appearance-none border rounded w-full py-3 px-4 text-gray-700 leading-tight focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-all duration-300" placeholder="Type your feedback here..."></textarea>
30+
<textarea id="feedback" name="feedback" rows="6" class="shadow-sm appearance-none border rounded w-full py-3 px-4 text-gray-700 leading-tight focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-all duration-300" placeholder="Type any feedback here..."></textarea>
3131
</div>
3232
<div class="flex items-center justify-end">
3333
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-all duration-300">
34-
Send Feedback
34+
Send
3535
</button>
3636
</div>
3737
</form>

0 commit comments

Comments
 (0)