Showing
9 changed files
with
117 additions
and
0 deletions
images/Healthy_Eating.jpg
0 → 100644
125 KB
images/healthyliving.jpg
0 → 100644
19.5 KB
images/main_background.jpg
0 → 100644
449 KB
jquery.js
0 → 100644
This diff could not be displayed because it is too large.
main.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | +<head> | ||
4 | + <meta charset="UTF-8"> | ||
5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
6 | + <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
7 | + <title>Main Page</title> | ||
8 | + <script src="jquery.js"></script> | ||
9 | + <script> | ||
10 | + | ||
11 | + | ||
12 | + </script> | ||
13 | + <style > | ||
14 | + | ||
15 | + #footer { | ||
16 | + position: absolute; | ||
17 | + bottom: 0; | ||
18 | + width: 100%; | ||
19 | + height: 50px; | ||
20 | + text-align: center; | ||
21 | + color: white; | ||
22 | + } | ||
23 | + | ||
24 | + </style> | ||
25 | +</head> | ||
26 | +<body> | ||
27 | + <img src = > | ||
28 | + <div id="banner" > | ||
29 | + | ||
30 | + <h1 style="font-size: 50px; text-align: center; ">오늘은 얼마나 먹었어요?</h1> | ||
31 | + | ||
32 | + | ||
33 | + </div> | ||
34 | + <br><br><br> | ||
35 | + | ||
36 | + <div style="width:100%; text-align: center; "> | ||
37 | + <form action="/starting" method="post"> | ||
38 | + <div class="form-inline"> | ||
39 | + <label>ID</label> | ||
40 | + <input type="text" name="name" class="form-control" placeholder="홍길동" style="width:200px;"> | ||
41 | +       | ||
42 | + <label>Password</label> | ||
43 | + <input type="text" name="birth" class="form-control" placeholder="*******" style="width:200px;"> | ||
44 | + <br><br><br> | ||
45 | + <input type="submit" value="Login" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;"> | ||
46 | + </div> | ||
47 | + </form> | ||
48 | + </div> | ||
49 | + | ||
50 | + | ||
51 | + <div id="footer">오픈소스SW Project 2019-1 고다경 김용재 김태희</div> | ||
52 | +</body> | ||
53 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
발표+자료/food api sign up.PNG
0 → 100644
117 KB
발표+자료/main.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | +<head> | ||
4 | + <meta charset="UTF-8"> | ||
5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
6 | + <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
7 | + <title>Main Page</title> | ||
8 | + <script src="jquery.js"></script> | ||
9 | + <script> | ||
10 | + | ||
11 | + | ||
12 | + </script> | ||
13 | + <style > | ||
14 | + | ||
15 | + #banner { | ||
16 | + position: absolute; | ||
17 | + top: 0; | ||
18 | + width: 100%; | ||
19 | + margin-top: 15ch; | ||
20 | + color: white; | ||
21 | + } | ||
22 | + | ||
23 | + #footer { | ||
24 | + position: absolute; | ||
25 | + bottom: 0; | ||
26 | + width: 100%; | ||
27 | + height: 50px; | ||
28 | + text-align: center; | ||
29 | + color: white; | ||
30 | + } | ||
31 | + | ||
32 | + </style> | ||
33 | +</head> | ||
34 | +<body> | ||
35 | + <img src = "C:\Users\lg01\Desktop\Doc\오픈소스SW개발\OSS_Project_2019-1\images\main_background.jpg" alt="" style="z-index:-1; min-width: 100%; height: 700px;"></img> | ||
36 | + <div id="banner"> | ||
37 | + <h1 style="width: 100%; text-align: center; font-size: 50px;">오늘은 얼마나 먹었어요?</h1> | ||
38 | + | ||
39 | + | ||
40 | + <br><br><br> | ||
41 | + | ||
42 | + <div id = "login-ing" style="width:100%; text-align: center; margin-top: 5ch"> | ||
43 | + <form action="/starting" method="post"> | ||
44 | + <div class="form-inline"> | ||
45 | + <label>ID</label> | ||
46 | + <input type="text" name="name" class="form-control" placeholder="홍길동" style="width:200px;"> | ||
47 | +       | ||
48 | + | ||
49 | + <label>Password</label> | ||
50 | + <input type="text" name="birth" class="form-control" placeholder="*******" style="width:200px;"> | ||
51 | + <br><br><br> | ||
52 | + | ||
53 | + <input type="submit" value="Login" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;"> | ||
54 | + </div> | ||
55 | + </form> | ||
56 | + </div> | ||
57 | + | ||
58 | + </div> | ||
59 | + | ||
60 | + <div id="footer">오픈소스SW Project 2019-1 고다경 김용재 김태희</div> | ||
61 | +</body> | ||
62 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
발표+자료/발표PPT.pptx
0 → 100644
No preview for this file type
-
Please register or login to post a comment