-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresult.php
197 lines (152 loc) · 5.85 KB
/
result.php
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<Doctype html>
<html>
<head>
<title>Gachon Likelion</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style>
@font-face { font-family: 'CookieRun-Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/CookieRun-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: '양진체'; src: url('https://cdn.jsdelivr.net/gh/supernovice-lab/[email protected]/yangjin.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'fromdamiM'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/fromdamiM.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'yg-jalnan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/JalnanOTF00.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BBTreeGB'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/BBTreeGB.woff') format('woff'); font-weight: normal; font-style: normal; }
/* thankyou */
h1{
color:hsla(214, 87%, 70%, 0.932);
font-family: 'GmarketSansBold';
margin: auto;
font-size: 5rem;
}
/* 세부내용 */
p{
font-size: 100%;
color:rgb(255, 255, 255);
font-family: '양진체';
margin-top:1rem
}
/* 지원이완료되었습니다 */
h2{
font-weight: bold;
font-size: 2rem;
color:rgb(231, 159, 77);
font-family: 'BBTreeGB';
padding:1rem 1rem 1rem 1rem;
margin: auto;
}
/* 지원설명 */
h3{
font-weight: bold;
font-size: 0.8rem;
line-height: 300%;
color:rgba(255, 255, 255, 0.904);
font-family: 'BBTreeGB';
padding-bottom: 2rem;
padding:1rem 1rem 1rem 1rem;
}
.base
{
background-color: black;
}
.middle
{
border-style: solid;
border-color: rgba(255, 255, 255, 0.986);
border-width: 0.1rem;
padding-top: 2rem;
padding-bottom:1rem;
border-radius: 1rem;
}
.middle-1
{
border-style: solid;
border-color: rgba(252, 252, 252, 0.986);
border-right: rgba(255, 255, 255, 0);
border-left: rgba(255, 255, 255, 0);
border-width: 0.06rem;
}
.middle-2
{
border-style: solid;
border-color: rgba(252, 252, 252, 0.986);
border-top:rgba(255, 255, 255, 0);
border-bottom:rgba(255, 255, 255, 0);
border-left: rgba(255, 255, 255, 0);
border-width: 0.06rem;
box-sizing: border-box;
}
</style>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!--페이스북-->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'your-app-id',
autoLogAppEvents : true,
xfbml : true,
version : 'v6.0'
});
};
</script>
<script async defer src="https://connect.facebook.net/en_US/sdk.js"></script>
<!--바디시작-->
<body class="base bgimg">
<?php
include_once "nav.php";
$sql = "select phone, name, email from user where email='$email'";
include_once "settings.php";
$result = mysqli_query($con, $sql);
$row = mysqli_fetch_array($result);
?>
<div class="row" style="height:20vh;"></div>
<div class="row">
<div class="col"></div>
<div class="col-lg-5 middle">
<div class="row "><h1 class="text-warning">THANKYOU</h1></div>
<div class="row"><h2 class="text-white">지원해주셔서 감사합니다:)</h2></div>
<div class="row middle-1">
<div class="col middle-2"><p>이름</p></div>
<div class="col middle-2"><p><?=$row['name']?></p></div>
</div>
<div class="row middle-1" style="border-top-width: 0;">
<div class="col middle-2"><p>연락처</p> </div>
<div class="col middle-2"><p><?=$row['phone']?></p> </div>
</div>
<div class="row middle-1" style="border-top-width: 0;">
<div class="col middle-2"><p>이메일</p></div>
<div class="col middle-2"><p><?=$row['email']?></p> </div>
</div>
<div class="row"><h3>1. 3/29(일)에 1차 합격자에게는 문자 공지가 될 예정입니다.<br>
2. 선택하신 희망 면접 날짜로 면접일이 배정되지 않을 수도 있습니다. <br>
3. 면접에 대한 자세한 안내는 문자를 통해 공지하겠습니다. <br></h3></div>
<div class="row container-fluid">
<div class="fb-page container-fluid"
data-href="https://www.facebook.com/likeliongachon"
data-width="1000"
data-hide-cover="false"
data-show-facepile="false"></div>
</div>
</div>
<div class="col"></div>
</div>
<div class="row mt-5 mb-5">
<div class="col" ></div>
<div class="col-lg-5">
<div class="row">
<div class="col">
<a href="info" class="btn btn-warning text-white container-fluid">FAQ 및 8기 안내</a>
</div>
<div class="col">
<a href="form" class="btn btn-warning text-white container-fluid">지원서 수정</a>
</div>
</div>
</div>
<div class="col" ></div>
</div>
</body>
<footer>
<?php
include_once 'footer.html';
?>
</footer>
</html>