-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
144 lines (127 loc) · 7.67 KB
/
index.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
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
<!DOCTYPE HTML>
<!-- 천상의나무 & uuuuu1226(Prizm73) -->
<html lang="ko">
<head>
<title>Marie KOR Project</title>
<!-- 기본 메타 태그 -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="한국어를 지원하는 Marie 봇을 만나봐요!">
<meta name="author" content="">
<!-- CDN CSS -->
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link href="https://startbootstrap.github.io/startbootstrap-scrolling-nav/css/scrolling-nav.css" rel="stylesheet">
<!-- CDN SCRIPT -->
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script type='text/javascript' src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script type='text/javascript' src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<!--[endif]-->
</head>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" style="position: sticky;" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger logo" href="#">Marie Kor Project</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item active">
<a class="nav-link" href="#">메인
<span class="sr-only">(current)</span>
</a>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://t.me/kor_marie_bot">한국어 Marie 만나러 가기!</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://github.com/marie-kor-pj/tgbot-kor-pj">한국어 Marie 소스 보기</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://github.com/marie-kor-pj">Marie봇 한글화 그룹</a>
</li>
</ul>
</div>
</div>
</nav>
<body oncontextmenu='return false' onselectstart='return false' ondragstart='return false' onkeydown="return keydowncheck();">
<p style="font-size: 3.5rem; margin-top: 200px; text-align:center;">MarieKOR Project.</p>
<br><br><br><br><br><br>
<!-- project-->
<div class="container">
<div id="box1" style="background-color: #b8c9dd; width: 100%;">
<div class="content">
<h1>Marie KOR 프로젝트에 기여한 분들</h1>
<p>주의! 2020년 06월 이후로 업데이트가 되어있지 않습니다. 기여자 목록이 다를 수 있습니다</p>
<br>
<a>1. 천상의나무 - <a href="https://github.com/ajb3296"><i class="fa fa-github" style="color:#333"></i>Github</a> - 프로젝트 책임자, 한글화, 웹</a>
<br><br>
<a>2. KCPIT - <a href="https://github.com/kgu090716"><i class="fa fa-github" style="color:#333"></i>Github</a> - 공동 관리자, 한글화, 웹</a>
<br><br>
<a>3. 하정빈 - <a href="https://github.com/Eli-sys"><i class="fa fa-github" style="color:#333"></i>Github</a> - 한글화, 웹</a>
<br><br>
<a>4. 윈도우(WinSub) - <a href="https://github.com/changmun00"><i class="fa fa-github" style="color:#333"></i>Github</a> - 웹</a>
<br><br>
<a>5. uuuuu1226(Prizm73) - <a href="https://github.com/Prizm73"><i class="fa fa-github" style="color:#333"></i>Github</a> - 웹</a>
<br><br>
<a>6. Hyun Cha - <a href="https://github.com/RIPAngel"><i class="fa fa-github" style="color:#333"></i>Github</a> - 한글화</a>
<br><br>
<a>7. SongJH<!-- 깃헙삭제되어있음 --> - 한글화</a>
<br><br>
<a>8. kongwoojin - <a href="https://github.com/kongwoojin"><i class="fa fa-github" style="color:#333"></i>Github</a> - 한글화</a>
<br><br>
<a>9. Lee_Kyong_Hwan - <a href="https://github.com/tamtamburin"><i class="fa fa-github" style="color:#333"></i>Github</a> - 한글화</a>
<br><br>
<a>10. moakim - <a href="https://github.com/moakim5"><i class="fa fa-github" style="color:#333"></i>Github</a> - 웹</a>
</div>
</div>
</div>
<br>
<div class="container">
<div id="box1" style="background-color: #bfe1d1; width: 100%;">
<h1>WinSub</h1>
<br>
<a>평범하게 소규모로 웹서버를 운영중인 윈섭 입니다.<br>윈섭은 주변 개발자분들을 최대한 도와드리려고 노력중입니다!</a><br>
<i class="fas fa-server fa-lg"></i> <a href="https://winsub.kr">This New WinSub!</a>
</div>
</div>
<br>
<!--
<div class="container">
<div id="box1" style="background-color: #d8d8d8; height: 220px; width: 100%;">
<ul>
<br><br>
<h1></h1>
<br>
<a></a>
<br>
</ul>
</div>
</div>
-->
<!-- SNS -->
<div class="container">
<div id="box1" style="background-color: #ffd2d2; width: 100%;">
<h1>FOLLOW</h1>
<font style = "font-size:1.3em">천상의나무 - </font><a href="https://www.facebook.com/profile.php?id=100007317259449"><i class="fab fa-facebook-square fa-2x" style="color:#3b5998"></i></a>
<a href="https://twitter.com/ajb3296"><i class="fab fa-twitter-square fa-2x" style="color:#00ACEE"></i></a><br>
<font style = "font-size:1.3em">빈 - </font><a href="https://www.facebook.com/profile.php?id=100031554036831"><i class="fab fa-facebook-square fa-2x" style="color:#3b5998"></i></a>
<a href="https://twitter.com/J1A2WeFNQZwJEhQ"><i class="fab fa-twitter-square fa-2x" style="color:#00ACEE"></i></a><br>
<font style = "font-size:1.3em">KCPIT - </font><a href="https://twitter.com/kgu090716"><i class="fab fa-twitter-square fa-2x" style="color:#00ACEE"></i></a><br>
<font style = "font-size:1.3em">Lee_Kyong_Hwan - </font><a href="https://www.facebook.com/profile.php?id=100024033671711"><i class="fab fa-facebook-square fa-2x" style="color:#3b5998"></i></a>
<a href="https://twitter.com/Lee_Kyong_Hwan"><i class="fab fa-twitter-square fa-2x" style="color:#00ACEE"></i></a><br>
</div>
</div>
<!-- footer -->
<footer class="footer" id="footer" style="margin-top: 50px; margin-bottom: 150px;">
<hr style="border: 0.5px solid rgba(255,255,255,.2); margin-bottom: 70px;">
<p class="m-0">© MarieKorProject 2019. All Rights Reserved. | 프로젝트명: MarieKorProject <br>기여자: 천상의나무, KCPIT, 하정빈, 윈도우(Winsub), uuuuu1226, Hyun Cha, SongJH, kongwoojin, Lee_Kyong_Hwan<br>프로젝트 책임자: 천상의나무</p>
</footer>
</body>
</html>