-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (42 loc) · 1.45 KB
/
index.html
File metadata and controls
58 lines (42 loc) · 1.45 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>
<head>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="favicon.jpg" href="shipicon.jpg" />
</head>
<div class="header">
<title>Language Parntership</title>
<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 id="nav-container">
<ul class="nav">
<li><a href="learner_account_create.html">Join as a mentee</a></li>
<li><a href="speaker_account_create.html">Join as a metor </a></li>
<li><a href="login.html"> Log In </a></li>
<li class="currentlink"> <a href="index.html"> Homepage</a></li>
</ul>
</div>
</div>
<div class="left">
<body background="image/indexpage_bg.jpg">
<h1> Native Speaker + </h1>
<h1>Enthusiatic Leaner </h1>
<h1 class="pink"> POWER OF 2!</h1>
<p>
Get a language partnership is more than just get you a language partner, it is a culture exchange experience. Start your voyage here.
</p>
<h1 class="account_creat_link">
<ul>
<li><a href="learner_account_create.html">Join As a Enthusatic Learner</a></li>
<li> <a href="speaker_account_create.html">Join As a Native Speaker</a></li>
</ul>
</h1>
</body>
</div>
<div class="footer">
<h4> Boise State University </h4>
<h4> Website Development Class </h4>
</div>
</html>