forked from yoosoobin/mrgc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
88 lines (82 loc) · 4.97 KB
/
detail.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>빅콘-무량공처팀</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.svg" />
<!-- <link rel="icon" type="image/x-icon" href="assets/favicon.ico" />-->
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="assets/img/무량공처.svg" alt="..." /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ms-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">
<!-- <li class="nav-item"><a class="nav-link" href="#services">Services</a></li>-->
<!-- <li class="nav-item"><a class="nav-link" href="#portfolio">Why</a></li>-->
<!-- <li class="nav-item"><a class="nav-link" href="#about"> development</a></li>-->
<!-- <li class="nav-item"><a class="nav-link" href="#team">Team</a></li>-->
<!-- <li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>-->
</ul>
</div>
</div>
</nav>
<header class="masthead2">
<div class="container">
<!-- <div class="masthead-subheading">Welcome To Our Service!</div>-->
<div class="masthead-heading text-uppercase">원하시는 서비스를 선택해주세요</div>
<a class="btn btn-primary btn-xl text-uppercase" href="공급_정보통신업.html">공급기업</a>
<a class="btn btn-primary btn-xl text-uppercase" href="수요.html">수요기업</a>
</div>
</header>
<br>
<br>
<br>
<br>
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-start">Copyright © 빅콘_무량공처팀 2021</div>
<div class="col-lg-4 text-lg-start">해당 페이지는 상업적 목적의 페이지가 아닌 빅콘테스트 이노베이션 분야 무량공처팀의 공모전 시현페이지입니다</div>
<!-- <div class="col-lg-4 my-3 my-lg-0">-->
<!-- <a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>-->
<!-- <a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>-->
<!-- <a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 text-lg-end">-->
<!-- <a class="link-dark text-decoration-none me-3" href="#!">Privacy Policy</a>-->
<!-- <a class="link-dark text-decoration-none" href="#!">Terms of Use</a>-->
<!-- </div>-->
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Portfolio item 1 modal popup-->
<
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>