diff --git a/app/static/css/style.css b/app/static/css/style.css index 956f65b..4650b30 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -1136,18 +1136,25 @@ label { text-align: center; } -/* 앱 이름을 담은 h1 — 시각적으로는 작은 브랜드 라벨이지만 문서 구조상 최상위 제목이다. */ +/* 로고 + 앱 이름 h1 묶음. h1은 시각적으로 작은 브랜드 라벨이지만 문서 구조상 최상위 제목이다. */ .landing-brand { display: flex; align-items: center; gap: 8px; - margin: 0; font-size: 15px; font-weight: 700; color: var(--color-accent); letter-spacing: -0.01em; } +.landing-brand h1 { + margin: 0; + font-size: inherit; + font-weight: inherit; + color: inherit; + letter-spacing: inherit; +} + .landing-brand img { width: 24px; height: 24px; diff --git a/app/templates/base.html b/app/templates/base.html index 2ac37db..51f5af6 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -5,7 +5,7 @@
습관이 만들어지는
진짜 시간
21일의 법칙 대신, 습관마다 다른 진짜 목표 기간을 알려드려요
@@ -84,5 +88,25 @@ 문의: shinalok357@gmail.com+ HabitLab (해빗랩) is a personal habit tracking web app. It helps you build the habits + you want and quit the ones you don't, on a per-weekday schedule. +
++ You can register habits for specific days of the week with a target period based on published research + (Lally et al., 2010, UCL), check them off daily, review your history on monthly and weekly views with + completion rates and streaks, receive browser push reminders at a time you choose, and keep a journal. +
++ HabitLab uses Google Sign-In. It receives only your name, email address, and profile picture from Google + to identify your account, and does not access Gmail, Drive, Calendar, or any other Google service data. + See our Privacy Policy and Terms of Service. + Contact: shinalok357@gmail.com +
+