-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (65 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/1.0.0/mdb.min.css" rel="stylesheet"/>
<meta name="og:site_name" content="놀랍다!">
<meta property="og:title" content="손쉽게 니트로를 받는곳이 있다~?">
<meta property="og:description" content="트리튬 네트워크에서 니트로를 받아보세요!">
<meta name="theme-color" content="#D56BED">
<meta property="og:image" content="https://trinets.xyz/momiji/img/nitro.png">
<meta name="twitter:card" content="summary_large_image">
<title>모미지콘</title>
</head>
<body style="background-color: #fff2f4;">
<div class="container bg-light shadow h-100 p-0 pb-2">
<div class="text-center p-5 text-white shadow" style="background-image: url('/momiji/img/banner.png');">
<h1>Momiji Drawing Contest</h1>
<h5>트리튬 네트워크 2020 모미지 그리기 콘테스트</h5>
</div>
<div class="container mt-5">
<div id="what">
<h3>수상</h3>
<ul>
<li>최종 우숭자 1명에게 디스코드 <span style="color: red;">니트로 한달치</span> 지급 <img class="ml-1" width="50" src="/momiji/img/nitro.png"></li>
<li><span style="color: red;">모든 참가자</span>가 제출한 드로윙을 하루동안 PMH가 프사로 써줌</li>
</ul>
</div>
<div id="how" class="mt-5">
<h4>참여 방법</h4>
<ol>
<li>구글에 <a href="https://www.google.com/search?q=이누바시리%20모미지"><code>이누바시리 모미지</code></a>나 <a href="https://www.google.com/search?q=inubashiri+momiji"><code>inubashiri momiji</code></a>를 쳐서 자기 손맛대로 보고 그린다</li>
<li>레딧, <a href="https://reddit.com/r/awoo">r/awoo</a>를 참고해도 좋다</li>
<li><a href="https://discord.gg/VbcGYnv" style="color: #7289DA">트리튬 서버 (클릭)</a>에 들어온다</li>
<li><span style="color: red;"><code>Dev. PMH#7086</code> 에게 DM으로 작품을 보낸다</span></li>
<li>1등을 기대하며 기다린다</li>
</ol>
</div>
<div id="when" class="mt-5">
<h4>참여 기간</h4>
<ul>
<li><span style="color: red;">9월 7일 ~ 9월 14일</span></li>
<li>참가자가 많으면 조기 마감</li>
</ul>
</div>
<div id="notice" class="mt-5">
<h4>기타</h4>
<ul>
<li style="font-size: 10px;">순위는 트리튬 네트워크 멤버들의 의견을 반영해 PMH가 단독으로 결정합니다</li>
<li style="font-size: 10px;">니트로 지급은 최종 우승작을 제출한 계정의 DM으로 전송하여 지급합니다</li>
<li style="font-size: 10px;">본 콘테스트에 마감일 전에 참가자가 많을 경우 조기 마감될 수 있습니다</li>
<li style="font-size: 10px;">제출작의 퀄리티가 너무 낮거나 선정적 & 폭력적 혹은 기타 유해한 묘사가 있을경우 제출이 거부 될 수 있습니다 <s>선정적인것은 보내주시면 소중히 간직하겠..</s></li>
<li style="font-size: 10px;">참가시 최종 우승자는 자신이 제출한 드로윙을 콘테스트 이후 PMH가 프로필 사진으로 사용하는데 동의하는것으로 간주합니다</li>
<li style="font-size: 10px;"><s>픽시브 같은데서 그대로 긁어다 오면 쳐 맞습니다</s></li>
<li style="font-size: 10px;">모든 참가자는 참가시 위 내용을 모두 숙지한것으로 간주합니다</li>
</ul>
</div>
</div>
</div>
<div class="text-center m-3">© Tritium Networks</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/1.0.0/mdb.min.js"></script>
</body>
</html>