-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
112 lines (104 loc) · 9.48 KB
/
Copy pathabout.html
File metadata and controls
112 lines (104 loc) · 9.48 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<script>(function(){var t;try{t=localStorage.getItem('theme')}catch(e){}if(t!=='light'&&t!=='dark'){t=window.matchMedia&&window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light'}document.documentElement.setAttribute('data-theme',t)})()</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>사이트 소개 — 티모집사</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="/special-chars/theme.css">
<link rel="apple-touch-icon" href="favicon.png">
<meta name="theme-color" content="#6366f1">
<meta name="description" content="티모집사 툴즈는 직장인이 문서, 파일, 일정, 계산과 마케팅 업무를 설치·로그인 없이 처리하도록 돕는 브라우저 도구 프로젝트입니다.">
<link rel="canonical" href="https://teemozipsa.com/about.html">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"티모집사","url":"https://teemozipsa.com/","description":"직장인용 브라우저 업무 도구를 직접 기획·개발·검증하는 독립 프로젝트","sameAs":["https://www.instagram.com/seon_7yu/"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://teemozipsa.com/contact.html","availableLanguage":["ko"]}}</script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Pretendard', -apple-system, sans-serif; background: var(--bg-body); color: var(--text-secondary); min-height: 100vh; }
.hero { background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); padding: 32px 20px; text-align: center; }
.hero h1 { color: #fff; font-size: 22px; font-weight: 700; }
.hero p { color: #e0e7ff; font-size: 14px; margin-top: 8px; line-height: 1.6; }
.back-link { display: inline-flex; align-items: center; gap: 4px; color: #e0e7ff; text-decoration: none; font-size: 13px; margin-bottom: 8px; }
.back-link:hover { text-decoration: underline; }
.content { max-width: 720px; margin: 0 auto; padding: 32px 20px 60px; }
h2 { font-size: 17px; font-weight: 700; color: var(--text-primary); margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--border); }
h2:first-of-type { margin-top: 0; }
p { font-size: 14px; line-height: 1.8; color: var(--text-secondary); margin-bottom: 12px; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin: 16px 0; }
.tool-chip { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--bg-input); border-radius: 10px; font-size: 13px; color: var(--text-secondary); font-weight: 500; }
.tool-chip .icon { font-size: 18px; }
.value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin: 16px 0; }
.value-card h3 { font-size: 15px; font-weight: 600; color: var(--accent); margin-bottom: 8px; }
.value-card p { font-size: 13px; margin-bottom: 0; }
.contact-box { background: var(--bg-input); border-left: 3px solid var(--accent); padding: 16px; border-radius: 0 8px 8px 0; margin: 16px 0; }
.contact-box a { color: var(--accent); text-decoration: none; font-weight: 500; }
.contact-box a:hover { text-decoration: underline; }
footer { text-align: center; padding: 20px; font-size: 12px; color: var(--text-muted); border-top: 1px solid var(--border); }
footer a { color: var(--accent); text-decoration: none; }
footer a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="hero">
<a href="/" class="back-link">← 도구 모음으로 돌아가기</a>
<h1>직장인의 작은 업무를 빠르게 끝내는 도구</h1>
<p>설치와 로그인 없이, 필요한 순간 브라우저에서 바로</p>
</div>
<div class="content">
<h2>무엇을 만드는가</h2>
<p><strong>티모집사 툴즈</strong>는 직장인이 문서 작성, 파일 변환, 일정 계산, 비용 확인과 마케팅 실무에서 반복해서 마주치는 작은 일을 빠르게 끝내도록 돕는 브라우저 도구 프로젝트입니다.</p>
<p>기능 하나를 쓰기 위해 프로그램을 설치하거나 계정을 만들지 않아도 되도록 설계합니다. 텍스트·계산·파일 처리처럼 가능한 작업은 사용자의 브라우저 안에서 끝내고, 네트워크가 필요한 기능은 사용 범위를 페이지에 밝힙니다.</p>
<h2>업무 흐름별 도구</h2>
<p>도구 수보다 <strong>어떤 업무를 끝낼 수 있는지</strong>가 먼저 보이도록 분류합니다. 새로운 도구도 아래 업무 흐름 중 해결하는 문제와 완료 조건을 먼저 정의한 뒤 추가합니다.</p>
<div class="tool-grid">
<div class="tool-chip"><span class="icon">✍️</span> 문서·커뮤니케이션</div>
<div class="tool-chip"><span class="icon">📁</span> 파일·이미지</div>
<div class="tool-chip"><span class="icon">📅</span> 일정·시간</div>
<div class="tool-chip"><span class="icon">🧮</span> 계산·비용</div>
<div class="tool-chip"><span class="icon">📣</span> 마케팅·웹 실무</div>
</div>
<h2>특징</h2>
<div class="value-card">
<h3>설치·로그인 없이 바로</h3>
<p>필요한 순간 링크를 열어 바로 시작합니다. 기본 기능을 쓰기 위해 계정을 만들거나 프로그램을 설치하도록 요구하지 않습니다.</p>
</div>
<div class="value-card">
<h3>로컬 우선 처리와 투명한 네트워크 사용</h3>
<p>계산·텍스트·파일 변환의 핵심 처리는 대부분 브라우저 안에서 이루어집니다. 공인 IP 확인, 응답 지연 측정, 외부 라이브러리·이미지 로드처럼 네트워크가 필요한 기능은 해당 제3자 서비스에 직접 연결되며, 자세한 내용은 개인정보처리방침에 공개합니다.</p>
</div>
<div class="value-card">
<h3>검증한 도구만 검색 공개</h3>
<p>실험 기능은 홈페이지 카탈로그와 검색 대상에서 제외하고, 사용 맥락·예외·개인정보 흐름과 로컬 검증을 갖춘 도구만 카탈로그와 사이트맵에 함께 등록합니다. 자세한 절차는 <a href="/tool-standards.html">도구 제작·검증 기준</a>에서 확인할 수 있습니다.</p>
</div>
<h2>운영 주체와 책임</h2>
<p><strong>티모집사</strong>는 개인 운영자가 제품 기획, 개발, 계산식 검산, 가이드 편집과 배포를 직접 관리하는 독립 웹 도구 프로젝트입니다. 정부기관이나 특정 기업의 공식 서비스가 아닙니다.</p>
<p>도구와 가이드는 <strong>티모집사 운영자</strong> 명의로 공개합니다. 자동화 도구를 개발과 초안 정리에 활용할 수 있지만, 공개 전에는 사람이 업무 목적, 계산 기준, 공식 출처, 링크 상태, 개인정보 흐름과 테스트 결과를 확인합니다.</p>
<div class="value-card">
<h3>운영정보 확인일</h3>
<p><time datetime="2026-08-03">2026년 8월 3일</time> · 오류와 오래된 기준은 <a href="/contact.html">문의 및 제보</a>를 통해 접수하고, 결과에 영향을 주는 문제부터 수정합니다.</p>
</div>
<h2>콘텐츠 운영 기준</h2>
<p>티모집사는 도구만 나열하지 않고, 사용자가 실제 업무를 완료할 수 있도록 입력 예시, 계산 기준, 처리 범위와 예외를 함께 제공합니다. 법령·요율·공휴일처럼 변동 가능성이 큰 정보는 기준일·참고 출처·주의사항을 표시하고 확인된 변경사항을 반영합니다.</p>
<div class="value-card">
<h3>검산과 출처 관리</h3>
<p>퍼센트, 부가세, 영업일, 급여 환산처럼 결과가 중요한 업무 도구는 정상값·경계값·반올림 조건을 포함한 샘플 케이스와 계산식을 별도로 관리합니다.</p>
</div>
<div class="value-card">
<h3>광고와 사용자 경험</h3>
<p>광고는 본문 이해와 도구 사용을 방해하지 않는 위치에만 배치하는 것을 원칙으로 합니다. 빈 광고 자리, 클릭 유도 문구, 콘텐츠와 구분되지 않는 광고 표시는 사용하지 않습니다.</p>
</div>
<h2>문의 및 피드백</h2>
<p>새로운 도구 요청, 버그 신고, 개선 의견 등 어떤 피드백이든 환영합니다!</p>
<div class="contact-box">
<p style="margin-bottom:8px"><strong>Instagram DM:</strong> <a href="https://www.instagram.com/seon_7yu/" target="_blank" rel="noopener">@seon_7yu</a></p>
<p style="margin-bottom:8px"><strong>오류·정정 제보:</strong> <a href="/contact.html">문의 및 제보 페이지</a></p>
<p style="margin-bottom:0"><strong>후원하기:</strong> <a href="https://ctee.kr/place/teemozipsa" target="_blank" rel="noopener">ctee.kr/place/teemozipsa</a></p>
</div>
</div>
<footer>
<a href="/">업무 도구</a> · <a href="/blog/">업무 가이드</a> · <a href="/tool-standards.html">도구 제작·검증 기준</a> · <a href="/editorial-policy.html">편집정책</a> · <a href="/contact.html">문의</a> · <a href="/privacy.html">개인정보처리방침</a>
<br>© 2026 teemoZipsa. All rights reserved.
</footer>
<script src="/special-chars/theme-toggle.js"></script>
</body>
</html>