-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
마크다운 CSS에 미디어 쿼리 적용
- Loading branch information
Showing
13 changed files
with
1,084 additions
and
1,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,14 +25,12 @@ | |
title: GDSC DEU | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Write an awesome description for your new site here. You can edit this | ||
line in _config.yml. It will appear in your document head meta (for | ||
Google search results) and in your feed.xml site description. | ||
Google Developer Student Clubs Dong-Eui University(GDSC DEU)는 Google 기술에 관심있는 학생들을 위한 대학교 기반 커뮤니티 그룹입니다. 다양한 학문적 배경을 가진 학생들이 모여 AI, ML, 클라우드, 안드로이드, 플러터 등 최신 기술을 학습하고, 프로젝트와 해커톤을 통해 실력을 키우며 성장하는 것을 목표로 합니다. | ||
domain: gdsc-deu.github.io | ||
url: "https://gdsc-deu.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
twitter_username: jekyllrb | ||
github_username: jekyll | ||
github_username: GDSC-DEU | ||
timezone: Asia/Seoul | ||
|
||
# ------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<head> | ||
{%- if page.redirect -%} | ||
<meta http-equiv="refresh" content="3; url={{ site.baseurl | prepend: site.url }}/" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
{%- endif -%} | ||
|
||
<meta charset="utf-8"> | ||
<title>GDSC DEU {% if page.title != null and page.title != "" %}| {{ page.title }} {% endif %}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
Oops, something went wrong.