Skip to content

Commit f360cc7

Browse files
committed
후원사 추가
1 parent 411a9f0 commit f360cc7

File tree

9 files changed

+106
-26
lines changed

9 files changed

+106
-26
lines changed

2017/dist/build.js

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2017/dist/build.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2017/dist/spon_lezhin.png

28.3 KB
Loading

2017/dist/spon_smartstudy.png

61.2 KB
Loading

2017/src/assets/image/spon_lezhin.png

28.3 KB
Loading
61.2 KB
Loading

2017/src/components/schedule/HeaderNavi.vue

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<div class="logo">
55
</div>
66

7+
<div class="section" @click="onClickMenu(0)">
8+
<span class="go-facebook" @click="goFacebook" target="_blank">
9+
<i class="fa fa-facebook-square" aria-hidden="true"></i>
10+
</span>
11+
</div>
712
<div class="section" @click="onClickMenu(0)">
813
INTRODUCE
914
</div>
@@ -72,6 +77,9 @@
7277
},
7378
onClickRegister: function () {
7479
window.open("http://onoffmix.com/event/92727", '_blank');
80+
},
81+
goFacebook () {
82+
window.open("https://www.facebook.com/droidknights/", '_blank');
7583
}
7684
}
7785
}
@@ -144,7 +152,7 @@
144152
}
145153
146154
.logo {
147-
width: 25%;
155+
width: 21%;
148156
height: 51px;
149157
color: #000;
150158
margin-top: 12px;
@@ -155,6 +163,13 @@
155163
background-image: url(../../assets/image/dk_main_logo.svg);
156164
}
157165
166+
.go-facebook {
167+
cursor: pointer;
168+
color: #4862A3;
169+
font-size: 23px;
170+
vertical-align: middle;
171+
}
172+
158173
.section {
159174
display: inline-block;
160175
margin-right: 14px;

2017/src/components/schedule/Sponsors.vue

+60-10
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,32 @@
66
SPONSORS
77
</div>
88
<div class="container">
9+
<!--<div class="contact" @click="onClickContact()">-->
10+
<!--CONTACT : https://docs.google.com/forms..-->
11+
<!--</div>-->
12+
13+
<div class="tier">GOLD</div>
914

10-
<div class="contact" @click="onClickContact()">
11-
CONTACT : https://docs.google.com/forms..
15+
<div class="item-container google">
1216
</div>
13-
<!--<div class="item-container realm">-->
14-
<!--</div>-->
1517

16-
<!--<div class="item-container jpub">-->
17-
<!--</div>-->
18+
<div class="item-container lezhin">
19+
</div>
1820

19-
<!--<div class="item-container google">-->
20-
<!--</div>-->
21+
<br><br><br><br>
22+
<div class="tier">SIVER</div>
23+
24+
<div class="item-container siver realm">
25+
</div>
26+
27+
<div class="item-container siver smartstudy">
28+
</div>
29+
30+
<br><br><br><br>
31+
<div class="tier">BOOK</div>
32+
33+
<div class="item-container siver jpub">
34+
</div>
2135

2236
</div>
2337
</div>
@@ -70,6 +84,7 @@
7084
margin-right: auto;
7185
position: relative;
7286
display: table;
87+
text-align: center;
7388
}
7489
7590
.contact {
@@ -79,7 +94,21 @@
7994
border-radius: 2px;
8095
text-align: center;
8196
cursor: pointer;
82-
word-break:break-all;
97+
word-break: break-all;
98+
}
99+
100+
.tier {
101+
color: white;
102+
font-size: 20px;
103+
background-color: #76ff03;
104+
width: 110px;
105+
padding: 5px 0px 5px 0px;
106+
margin: 0 auto 20px auto;
107+
font-family: 'Spoqa Han Sans', 'Montserrat', 'Sans-serif';
108+
color: black;
109+
border-radius: 2px;
110+
text-align: center;
111+
word-break: break-all;
83112
}
84113
85114
.item-container {
@@ -90,6 +119,11 @@
90119
background-repeat: no-repeat;
91120
}
92121
122+
.siver {
123+
width: 228px;
124+
height: 150px;
125+
}
126+
93127
.realm {
94128
background-image: url(../../assets/image/spon_realm.png);
95129
}
@@ -98,15 +132,31 @@
98132
background-image: url(../../assets/image/spon_jpub.png);
99133
}
100134
135+
.smartstudy {
136+
background-image: url(../../assets/image/spon_smartstudy.png);
137+
}
138+
101139
.google {
102140
background-image: url(../../assets/image/spon_google.png);
103141
}
104142
143+
.lezhin {
144+
background-image: url(../../assets/image/spon_lezhin.png);
145+
}
146+
105147
@media (max-width: 1100px) {
106148
.item-container {
107149
display: block;
108150
width: 95vw;
109-
height: 35vh;
151+
height: 26vh;
152+
background-position: center;
153+
}
154+
155+
.siver {
156+
display: inline-block;
157+
158+
width: 47vw;
159+
height: 19vh;
110160
background-position: center;
111161
}
112162
}

README.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
# DroidKnights
22

3-
드로이드 나이츠 사이트 입니다
3+
드로이드나이츠 사이트 + 블로그 입니다
44

55

6+
## 블로그
7+
made by jekyll
8+
9+
#### dev
10+
``` shell
11+
$bundle exec jekyll server --w
12+
13+
localhost:4000 접속
14+
```
615

7-
### dev
16+
17+
## 스케쥴 홈페이지
18+
made by vue.js, webpack
19+
20+
#### dev
821

922
``` shell
1023
$cd 2017
1124
$npm install
1225
$npm run dev
26+
27+
localhost:8080 접속
1328
```
1429

1530

1631

17-
### delpoy
32+
#### delpoy
1833

1934
``` shell
2035
$cd 2017

0 commit comments

Comments
 (0)