-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (110 loc) · 4.55 KB
/
index.html
File metadata and controls
133 lines (110 loc) · 4.55 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
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
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>국민BIT 전자정부 연구실 홈페이지입니다.</title>
<!--add header-->
<script src="js/w3data.js"></script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/business-frontpage.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"/>
<!--<link href=".\css/component.css" rel="stylesheet"/>-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<!--<script src="..\js/modernizr.custom.js"></script>-->
<![endif]-->
</head>
<body>
<!-- Navigation -->
<header class="business-header">
<div class="container">
<div w3-include-html="egovheader.html"></div>
<script>
w3IncludeHTML();
</script>
</div>
<!-- Image Background Page Header -->
<!-- Note: The background image is set within the business-casual.css file. -->
<div class="container">
<div class="row">
<div class="col-lg-12 ">
<img src="img\indexbanner.PNG" class=" " alt="">
<!--<h1 class="tagline">국민대학교 BIT전문 대학원 전자정부 연구실 입니다.</h1>-->
</div>
</div>
<hr>
</div>
</header>
<!-- Page Content -->
<div class="container">
<div class="panel-body">
<br><br>
<div class="row">
<div class="col-sm-8">
<h2>What We Do</h2>
<p>2015년 2월에 신설된 연구실으로 다양한 국적의 학생들이 공부하고 있습니다. (한국인 3명, 나이지리안 7명, 태국인 2명 등)
또한, 우리 연구실은 전자정부 중심의 소프트웨어에 관해 연구하고 있습니다. (개발, 컨설팅 과정)</p>
<a style="float:right" ; class="btn btn-default btn-lg" href="Lab.html">read more</a>
</div>
<div class="col-sm-4">
<h2>신입생 모집</h2>
<p>신입생 상시 모집합니다. 프로그래밍 및 소프트웨어에 관심있는 학우분들 연락주세요 :D<br>Lab manager : boo93kr@naver.com</p>
<a style="float:right" ; class="btn btn-default btn-lg" href="Contact.html">info more</a>
</div>
<br>
<br>
<br>
</div>
<hr>
<br>
<div class="row" align="center">
<div class="col-sm-4">
<a href="https://www.facebook.com/groups/520175638138904/"><img src="img\facebook.png" alt=""></a>
<h2>Our Facebook</h2>
<p>전자정부 연구실 페이스북 그룹입니다.</p>
</div>
<div class="col-sm-4">
<a href="https://github.com/bitegov"><img src="img\Github.png" alt=""></a>
<h2>Our GitHub</h2>
<p>연구실에서 현재 진행중인 프로젝트를 보실 수 있습니다.</p>
</div>
<div class="col-sm-4">
<a href="http://www.slideshare.net/BooHyunKyung"><img src="img\linkedin.png" alt=""></a>
<h2>Our Study</h2>
<p>전자정부 연구실에 관련된 모든 자료는 슬라이드 쉐어에 올라갑니다.</p>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer class="blockquote footer">
<div class="text-center">
<p>Copyright © 2016 made by boo</p>
<p>국민대학교 BIT 전문대학원 전자정부 연구실 <br>Rm. 208 International Hall B, Kookmin Univ, 77
Jeongneung-ro, Seongbuk-gu, Seoul 136-702, Republic
of Korea</p>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>
new UISearch(document.getElementById('sb-search'));
</script>
</body>
</html>