-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (79 loc) · 4.69 KB
/
about.html
File metadata and controls
90 lines (79 loc) · 4.69 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<style>
</style>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<header>
<div class="navbar navbar-dark bg-dark shadow-sm" style="height: 75px;">
<div class="container">
<a href="webProject.html" class="navbar-brand d-flex align-items-center">
<strong style="color: cornflowerblue;">TEAMPLE 모여</strong>
</a>
<a href="about.html">
<stong style="color: white;">ABOUT</stong>
</a>
<a href="detailProject.html">
<stong style="color: white;">프로젝트</stong>
</a>
<a href="mypage2.html">
<stong style="color: white;">마이페이지</stong>
</a>
<a href="login.html">
<button type="button" class="btn btn-primary">LOGIN</button>
</a>
</div>
</div>
</header>
<main>
<br>
<div style="text-align: center; font-size: 30px;"><strong>ABOUT</strong></div>
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-2 text-center bg-body-tertiary">
<div class="col-md-6 p-lg-5 mx-auto my-5">
<h1 class="display-4 fw-normal" style="width: 650px;">우리 <strong style="color: blue;">'TEAMPLE 모여'</strong>는</h1>
<br>
<h3 class="fw-normal text-muted mb-3" style="width: 650px;">팀플이 필요한 모든 사람들을 위한 페이지입니다.</h3>
<div class="d-flex gap-3 justify-content-center lead fw-normal">
</div>
</div>
<div class="product-device shadow-sm d-none d-md-block"></div>
<div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
</div>
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3" >
<div class="text-bg-dark me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden" style=" width:100%;">
<div class="my-3 py-3">
<h2 class="display-5">팀원 찾기</h2>
<p class="lead">관심사가 비슷한 마음에 드는 팀원을 찾아보세요 !</p>
</div>
<div class="bg-body-tertiary shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
<div class="bg-body-tertiary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden"style=" width:100%;">
<div class="my-3 p-3">
<h2 class="display-5">팀원 모집하기</h2>
<p class="lead">같이 팀플을 할 팀원을 모집해보세요 !</p>
</div>
<div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3" >
<div class="bg-body-tertiary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden" style=" width:100%;">
<div class="my-3 p-3">
<h2 class="display-5">채팅하기</h2>
<p class="lead">채팅을 통해 이야기를 나눠보고 팀플을 시작해보세요 !</p>
</div>
<div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
<div class="text-bg-primary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden" style=" width:100%;">
<div class="my-3 py-3">
<h2 class="display-5">게시판</h2>
<p class="lead">게시판을 이용해 정보들을 주고받으세요 !</p>
</div>
<div class="bg-body-tertiary shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
</div>
</main>
</body>
</html>