Add initial test website data
Uploaded initial test website
This commit is contained in:
parent
c404e771ad
commit
6bfed852aa
3 changed files with 47 additions and 0 deletions
30
HTML - Personal Site/contact.html
Normal file
30
HTML - Personal Site/contact.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Get In Touch With Arthur</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>My Contact Information:</h1>
|
||||||
|
<p>You can use the information below to give me a shout - looking forward to hearing from you:</p>
|
||||||
|
<br>
|
||||||
|
<ol type="i">
|
||||||
|
<li>Email: arthur[at]arthurmukembo.com</li>
|
||||||
|
<li>Phone: +256 776 444 226</li>
|
||||||
|
<li>Office: Acacia Place, Acacia Avenue, Kololo</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<form action="mailto:arthur@arthurmukembo.com" method="post" enctype="text/plain">
|
||||||
|
<label>Your Name:</label><br>
|
||||||
|
<input type="text" name="Your Name" value=""><br>
|
||||||
|
<label>Your Email:</label><br>
|
||||||
|
<input type="email" name="Email"><br>
|
||||||
|
<label>Your Message:</label><br>
|
||||||
|
<textarea name="message" rows="10" cols="80"></textarea><br>
|
||||||
|
<label>Choose a Password:</label><br>
|
||||||
|
<input type="password"><br>
|
||||||
|
<input type="submit">
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
17
HTML - Personal Site/hobbies.html
Normal file
17
HTML - Personal Site/hobbies.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Arthur's Hobbies</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h3>Hobbies</h3>
|
||||||
|
<ol type="a">
|
||||||
|
<li>Family Guy</li>
|
||||||
|
<li>Music</li>
|
||||||
|
<li>Dance</li>
|
||||||
|
<li>Writing</li>
|
||||||
|
<li>Research</li>
|
||||||
|
</ol>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
HTML - Personal Site/images/Arthur.jpg
Normal file
BIN
HTML - Personal Site/images/Arthur.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Reference in a new issue