7
7
< meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
8
8
< link rel ="stylesheet " href ="style.css ">
9
9
< link rel ="icon " href ="favicon.ico " type ="image/x-icon " />
10
- < title > Document</ title >
10
+ < link href ="https://fonts.googleapis.com/css?family=Raleway:400,500,700,900 " rel ="stylesheet ">
11
+ < title > Michael's List</ title >
11
12
</ head >
12
13
13
14
< body >
14
15
< main >
15
- < h1 > Michael's List</ h1 >
16
- < h2 > Lend and borrow your fellow FAC friends' stuff</ h2 >
16
+ < header >
17
+ < h1 > Michael's List</ h1 >
18
+ < h2 > Just FAC it!</ h2 >
19
+ < h3 > Lend and borrow items with your FAC friends</ h3 >
20
+ </ header >
17
21
< section class ="borrow-container ">
18
- < h3 > Borrowing to go here </ h3 >
19
- < form >
22
+ < h3 > Would you like to borrow anything? </ h3 >
23
+ < form id =" search-form " >
20
24
< input type ="text " id ="search-input " placeholder ="Enter your search here... " autocomplete ="off ">
21
25
< button id ="search-btn "> search</ button >
22
26
< button id ="all-items-btn "> all items</ button >
23
27
</ form >
24
28
< section class ="table-container ">
25
29
< table id ="items-table ">
26
30
< tr >
27
- < th > Item Name</ th >
28
- < th > Item Description</ th >
31
+ < th id =" name-column " > Item Name</ th >
32
+ < th id =" desc-column " > Item Description</ th >
29
33
</ tr >
30
34
</ table >
31
35
</ section >
32
36
</ section >
33
- < section class ="lend-container ">
34
- < h3 > Lending to go here</ h3 >
35
- </ section >
36
- < section class ="request-container ">
37
- < form id ="request-form " class ="hidden ">
38
- < input type ="text " id ="name-input " placeholder ="Enter your name here... " autocomplete ="off " required >
39
- < input type ="email " id ="email-input " placeholder ="Enter your email here... " autocomplete ="off " required >
40
- < input type ="number " id ="item-id " class ="hidden ">
41
- < button id ="request-btn "> request to borrow</ button >
42
- </ form >
43
- < div id ='success '> </ div >
44
- </ section >
45
37
< section class ="submit-item-container ">
38
+ < h3 > Would you like to lend anything?</ h3 >
46
39
< form id ="submit-item-form " class ="something " method ="post " action ="/add-item ">
47
40
< input type ="text " id ="lender-name " placeholder ="Enter your name " autocomplete ="off " required >
48
41
< input type ="email " id ="lender-email " placeholder ="Enter your email address " autocomplete ="off " required >
@@ -52,7 +45,15 @@ <h3>Lending to go here</h3>
52
45
< button id ="submit-item " type ="submit "> Submit your item</ button >
53
46
</ form >
54
47
</ section >
55
-
48
+ < section class ="request-container ">
49
+ < form id ="request-form " class ="hidden request-stuff ">
50
+ < input type ="text " id ="name-input " placeholder ="Enter your name here... " autocomplete ="off " required >
51
+ < input type ="email " id ="email-input " placeholder ="Enter your email here... " autocomplete ="off " required >
52
+ < input type ="number " id ="item-id " class ="hidden ">
53
+ < button id ="request-btn "> request to borrow</ button >
54
+ </ form >
55
+ < div id ='success '> </ div >
56
+ </ section >
56
57
</ main >
57
58
< script type ="text/javascript " src ="script.js "> </ script >
58
59
</ body >
0 commit comments