-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeaker_account_create.html
More file actions
59 lines (51 loc) · 1.53 KB
/
speaker_account_create.html
File metadata and controls
59 lines (51 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYE html>
<html>
<div class="header">
<title>Language Parntership
</title>
<head>
<link rel="stylesheet" href="login.css">
<link rel="icon" sizes="16*16" type="image/png" href="images/shipiconpng.png">
</head>
<header>
<a href="index.html"><img class= "icon" src="image/shipicon.jpg" width=40px height=40px></a>
<a href="index.html"><h1 class="header">Language Partnership</h1></a>
</header>
<div>
<ul class="nav">
<li><a href="learner_account_create.html">Join as a mentee</a></li>
<li class="currentlink"><a href="speaker_account_create.html">Join as a mentor</a></li>
<li><a href="login.html"> Log In </a></li>
<li><a href="index.html"> Homepage</a></li>
</ul>
</div>
</div>
<div class="middle">
<h1> Welcome Sailor</h1>
<body class="accountCreation">
<div class="container">
<div class="left">
<h1> Native Speaker </h1>
<form>
Username<br>
<input type="text" name="username"><br>
Email<br>
<input type="text" name="email">
<br/>
Password<br/>
<input type="text" name="password">
<br/>
Native Language
<input type="text" name="nativeLanguage">
<br/>
Sufficient Language
<input type="text" name="practicingLangugae">
</br>
<input type="submit" class="button" value="Bom Voyage">
</form:
</div>
</div>
<right> <img class="sidepic" src="image/sailor.jpg" class="right"></right>
</body>
</div>
</html>