Skip to content

Commit fae046a

Browse files
committed
fix css, build
1 parent 4d8736c commit fae046a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>NCC : Nakano Computer Club</title><link rel="canonical" href="https://meiji-ncc.tech/"/><meta property="og:title" content="NCC : Nakano Computer Club"/><meta property="og:type" content="website"/><meta property="og:url" content="https://meiji-ncc.tech/"/><meta property="og:description" content="中野を中心に活動するコンピューティングサークル Nakano Computer Club (NCC) のWebサイトです。"/><meta property="og:author" content="Nakano Computer Club"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="./assets/favicon.ico"/><link rel="stylesheet" href="./style.css"></head><body><div class="navbar m0 px1 sm-px3 flex flex-wrap justify-end"><p class="mx1 py1 nav-link"><a href="https://twitter.com/meiji_ncc">Twitter</a><span class="nav-link-bottom"></span></p><p class="mx1 py1 nav-link"><a href="http://ncc.hateblo.jp/">Blog</a><span class="nav-link-bottom"></span></p></div><header class="py2 flex flex-wrap items-center"><div class="md-flex flex-wrap items-center header-wrap overflow-scroll"><div class="col-10 md-col-8 right-align mx-auto"><h1 class="m0">Nakano<br class="md-hide lg-hide"> Computer Club</h1><p class="h3 mt1 mb1">NCC</p></div><div class="col-10 md-col-4 mx-auto"><p class="mx2 xs-hide sm-hide"><img src="https://kauntah.herokuapp.com/counter?offset=0" height="100"></p><p class="mx2 md-hide lg-hide center"><img src="https://kauntah.herokuapp.com/counter?offset=0" height="100"></p></div></div></header><main class="py2 p0 md-p3 lg-p3 md-flex flex-wrap justify-between"><section class="col-10 mx-auto md-m0 lg-m0"><h2><span class="nowrap">コンピュータで</span> <wbr><span class="nowrap">なんかしてる人が</span> <wbr><span class="nowrap">自然と集まるサークル</span></h2></section><section class="col-10 md-col-6 mx-auto md-m0 lg-m0"><h2>NCCとは?</h2><div class="px1 md-mr3 lg-mr3"><p class="m0 p0">NCC とは Nakano Computer Club の略で、中野を中心に活動する明治大学のサークルです。
1+
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>NCC : Nakano Computer Club</title><link rel="canonical" href="https://meiji-ncc.tech/"/><meta property="og:title" content="NCC : Nakano Computer Club"/><meta property="og:type" content="website"/><meta property="og:url" content="https://meiji-ncc.tech/"/><meta property="og:description" content="中野を中心に活動するコンピューティングサークル Nakano Computer Club (NCC) のWebサイトです。"/><meta property="og:author" content="Nakano Computer Club"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="./assets/favicon.ico"/><link rel="stylesheet" href="./style.css"></head><body><div class="navbar m0 px1 sm-px3 flex flex-wrap justify-end"><p class="mx1 py1 nav-link"><a href="https://twitter.com/meiji_ncc">Twitter</a><span class="nav-link-bottom"></span></p><p class="mx1 py1 nav-link"><a href="http://ncc.hateblo.jp/">Blog</a><span class="nav-link-bottom"></span></p></div><header class="py2 flex flex-wrap items-center"><div class="md-flex flex-wrap items-center header-wrap overflow-scroll scroll-bar-display-none"><div class="col-10 md-col-8 right-align mx-auto"><h1 class="m0">Nakano<br class="md-hide lg-hide"> Computer Club</h1><p class="h3 mt1 mb1">NCC</p></div><div class="col-10 md-col-4 mx-auto"><p class="mx2 xs-hide sm-hide"><img src="https://kauntah.herokuapp.com/counter?offset=0" height="100"></p><p class="mx2 md-hide lg-hide center"><img src="https://kauntah.herokuapp.com/counter?offset=0" height="100"></p></div></div></header><main class="py2 p0 md-p3 lg-p3 md-flex flex-wrap justify-between"><section class="col-10 mx-auto md-m0 lg-m0"><h2><span class="nowrap">コンピュータで</span> <wbr><span class="nowrap">なんかしてる人が</span> <wbr><span class="nowrap">自然と集まるサークル</span></h2></section><section class="col-10 md-col-6 mx-auto md-m0 lg-m0"><h2>NCCとは?</h2><div class="px1 md-mr3 lg-mr3"><p class="m0 p0">NCC とは Nakano Computer Club の略で、中野を中心に活動する明治大学のサークルです。
22
2015年に設立されました。</p><p class="m0 p0">このサークルは何かを作ることが目的ではありません。
33
作るまでの道のりを支えてあげるサークルです。</p><p class="m0 p0">何かを始めたい時や躓いてしまった時、
44
すぐに詳しい人に出会える場を目指しています。</p></div><div class="px1 pt2 md-mr3 lg-mr3"><p class="m0 p0">サークルが個人に対して活動を強いることはありません。</p><p class="m0 p0">

src/index.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ html
1818
])
1919

2020
header.py2.flex.flex-wrap.items-center
21-
div.md-flex.flex-wrap.items-center.header-wrap.overflow-scroll
21+
div.md-flex.flex-wrap.items-center.header-wrap.overflow-scroll.scroll-bar-display-none
2222
div.col-10.md-col-8.right-align.mx-auto
2323
h1.m0 Nakano#[br.md-hide.lg-hide] Computer Club
2424
p.h3.mt1.mb1 NCC

0 commit comments

Comments
 (0)