-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainPage.html
36 lines (36 loc) · 2.15 KB
/
mainPage.html
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeNU</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/mainPage.css">
<script src="js/header.js"></script>
</head>
<body style="width:100%; margin:0">
<div style="text-align: center; vertical-align: middle; background-color: #7289DA; width:100vw;">
<p style="font-size: 2.6rem; padding-top: 25vh; margin: 0;"><b>CodeNU</b></p>
<p style="font-size: 1.5rem; padding-bottom: 0.25rem; margin-bottom: 0;" class="ftNanumSquare">당신을 위해, 항상 새롭게.</p>
<p style="font-size: 1rem; padding-bottom: 24vh; margin-top: 0;">Always new. For you.</p>
</div>
<div id="main">
<div style="text-align: left; vertical-align: middle;">
<p class="middleTitle">처음 오셨나요 ?</p>
<details style="font-size: 1.4rem; margin-top: 5vh;">
<summary style="cursor: pointer;">봇을 초대하고 싶으신가요 ?</summary>
<p style="margin-left: 1.5rem"><a href="projects.html" style="color: #7289DA; font-weight: bold;">이곳</a>에서 모든 봇을 확인하실 수 있습니다.</p>
</details>
<details style="font-size: 1.4rem; margin-top: 5vh;">
<summary style="cursor: pointer;">팀원이 궁금하신가요 ?</summary>
<p style="margin-left: 1.5rem"><a href="members.html" style="color: #7289DA; font-weight: bold;">이곳</a>에서 팀원과 소개를 확인하실 수 있습니다.</p>
</details>
<details style="font-size: 1.4rem; margin-top: 5vh; margin-bottom: 15vh;">
<summary style="cursor: pointer;">팀에 지원하고 싶으신가요 ?</summary>
<p style="margin-left: 1.5rem"><a href="hiring.html" style="color: #7289DA; font-weight: bold;">이곳</a>에서 채용 관련 내용을 확인하실 수 있습니다.</p>
</details>
</div>
</div>
</body>
</html>