고다경

main page 수정: 배경화면, password입력

...@@ -11,6 +11,14 @@ ...@@ -11,6 +11,14 @@
11 11
12 </script> 12 </script>
13 <style > 13 <style >
14 +
15 + #banner {
16 + position: absolute;
17 + top: 0;
18 + width: 100%;
19 + margin-top: 15ch;
20 + color: white;
21 + }
14 22
15 #footer { 23 #footer {
16 position: absolute; 24 position: absolute;
...@@ -24,30 +32,31 @@ ...@@ -24,30 +32,31 @@
24 </style> 32 </style>
25 </head> 33 </head>
26 <body> 34 <body>
27 - <img src = > 35 + <img src = "C:\Users\lg01\Desktop\Doc\오픈소스SW개발\OSS_Project_2019-1\Open_Source_project\images\main_background.jpg" alt="" style="z-index:-1; min-width: 100%; height: 700px;"></img>
28 - <div id="banner" > 36 + <div id="banner">
29 - 37 + <h1 style="width: 100%; text-align: center; font-size: 50px;">오늘은 얼마나 먹었어요?</h1>
30 - <h1 style="font-size: 50px; text-align: center; ">오늘은 얼마나 먹었어요?</h1>
31 38
32 39
33 - </div>
34 <br><br><br> 40 <br><br><br>
35 41
36 - <div style="width:100%; text-align: center; "> 42 + <div id = "login-ing" style="width:100%; text-align: center; margin-top: 5ch">
37 <form action="/starting" method="post"> 43 <form action="/starting" method="post">
38 <div class="form-inline"> 44 <div class="form-inline">
39 <label>ID</label> 45 <label>ID</label>
40 <input type="text" name="name" class="form-control" placeholder="홍길동" style="width:200px;"> 46 <input type="text" name="name" class="form-control" placeholder="홍길동" style="width:200px;">
41 &nbsp &nbsp&nbsp&nbsp 47 &nbsp &nbsp&nbsp&nbsp
48 +
42 <label>Password</label> 49 <label>Password</label>
43 - <input type="text" name="birth" class="form-control" placeholder="*******" style="width:200px;"> 50 + <input type="password" name="birth" class="form-control" placeholder="*******" style="width:200px;">
44 <br><br><br> 51 <br><br><br>
52 +
45 <input type="submit" value="Login" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;"> 53 <input type="submit" value="Login" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;">
46 </div> 54 </div>
47 </form> 55 </form>
48 </div> 56 </div>
57 +
58 + </div>
49 59
50 - 60 + <div id="footer">오픈소스SW Project 2019-1 고다경 김용재 김태희</div>
51 - <div id="footer">오픈소스SW Project 2019-1 고다경 김용재 김태희</div>
52 </body> 61 </body>
53 </html> 62 </html>
...\ No newline at end of file ...\ No newline at end of file
......